mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Shears are not enchantable on enchanting table
This commit is contained in:
parent
246a95f973
commit
dd96af15c4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue