Mark bad recipes

This commit is contained in:
Wuzzy 2017-01-10 03:43:31 +01:00
parent ce0c202236
commit 24d3c1a309
6 changed files with 6 additions and 2 deletions

View file

@ -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',
}
})

View file

@ -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,
})