diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-07-31 20:12:00 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-07-31 20:12:00 -0400 |
commit | 821e64db9072388186e42ebd455dd3fe081620f7 (patch) | |
tree | 2202010a19f9c12fc88601a8e5845e119f4e2ff6 | |
parent | 18b5e49338c01c838e7410e8060fa44f05af9187 (diff) | |
download | unifieddyes-821e64db9072388186e42ebd455dd3fe081620f7.tar unifieddyes-821e64db9072388186e42ebd455dd3fe081620f7.tar.gz unifieddyes-821e64db9072388186e42ebd455dd3fe081620f7.tar.bz2 unifieddyes-821e64db9072388186e42ebd455dd3fe081620f7.tar.xz unifieddyes-821e64db9072388186e42ebd455dd3fe081620f7.zip |
Changed glass bottle recycling so that it uses the vessel mod's "glass
fragments" in the process instead of direct-to-glass-blocks.
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |