From 4ebb1949dfbefa44935c786ebfd592905a695fa1 Mon Sep 17 00:00:00 2001 From: Och Noe Date: Sat, 1 Jun 2019 22:55:07 +0200 Subject: moreblocks.mod = "undo" added --- crafting.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'crafting.lua') diff --git a/crafting.lua b/crafting.lua index 875f56a..6053e58 100644 --- a/crafting.lua +++ b/crafting.lua @@ -569,6 +569,24 @@ minetest.register_craft({ type = "cooking", output = "moreblocks:tar", recipe = "default:gravel", }) +-- 2019-06-01 +-- minetest.register_craft({ +-- type = "cooking", +-- cooktime = 45, -- 5*9 +-- output = "default:stone 81", +-- recipe = "moreblocks:cobble_condensed" + }) + +-- minetest.register_craft({ +-- type = "grinding", +-- time = 27, -- 3*9 +-- output = "default:cobble 81", +-- recipe = "moreblocks:cobble_condensed" +-- }) + + + + minetest.register_craft({ type = "shapeless", output = "moreblocks:copperpatina", -- cgit v1.2.3