mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-11 01:29:36 +01:00
Fix itemframe craft
This commit is contained in:
parent
d636aa1e79
commit
ecebe57fec
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue