More changes
This commit is contained in:
@@ -41,11 +41,11 @@ minetest.register_on_joinplayer(function(player)
|
||||
|
||||
minetest.sound_fade(music, .1, 1)
|
||||
end)
|
||||
--[[
|
||||
|
||||
minetest.register_on_newplayer(function(ObjectRef)
|
||||
minetest.place_schematic({x = 0, y = -1, z = 0}, minetest.get_modpath("story") .. "/schems/citymap-v1.mts", "0", nil, true)
|
||||
minetest.place_schematic({x = 0, y = -1, z = 0}, minetest.get_modpath("story") .. "/schems/citymap-v2.mts", "0", nil, true)
|
||||
ObjectRef:set_pos({x = 20, y = 0, z = 20})
|
||||
end)]]
|
||||
end)
|
||||
|
||||
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
if formname ~= "story:story_formspec" then
|
||||
|
||||
Binary file not shown.
BIN
mods/story/schems/citymap-v2.mts
Normal file
BIN
mods/story/schems/citymap-v2.mts
Normal file
Binary file not shown.
Reference in New Issue
Block a user