No enchant for shears

This commit is contained in:
Wuzzy 2020-12-19 16:29:55 +01:00
parent 39a0fdd24c
commit fd53198c9a
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ minetest.register_tool("mcl_tools:shears", {
inventory_image = "default_tool_shears.png",
wield_image = "default_tool_shears.png",
stack_max = 1,
groups = { tool=1, shears=1, dig_speed_class=4, enchantability=1 },
groups = { tool=1, shears=1, dig_speed_class=4, },
tool_capabilities = {
full_punch_interval = 0.5,
max_drop_level=1,