mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-31 03:12:33 +02:00
Fix itemframe craft
This commit is contained in:
@ -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'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user