cool craftings

This commit is contained in:
Kacper Kostka
2023-02-04 16:17:05 +01:00
parent 4c21c72aba
commit 0b4456cf7e
8 changed files with 71 additions and 8 deletions

View File

@@ -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 = { }