Add several craftitems
This commit is contained in:
parent
452ef75e8a
commit
68e773f6e7
20 changed files with 147 additions and 9 deletions
|
@ -634,10 +634,16 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
-- TODO: Remove helper recipe
|
||||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'default:book',
|
||||
recipe = { 'default:paper', 'default:paper', 'default:paper', 'mobs:leather',
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'default:book',
|
||||
-- FIXME: Update recipe. 3 paper 1 lether
|
||||
recipe = { 'default:paper', 'default:paper', 'default:paper', 'default:paper',
|
||||
}
|
||||
})
|
||||
|
@ -668,6 +674,7 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
-- TODO: Remove recipe when mobs are working
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "default:gunpowder",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue