added AMOGUS with some sussy baka sound

This commit is contained in:
Looki2000 2023-01-07 21:26:50 +01:00
parent f56a93b3c3
commit 86a51e7db6
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
minetest.register_craftitem("amogus_items:amogus", {
description = "Amogus",
inventory_image = "amogus_item.png",
on_use = function(itemstack, user)
minetest.sound_play("amogus_sound", {
pos = user:get_pos(),
gain = 1.0,
max_hear_distance = 5
})
end
})

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B