From b5a349d5f829d00f0a4aa7f51663f49d463402b4 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 1 Oct 2012 20:32:58 -0400 Subject: [PATCH] Made terracotta base recipe give more lumps of the stuff. --- crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crafts.lua b/crafts.lua index 74941694..69d8a7ae 100644 --- a/crafts.lua +++ b/crafts.lua @@ -13,7 +13,7 @@ minetest.register_craftitem("homedecor:terracotta_base", { minetest.register_craft( { type = "shapeless", - output = "homedecor:terracotta_base 4", + output = "homedecor:terracotta_base 8", recipe = { "default:dirt", "default:clay_lump",