mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
Merge pull request 'Fix Chest on top floor of Pillager Outpost' (#2608) from fix_outpost_chest into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2608 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
6b7b2c74ed
@ -8,7 +8,7 @@ mcl_structures.register_structure("pillager_outpost",{
|
||||
flags = "place_center_x, place_center_z",
|
||||
solid_ground = true,
|
||||
make_foundation = true,
|
||||
sidelen = 18,
|
||||
sidelen = 23,
|
||||
y_offset = 0,
|
||||
chunk_probability = 600,
|
||||
y_max = mcl_vars.mg_overworld_max,
|
||||
|
Loading…
Reference in New Issue
Block a user