mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 07:23:48 +01:00
Merge branch 'master' into 'master'
Fixed yield for crafted dyes. See merge request VanessaE/unifieddyes!2
This commit is contained in:
commit
f59c8affc1
2
init.lua
2
init.lua
@ -1431,7 +1431,7 @@ for _,i in ipairs(unifieddyes.base_color_crafts) do
|
||||
|
||||
minetest.register_craft( {
|
||||
type = "shapeless",
|
||||
output = "dye:"..j[1]..color..j[2].." "..yield,
|
||||
output = "dye:"..j[1]..color..j[2].." "..j[6],
|
||||
recipe = {
|
||||
"dye:"..color,
|
||||
firstdye,
|
||||
|
Loading…
Reference in New Issue
Block a user