diff --git a/mods/game/maps/maps/forest-2/map.lua b/mods/game/maps/maps/forest-2/map.lua new file mode 100644 index 0000000..8f3435e --- /dev/null +++ b/mods/game/maps/maps/forest-2/map.lua @@ -0,0 +1,14 @@ +local map_data = { + name = "forest-2", + size_x = 189, + size_y = 71, + size_z = 102, + + barrier_level = 67, -- <- Y level of the barrier + + spawn_x = nil, + spawn_y = nil, + spawn_z = nil +} + +return map_data diff --git a/mods/game/maps/maps/forest-2/map.mts b/mods/game/maps/maps/forest-2/map.mts new file mode 100644 index 0000000..6f9f317 Binary files /dev/null and b/mods/game/maps/maps/forest-2/map.mts differ