mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-15 06:02:33 +00:00
Fix the barriers being offset by 2
Also add more dependency mods
This commit is contained in:
parent
e07ccacd4f
commit
a36d522b2e
188 changed files with 7334 additions and 14 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue