Compare commits

...

2 Commits

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