master #5

Merged
epCode merged 255 commits from VoxeLibre/VoxeLibre:master into master 2021-02-02 23:20:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ab079d0c9b - Show all commits

View File

@ -341,7 +341,7 @@ minetest.register_tool("mcl_tools:shovel_gold", {
inventory_image = "default_tool_goldshovel.png",
wield_image = "default_tool_goldshovel.png^[transformR90",
wield_scale = wield_scale,
groups = { tool=1, shovel=1, dig_speed_class=6, },
groups = { tool=1, shovel=1, dig_speed_class=6, enchantability=22 },
tool_capabilities = {
full_punch_interval = 1,
max_drop_level=2,