Change wool coloring recipe

This commit is contained in:
Wuzzy 2017-02-06 20:09:03 +01:00
parent 0a2666c46e
commit 97bd4fe734
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ for _, row in ipairs(wool.dyes) do
minetest.register_craft({
type = "shapeless",
output = 'mcl_wool:'..name,
recipe = {'group:dye,'..craft_color_group, 'group:wool'},
recipe = {'group:dye,'..craft_color_group, 'mcl_wool:white'},
})
minetest.register_craft({
output = 'mcl_wool:'..name..'_carpet 3',