Enable tool durability

master
ezhh 2017-04-08 19:21:33 +01:00
parent f637cfefd1
commit 99fc0290da
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ end
-- fire starter tool
minetest.register_craftitem("abriflame:flint", {
minetest.register_tool("abriflame:flint", {
description = "Fire Starter",
inventory_image = "fire_flint_steel.png",
stack_max = 1,