forked from VoxeLibre/VoxeLibre
Chest on top floor of Pillager Outpost now works.
This commit is contained in:
parent
9b2306151a
commit
0c6cbc9e99
|
@ -8,7 +8,7 @@ mcl_structures.register_structure("pillager_outpost",{
|
||||||
flags = "place_center_x, place_center_z",
|
flags = "place_center_x, place_center_z",
|
||||||
solid_ground = true,
|
solid_ground = true,
|
||||||
make_foundation = true,
|
make_foundation = true,
|
||||||
sidelen = 18,
|
sidelen = 23,
|
||||||
y_offset = 0,
|
y_offset = 0,
|
||||||
chunk_probability = 600,
|
chunk_probability = 600,
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
|
|
Loading…
Reference in New Issue