Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sound = {
- -- Definition of items sounds to be played at various events.
- -- All fields in this table are optional.
- breaks = <SimpleSoundSpec>,
- -- When tool breaks due to wear. Ignored for non-tools
- eat = <SimpleSoundSpec>,
- -- When item is eaten with `minetest.do_item_eat`
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement