Merge pull request #1 from Panquesito7/fix_fuel
Fix itemname in craft-type fuel
This commit is contained in:
commit
7522496eb7
6
init.lua
6
init.lua
@ -16,10 +16,10 @@ if armor.materials.wood then
|
|||||||
armor_groups = {fleshy=5},
|
armor_groups = {fleshy=5},
|
||||||
damage_groups = {cracky=3, snappy=2, choppy=3, crumbly=2, level=1},
|
damage_groups = {cracky=3, snappy=2, choppy=3, crumbly=2, level=1},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "shields:shield_wood",
|
recipe = "3d_armor_gloves:gloves_wood",
|
||||||
burntime = 4,
|
burntime = 4,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
@ -32,7 +32,7 @@ if armor.materials.cactus then
|
|||||||
armor_groups = {fleshy=5},
|
armor_groups = {fleshy=5},
|
||||||
damage_groups = {cracky=3, snappy=3, choppy=2, crumbly=2, level=1},
|
damage_groups = {cracky=3, snappy=3, choppy=2, crumbly=2, level=1},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "3d_armor_gloves:gloves_cactus",
|
recipe = "3d_armor_gloves:gloves_cactus",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user