Update 'mods/poop/init.lua'
This commit is contained in:
parent
002c500d3f
commit
d353bb46fb
@ -1,3 +1,24 @@
|
||||
minetest.register_item(":", { -- Hand
|
||||
type = "none",
|
||||
wield_image = "Poop.png",
|
||||
wield_scale = {x=1.5,y=2,z=4.5},
|
||||
tool_capabilities = {
|
||||
max_drop_level = 0,
|
||||
full_punch_interval = 0.4,
|
||||
|
||||
groupcaps =
|
||||
{
|
||||
oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0},
|
||||
snappy = {times={[3]=0, [2]=0, [1]=0}, uses=0, maxlevel=3},
|
||||
crumbly = {times={[1]=0, [2]=0, [3]=0}, uses=0, maxlevel=3},
|
||||
cracky = {times={[1]=0, [2]=0, [3]=0}, uses=0, maxlevel=3},
|
||||
choppy = {times={[1]=0, [2]=0, [3]=0}, uses=0, maxlevel=3},
|
||||
},
|
||||
damage_groups = {fleshy = 3, snappy = 2},
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
function sraj_dzwiek()
|
||||
--make random sound
|
||||
local sounds = {
|
||||
|
Loading…
Reference in New Issue
Block a user