Skip to content
Snippets Groups Projects
Commit dee4b328 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Make it not possible to get coal by cooking trees

parent 60c16eb5
No related branches found
No related tags found
No related merge requests found
......@@ -463,18 +463,6 @@ minetest.register_craft({
recipe = "default:sand",
})
minetest.register_craft({
type = "cooking",
output = "default:coal_lump",
recipe = "default:tree",
})
minetest.register_craft({
type = "cooking",
output = "default:coal_lump",
recipe = "default:jungletree",
})
minetest.register_craft({
type = "cooking",
output = "default:stone",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment