Craftings added

This commit is contained in:
2023-05-02 20:54:31 +02:00
parent b62ffd6996
commit 1705722908
3 changed files with 16 additions and 2 deletions

View File

@@ -739,7 +739,7 @@ minetest.register_tool("amogus_items:obsusian_sword", {
groupcaps = {
snappy = {times = {[2] = 0.70, [3] = 0.30}, uses = 30, maxlevel = 3},
},
damage_groups = {fleshy = 4},
damage_groups = {fleshy = 16},
},
sound = {breaks = "default_tool_breaks"},
})