forked from Wuzzy/realtest_mt5
More recipe fixes
This commit is contained in:
parent
901360e7c9
commit
56658571bc
|
@ -179,7 +179,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
for _, anvil in ipairs(anvils) do
|
||||
if anvil[1] ~= "stone" then
|
||||
if anvil[1] ~= "stone" and anvil[1] ~= "desert_stone" then
|
||||
minetest.register_craft({
|
||||
output = "anvil:anvil_"..anvil[1],
|
||||
recipe = {
|
||||
|
|
|
@ -146,12 +146,6 @@ minetest.register_craft({
|
|||
burntime = 3,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:fence_wood",
|
||||
burntime = 15,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:torch",
|
||||
|
|
Loading…
Reference in New Issue