forked from VoxeLibre/VoxeLibre
Fix itemframe craft
This commit is contained in:
parent
d636aa1e79
commit
ecebe57fec
|
@ -134,7 +134,7 @@ minetest.register_craft({
|
||||||
output = 'itemframes:frame',
|
output = 'itemframes:frame',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stick', 'default:stick', 'default:stick'},
|
{'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'},
|
{'default:stick', 'default:stick', 'default:stick'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue