Fix itemname in craft-type fuel

master
David Leal 2021-01-13 16:30:44 -06:00
parent 1962c5f2d5
commit 487bb69190
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
1 changed files with 3 additions and 3 deletions

View File

@ -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",