1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 01:30:38 +01: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", {
description = "Hunter's Leather Boots",
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,
})