Clean up crafting recipes, add new helpers
This commit is contained in:
parent
cdd326c812
commit
b0fc9778f9
6 changed files with 28 additions and 30 deletions
|
@ -138,12 +138,3 @@ minetest.register_craft({
|
|||
{'default:stick', 'default:stick', 'default:stick'},
|
||||
}
|
||||
})
|
||||
-- FIXME: Remove helper recipe
|
||||
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'},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue