add 3d_armor fix

This commit is contained in:
tenplus1 2024-11-06 14:44:32 +00:00
parent c3c5dd6c2d
commit abebcc72e8

View File

@ -303,7 +303,8 @@ minetest.register_tool("playerplus:stick", {
groups = {not_in_creative_inventory = 1},
tool_capabilities = {
full_punch_interval = 1.4,
damage_groups = {knockback = 11}
damage_groups = {knockback = 11},
groupcaps = {bouncy = {maxlevel = 0}} -- needed so 3d_armor doesnt damage armor
}
})