1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

Update init.lua

This commit is contained in:
Ombridride 2015-05-26 19:10:48 +02:00
parent c2d4541469
commit 811edbca93

View File

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