Remove Softwood

This commit is contained in:
Extex101 2019-09-18 17:50:38 -07:00 committed by GitHub
parent 92ae838379
commit 6113fb9a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",