From 06ece220b723ce8a08c371c9e66d2ad1e7c9f519 Mon Sep 17 00:00:00 2001 From: Jat Date: Sun, 3 Nov 2013 00:41:08 +0100 Subject: Add Coal Stone Bricks ( old Stone Bricks) and modify craft Iron Stone Bricks --- crafting.lua | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index 0410ad0..d8abfef 100644 --- a/crafting.lua +++ b/crafting.lua @@ -175,10 +175,20 @@ minetest.register_craft({ } }) +minetest.register_craft({ + output = "moreblocks:coal_stone_bricks 1", + recipe = { + {"moreblocks:coal_stone", "moreblocks:coal_stone"}, + {"moreblocks:coal_stone", "moreblocks:coal_stone"}, + } +}) + minetest.register_craft({ output = "moreblocks:iron_stone_bricks 1", - type = "shapeless", - recipe = {"default:steel_ingot", "default:stonebrick"}, + recipe = { + {"moreblocks:iron_stone", "moreblocks:iron_stone"}, + {"moreblocks:iron_stone", "moreblocks:iron_stone"}, + } }) minetest.register_craft({ -- cgit v1.2.3