mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +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",
|
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({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "default:stone",
|
output = "default:stone",
|
||||||
|
|
Loading…
Add table
Reference in a new issue