Merge branch 'development' of https://github.com/NPXcoot/nssm into development
This commit is contained in:
commit
fd996103bb
@ -623,22 +623,21 @@ minetest.register_tool("nssm:felucco_knife", {
|
|||||||
damage_groups = {fleshy=6},
|
damage_groups = {fleshy=6},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
--[[
|
|
||||||
Bisognava dare la dipendenza da farming... Ma mi da ancora degli errori!
|
farming.register_hoe(":farming:felucco_hoe", {
|
||||||
farming:register_hoe(":farming:felucco_hoe", {
|
|
||||||
description = "Felucco Hoe",
|
description = "Felucco Hoe",
|
||||||
inventory_image = "felucco_hoe.png",
|
inventory_image = "felucco_hoe.png",
|
||||||
max_uses = 290,
|
max_uses = 290,
|
||||||
material = "nssm:felucco_horn"
|
material = "nssm:felucco_horn"
|
||||||
})
|
})
|
||||||
|
|
||||||
farming:register_hoe(":farming:ant_hoe", {
|
farming.register_hoe(":farming:ant_hoe", {
|
||||||
description = "Ant Hoe",
|
description = "Ant Hoe",
|
||||||
inventory_image = "ant_hoe.png",
|
inventory_image = "ant_hoe.png",
|
||||||
max_uses = 350,
|
max_uses = 350,
|
||||||
material = "nssm:ant_mandible"
|
material = "nssm:ant_mandible"
|
||||||
})
|
})
|
||||||
]]
|
|
||||||
minetest.register_tool("nssm:ant_sword", {
|
minetest.register_tool("nssm:ant_sword", {
|
||||||
description = "Ant Sword",
|
description = "Ant Sword",
|
||||||
inventory_image = "ant_sword.png",
|
inventory_image = "ant_sword.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user