From 487bb691908bfcce1a07127e4f806448f200255b Mon Sep 17 00:00:00 2001 From: David Leal Date: Wed, 13 Jan 2021 16:30:44 -0600 Subject: [PATCH] Fix itemname in craft-type fuel --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 3febe17..71e66b8 100644 --- a/init.lua +++ b/init.lua @@ -16,10 +16,10 @@ if armor.materials.wood then armor_groups = {fleshy=5}, damage_groups = {cracky=3, snappy=2, choppy=3, crumbly=2, level=1}, }) - + minetest.register_craft({ type = "fuel", - recipe = "shields:shield_wood", + recipe = "3d_armor_gloves:gloves_wood", burntime = 4, }) end @@ -32,7 +32,7 @@ if armor.materials.cactus then armor_groups = {fleshy=5}, damage_groups = {cracky=3, snappy=3, choppy=2, crumbly=2, level=1}, }) - + minetest.register_craft({ type = "fuel", recipe = "3d_armor_gloves:gloves_cactus",