Fix the barriers being offset by 2

Also add more dependency mods
This commit is contained in:
a-bad-dev 2025-12-09 03:11:54 -04:00
commit a36d522b2e
188 changed files with 7334 additions and 14 deletions

View file

@ -125,8 +125,8 @@ core.register_on_mods_loaded(function()
end)
core.register_on_joinplayer(function(player)
core.place_schematic({x=0, y=1000, z=0}, core.get_modpath("main") .. "/schems/spawn.mts", 0, nil, false)
player:set_pos({x=5, y=1000.6, z=8})
core.place_schematic({x=0, y=-10, z=0}, core.get_modpath("main") .. "/schems/spawn.mts", 0, nil, true)
player:set_pos({x=5, y=-9.6, z=8})
player:get_inventory():set_list("main", {})
local player_name = player:get_player_name()