From 212dba7df1529e250e3506eebe2762638cf8799b Mon Sep 17 00:00:00 2001 From: Och Noe Date: Mon, 27 Apr 2020 03:45:36 +0200 Subject: feature request: craft stone tile by putting 2x2 compressed cobble in the crafting grid --- crafting.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crafting.lua b/crafting.lua index fb3d70b..760bf03 100644 --- a/crafting.lua +++ b/crafting.lua @@ -196,6 +196,15 @@ minetest.register_craft({ } }) +-- added 2020-04-27 - requested by ywang +minetest.register_craft({ + output = "moreblocks:stone_tile 36", + recipe = { + {"moreblocks:cobble_compressed", "moreblocks:cobble_compressed"}, + {"moreblocks:cobble_compressed", "moreblocks:cobble_compressed"}, + } +}) + minetest.register_craft({ output = "moreblocks:split_stone_tile", recipe = { -- cgit v1.2.3