mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 04:11:24 +00:00
Make it not possible to get coal by cooking trees
This commit is contained in:
parent
60c16eb57b
commit
dee4b328a3
1 changed files with 0 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue