Fix ruined portals y offset

This commit is contained in:
cora 2022-08-07 01:03:54 +02:00
parent f86898b2f4
commit cef559c573
4 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ local def = {
y_max = mcl_vars.mg_overworld_max,
y_min = 1,
sidelen = 10,
y_offset = -4,
y_offset = -5,
filenames = {
modpath.."/schematics/mcl_structures_ruined_portal_1.mts",
modpath.."/schematics/mcl_structures_ruined_portal_2.mts",