Make white wool craftable

This commit is contained in:
Wuzzy 2017-02-01 18:36:03 +01:00
parent b7b5f619ab
commit b8aec37c98
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,14 @@ for _, row in ipairs(wool.dyes) do
end
end
minetest.register_craft({
output = "mcl_wool:white",
recipe = {
{ "mcl_mobitems:string", "mcl_mobitems:string" },
{ "mcl_mobitems:string", "mcl_mobitems:string" },
},
})
minetest.register_craft({
type = "fuel",
recipe = "group:wool",