Mark bad recipes
This commit is contained in:
parent
ce0c202236
commit
24d3c1a309
6 changed files with 6 additions and 2 deletions
|
@ -603,7 +603,7 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'default:book',
|
||||
-- TODO: 3 paper 1 lether
|
||||
-- FIXME: Update recipe. 3 paper 1 lether
|
||||
recipe = { 'default:paper', 'default:paper', 'default:paper', 'default:paper',
|
||||
}
|
||||
})
|
||||
|
|
|
@ -55,7 +55,7 @@ minetest.register_craftitem("default:diamond", {
|
|||
})
|
||||
|
||||
minetest.register_craftitem("default:clay_lump", {
|
||||
description = "Clay Lump",
|
||||
description = "Clay",
|
||||
inventory_image = "default_clay_lump.png",
|
||||
stack_max = 64,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue