forked from mtcontrib/homedecor_modpack
change more recipes to use groups instead of nodenames
This commit is contained in:
@ -228,9 +228,9 @@ minetest.register_abm({
|
||||
minetest.register_craft({
|
||||
output = 'itemframes:frame',
|
||||
recipe = {
|
||||
{'default:stick', 'default:stick', 'default:stick'},
|
||||
{'default:stick', 'default:paper', 'default:stick'},
|
||||
{'default:stick', 'default:stick', 'default:stick'},
|
||||
{'group:stick', 'group:stick', 'group:stick'},
|
||||
{'group:stick', 'default:paper', 'default:stick'},
|
||||
{'group:stick', 'group:stick', 'group:stick'},
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
|
Reference in New Issue
Block a user