Add alternate furnace recipe
This commit is contained in:
parent
141f165289
commit
29927d8d01
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ crafting.register_recipe({
|
||||||
level = 1,
|
level = 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
crafting.register_recipe({
|
||||||
|
type = "inv",
|
||||||
|
output = "default:furnace",
|
||||||
|
items = { "default:desert_cobble 8" },
|
||||||
|
always_known = true,
|
||||||
|
level = 1,
|
||||||
|
})
|
||||||
|
|
||||||
crafting.register_recipe({
|
crafting.register_recipe({
|
||||||
type = "inv",
|
type = "inv",
|
||||||
output = "doors:door_steel",
|
output = "doors:door_steel",
|
||||||
|
|
Loading…
Reference in a new issue