fix
This commit is contained in:
parent
5df788b47e
commit
29f4d6acd4
@ -100,16 +100,3 @@ minetest.register_tool("amogus_items:lightsaber_green", {
|
||||
},
|
||||
sound = {breaks = "amogus_sound"},
|
||||
})
|
||||
|
||||
minetest.register_tool("hand_item:hand", {
|
||||
description = "Hand",
|
||||
inventory_image = "hand_item_hand.png",
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 1.0,
|
||||
max_drop_level = 0,
|
||||
groupcaps = {
|
||||
snappy = {times={[1]=1.90, [2]=0.90, [3]=0.30}, uses=40, maxlevel=3},
|
||||
},
|
||||
damage_groups = {fleshy = 1},
|
||||
}
|
||||
})
|
Loading…
Reference in New Issue
Block a user