mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 18:50:22 +01:00
Fix Iron Stone bricks crafting
This commit is contained in:
parent
85aea72376
commit
290593619a
@ -178,7 +178,7 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "moreblocks:iron_stone_bricks 1",
|
output = "moreblocks:iron_stone_bricks 1",
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
recipe = {"default:steel_ingot", "default:stone_brick"},
|
recipe = {"default:steel_ingot", "default:stonebrick"},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
Loading…
Reference in New Issue
Block a user