change schematics for gold and sponges instead of chests

This commit is contained in:
cora 2022-11-14 03:46:19 +01:00
parent 54d4a97a27
commit 63225c20e5
3 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ mcl_structures.register_structure("ocean_temple",{
y_min = mcl_vars.mg_overworld_min,
filenames = {
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,
after_place = function(p,def,pr)