mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +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",
|
||||
output = 'wool:'..name..' 16',
|
||||
recipe = {'group:dye,'..craft_color_group, 'wool:white'},
|
||||
replacements = { { "wool:white", "unifieddyes:empty_bottle"} }
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue