From 821e64db9072388186e42ebd455dd3fe081620f7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 31 Jul 2012 20:12:00 -0400 Subject: [PATCH] Changed glass bottle recycling so that it uses the vessel mod's "glass fragments" in the process instead of direct-to-glass-blocks. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d5efaf3..aab7666 100644 --- a/init.lua +++ b/init.lua @@ -20,7 +20,7 @@ minetest.register_craftitem("unifieddyes:empty_bottle", { minetest.register_craft( { type = "shapeless", - output = "default:glass", + output = "vessels:glass_fragments", recipe = { "unifieddyes:empty_bottle", "unifieddyes:empty_bottle",