forked from minetest/minetest_game
Make it not possible to get coal by cooking trees
This commit is contained in:
parent
60c16eb57b
commit
dee4b328a3
|
@ -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…
Reference in New Issue
Block a user