mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -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,
|
cooktime = 5,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
type = "cooking",
|
|
||||||
output = "default:softwood_charcoal",
|
|
||||||
recipe = "group:softwood",
|
|
||||||
cooktime = 10,
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "default:hardwood_charcoal",
|
output = "default:hardwood_charcoal",
|
||||||
|
@ -1270,12 +1263,6 @@ minetest.register_craft({
|
||||||
burntime = 5,
|
burntime = 5,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
type = "fuel",
|
|
||||||
recipe = "default:softwood_charcoal",
|
|
||||||
burntime = 6,
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "fuel",
|
type = "fuel",
|
||||||
recipe = "default:hardwood_charcoal",
|
recipe = "default:hardwood_charcoal",
|
||||||
|
|
Loading…
Add table
Reference in a new issue