forked from VoxeLibre/VoxeLibre
Fix ruined portals y offset
This commit is contained in:
parent
f86898b2f4
commit
cef559c573
|
@ -20,7 +20,7 @@ local def = {
|
||||||
y_max = mcl_vars.mg_overworld_max,
|
y_max = mcl_vars.mg_overworld_max,
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
sidelen = 10,
|
sidelen = 10,
|
||||||
y_offset = -4,
|
y_offset = -5,
|
||||||
filenames = {
|
filenames = {
|
||||||
modpath.."/schematics/mcl_structures_ruined_portal_1.mts",
|
modpath.."/schematics/mcl_structures_ruined_portal_1.mts",
|
||||||
modpath.."/schematics/mcl_structures_ruined_portal_2.mts",
|
modpath.."/schematics/mcl_structures_ruined_portal_2.mts",
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue