mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 11:00:25 +01:00
Update init.lua
This commit is contained in:
parent
c2d4541469
commit
811edbca93
@ -30,6 +30,6 @@ minetest.register_tool(":3d_armor:leggings_leather_hunter", {
|
|||||||
minetest.register_tool(":3d_armor:boots_leather_hunter", {
|
minetest.register_tool(":3d_armor:boots_leather_hunter", {
|
||||||
description = "Hunter's Leather Boots",
|
description = "Hunter's Leather Boots",
|
||||||
inventory_image = "3d_armor_inv_boots_leather_hunter.png",
|
inventory_image = "3d_armor_inv_boots_leather_hunter.png",
|
||||||
groups = {armor_feet = 5, armor_heal = 0, armor_use = 250},
|
groups = {armor_feet = 5, armor_heal = 0, armor_use = 250},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user