mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Update mods/wool/init.lua
This commit is contained in:
parent
32ee20ebe7
commit
776dd98a0f
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ for _, row in ipairs(wool.dyes) do
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = 'wool:'..name..' 16',
|
output = 'wool:'..name..' 16',
|
||||||
recipe = {'group:dye,'..craft_color_group, 'wool:white'},
|
recipe = {'group:dye,'..craft_color_group, 'wool:white'},
|
||||||
|
replacements = { { "wool:white", "unifieddyes:empty_bottle"} }
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue