Fix itemframe craft

This commit is contained in:
Wuzzy 2017-01-17 05:06:07 +01:00
parent d636aa1e79
commit ecebe57fec
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ minetest.register_craft({
output = 'itemframes:frame',
recipe = {
{'default:stick', 'default:stick', 'default:stick'},
{'default:stick', 'mobs:leather', 'default:stick'},
{'default:stick', 'mcl_mobitems:leather', 'default:stick'},
{'default:stick', 'default:stick', 'default:stick'},
}
})