From ca612fe3bf005ff7164f4cee6cb81fbeb6ea2cea Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 1 Oct 2012 20:21:24 -0400 Subject: [PATCH] Added intermediate step to terracotta crafting - you must now mix up some terracotta base material (think of it like red clay), and then smelt that. --- crafts.lua | 21 +++++++++++++++++---- textures/homedecor_terracotta_base.png | Bin 0 -> 379 bytes 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 textures/homedecor_terracotta_base.png diff --git a/crafts.lua b/crafts.lua index e1770de5..74941694 100644 --- a/crafts.lua +++ b/crafts.lua @@ -6,8 +6,21 @@ -- License: GPL -- --- ==================================== --- Smelting recipes and resultant items +minetest.register_craftitem("homedecor:terracotta_base", { + description = "Uncooked Terracotta Base", + inventory_image = "homedecor_terracotta_base.png", +}) + +minetest.register_craft( { + type = "shapeless", + output = "homedecor:terracotta_base 4", + recipe = { + "default:dirt", + "default:clay_lump", + "bucket:bucket_water" + }, + replacements = { {'bucket:bucket_water', 'bucket:bucket_empty'}, }, +}) minetest.register_craftitem("homedecor:roof_tile_terracotta", { description = "Terracotta Roof Tile", @@ -16,8 +29,8 @@ minetest.register_craftitem("homedecor:roof_tile_terracotta", { minetest.register_craft({ type = "cooking", - output = "homedecor:roof_tile_terracotta 4", - recipe = "default:dirt", + output = "homedecor:roof_tile_terracotta", + recipe = "homedecor:terracotta_base", }) minetest.register_craft( { diff --git a/textures/homedecor_terracotta_base.png b/textures/homedecor_terracotta_base.png new file mode 100644 index 0000000000000000000000000000000000000000..edae79e555ff1fe57c7b2e94228d4a651874149a GIT binary patch literal 379 zcmV->0fhdEP)6m zF{%BdIEWxsbaHTUa1cQUadQ;i)lo!n5^umua1<}VcJvAqS0|VHg9<{W{w&bgU6+fkC9xbA z%eINbcjAF?ygWNpM1MWbHy7pp;hCt{qbqmBuFu<3i+0!{XX)QFSedNIM9HJ*+878R z))j6z;N61LBp>VNs) Z@d=+lRpT}K!l(cM002ovPDHLkV1g_*rEdTL literal 0 HcmV?d00001