LOTS OF STUFF

This commit is contained in:
IonicCheese 2025-12-09 23:32:49 -08:00
commit 43f40c2550
499 changed files with 566 additions and 225 deletions

View file

@ -0,0 +1,14 @@
local map_data = {
name = "forest",
size_x = 155,
size_y = 53,
size_z = 147,
barrier_level = 49, -- <- Y level of the barrier
spawn_x = nil,
spawn_y = nil,
spawn_z = nil
}
return map_data

Binary file not shown.

View file

@ -0,0 +1,14 @@
local map_data = {
name = "pine",
size_x = 111,
size_y = 64,
size_z = 107,
barrier_level = 60, -- <- Y level of the barrier
spawn_x = nil,
spawn_y = nil,
spawn_z = nil
}
return map_data

Binary file not shown.

View file

@ -0,0 +1,14 @@
local map_data = {
name = "savanna",
size_x = 341,
size_y = 83,
size_z = 188,
barrier_level = 79, -- <- Y level of the barrier
spawn_x = nil,
spawn_y = nil,
spawn_z = nil
}
return map_data

Binary file not shown.