From eb3f9363d5485838451cfaca5fca79be2d08f44d Mon Sep 17 00:00:00 2001 From: pithydon Date: Wed, 18 May 2016 16:02:28 -0600 Subject: add node copper patina (#37) Good for building things like the statue of liberty. --- crafting.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index c85cc3f..501c9f4 100644 --- a/crafting.lua +++ b/crafting.lua @@ -457,6 +457,22 @@ minetest.register_craft({ type = "cooking", output = "moreblocks:tar", recipe = "default:gravel", }) +minetest.register_craft({ + type = "shapeless", + output = "moreblocks:copperpatina", + recipe = {"bucket:bucket_water", "default:copperblock"}, + replacements = { + {"bucket:bucket_water", "bucket:bucket_empty"} + } +}) + +minetest.register_craft({ + output = "default:copper_ingot 9", + recipe = { + {"moreblocks:copperpatina"}, + } +}) + if minetest.setting_getbool("moreblocks.circular_saw_crafting") ~= false then -- “If nil or true then” minetest.register_craft({ output = "moreblocks:circular_saw", -- cgit v1.2.3