1
0
Fork 0

Shears are not enchantable on enchanting table

This commit is contained in:
cora 2023-08-15 04:09:02 +02:00 committed by codiac
parent 246a95f973
commit dd96af15c4
1 changed files with 1 additions and 1 deletions

View File

@ -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,