cool craftings
This commit is contained in:
@@ -3,11 +3,11 @@ minetest.register_on_joinplayer(function(player)
|
||||
--player:set_sky({r=0, g=0, b=0}, "plain", {})
|
||||
|
||||
-- play music in loop without position
|
||||
minetest.sound_play("amogus_incomming", {
|
||||
to_player = player:get_player_name(),
|
||||
loop = true,
|
||||
gain = 1
|
||||
})
|
||||
-- minetest.sound_play("amogus_incomming", {
|
||||
-- to_player = player:get_player_name(),
|
||||
-- loop = true,
|
||||
--gain = 1
|
||||
--})
|
||||
end)
|
||||
|
||||
amogus_general = { }
|
||||
|
||||
Reference in New Issue
Block a user