Merge pull request #1 from Panquesito7/fix_fuel

Fix itemname in craft-type fuel
This commit is contained in:
Sirrobzeroone 2021-01-14 09:58:01 +11:00 committed by GitHub
commit 7522496eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ if armor.materials.wood then
minetest.register_craft({
type = "fuel",
recipe = "shields:shield_wood",
recipe = "3d_armor_gloves:gloves_wood",
burntime = 4,
})
end