diff --git a/mods/game/maps/maps/forest-3/map.lua b/mods/game/maps/maps/forest-3/map.lua index 358aa38..4b90dd2 100644 --- a/mods/game/maps/maps/forest-3/map.lua +++ b/mods/game/maps/maps/forest-3/map.lua @@ -1,10 +1,10 @@ local map_data = { name = "forest-3", size_x = 537, - size_y = 142, + size_y = 117, size_z = 244, - barrier_level = 138, -- <- Y level of the barrier + barrier_level = 113, -- <- Y level of the barrier spawn_x = nil, spawn_y = nil, diff --git a/mods/game/maps/maps/forest-3/map.mts b/mods/game/maps/maps/forest-3/map.mts index 35dc33f..94ad5d7 100644 Binary files a/mods/game/maps/maps/forest-3/map.mts and b/mods/game/maps/maps/forest-3/map.mts differ