mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
Remove Softwood
This commit is contained in:
parent
92ae838379
commit
6113fb9a35
1 changed files with 0 additions and 13 deletions
|
@ -885,13 +885,6 @@ minetest.register_craft({
|
|||
cooktime = 5,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:softwood_charcoal",
|
||||
recipe = "group:softwood",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:hardwood_charcoal",
|
||||
|
@ -1270,12 +1263,6 @@ minetest.register_craft({
|
|||
burntime = 5,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:softwood_charcoal",
|
||||
burntime = 6,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:hardwood_charcoal",
|
||||
|
|
Loading…
Add table
Reference in a new issue