1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-19 16:25:47 +01:00

Update minetestforfun_game, fix maptools

This commit is contained in:
LeMagnesium
2016-11-10 00:01:34 +01:00
parent 783cb0e3d9
commit d40a65244b
92 changed files with 3202 additions and 1803 deletions

View File

@@ -32,6 +32,7 @@ minetest.register_tool("default:pick_wood", {
},
damage_groups = {fleshy=2},
},
groups = {flammable = 2},
})
minetest.register_tool("default:pick_stone", {
description = "Stone Pickaxe",
@@ -167,6 +168,7 @@ minetest.register_tool("default:shovel_wood", {
},
damage_groups = {fleshy = 2},
},
groups = {flammable = 2},
})
minetest.register_tool("default:shovel_stone", {
description = "Stone Shovel",
@@ -302,6 +304,7 @@ minetest.register_tool("default:axe_wood", {
},
damage_groups = {fleshy = 2},
},
groups = {flammable = 2},
})
minetest.register_tool("default:axe_stone", {
description = "Stone Axe",