Changed glass bottle recycling so that it uses the vessel mod's "glass

fragments" in the process instead of direct-to-glass-blocks.
This commit is contained in:
Vanessa Ezekowitz 2012-07-31 20:12:00 -04:00
parent 18b5e49338
commit 821e64db90
1 changed files with 1 additions and 1 deletions

View File

@ -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",