forked from VoxeLibre/VoxeLibre
Shears are not enchantable on enchanting table
This commit is contained in:
parent
246a95f973
commit
dd96af15c4
|
@ -661,7 +661,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=14, },
|
||||
groups = { tool=1, shears=1, dig_speed_class=4, enchantability=-1, },
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 0.5,
|
||||
max_drop_level=1,
|
||||
|
|
Loading…
Reference in New Issue