forked from VoxeLibre/VoxeLibre
change schematics for gold and sponges instead of chests
This commit is contained in:
parent
54d4a97a27
commit
63225c20e5
Binary file not shown.
Binary file not shown.
|
@ -195,6 +195,7 @@ mcl_structures.register_structure("ocean_temple",{
|
||||||
y_min = mcl_vars.mg_overworld_min,
|
y_min = mcl_vars.mg_overworld_min,
|
||||||
filenames = {
|
filenames = {
|
||||||
modpath .. "/schematics/mcl_structures_ocean_temple.mts",
|
modpath .. "/schematics/mcl_structures_ocean_temple.mts",
|
||||||
|
modpath .. "/schematics/mcl_structures_ocean_temple_2.mts",
|
||||||
},
|
},
|
||||||
y_offset = function(pr) return pr:next(-2,0) end,
|
y_offset = function(pr) return pr:next(-2,0) end,
|
||||||
after_place = function(p,def,pr)
|
after_place = function(p,def,pr)
|
||||||
|
|
Loading…
Reference in New Issue