mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 12:59:02 -06:00
For some reason, BONKERS did not have big spawns
This commit is contained in:
parent
a62224e5bd
commit
30f08e5274
@ -16,6 +16,16 @@ BONKERS.spawn_positions = {
|
||||
Z = { x=4, y=5 },
|
||||
}
|
||||
|
||||
BONKERS.big_spawn_positions = {
|
||||
I = { x=3, y=2 },
|
||||
J = { x=2, y=3 },
|
||||
L = { x=2, y=3 },
|
||||
O = { x=3, y=3 },
|
||||
S = { x=2, y=3 },
|
||||
T = { x=2, y=3 },
|
||||
Z = { x=2, y=3 },
|
||||
}
|
||||
|
||||
BONKERS.colourscheme = {
|
||||
I = "G",
|
||||
J = "G",
|
||||
|
Loading…
Reference in New Issue
Block a user