mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
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:
parent
18b5e49338
commit
821e64db90
2
init.lua
2
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",
|
||||
|
Loading…
Reference in New Issue
Block a user