Combine furnace recipes; use group:stone as input (#340)
This commit is contained in:
parent
91c5f47886
commit
b2fc302822
1 changed files with 2 additions and 11 deletions
|
@ -46,20 +46,11 @@ crafting.register_recipe({
|
|||
level = 1,
|
||||
})
|
||||
|
||||
-- Furnace <== Cobble x8
|
||||
-- Furnace <== group:stone x8
|
||||
crafting.register_recipe({
|
||||
type = "inv",
|
||||
output = "default:furnace",
|
||||
items = { "default:cobble 8" },
|
||||
always_known = true,
|
||||
level = 1,
|
||||
})
|
||||
|
||||
-- Furnace <== Desert cobble x8
|
||||
crafting.register_recipe({
|
||||
type = "inv",
|
||||
output = "default:furnace",
|
||||
items = { "default:desert_cobble 8" },
|
||||
items = { "group:stone 8" },
|
||||
always_known = true,
|
||||
level = 1,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue