mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-29 21:30:26 +02:00
Ferns: Add 3 sizes for coniferous forest biome
Remove flowers from coniferous forest. Add 'dirt with coniferous litter' to farming mod overrides.
This commit is contained in:
@ -1098,6 +1098,12 @@ minetest.register_craft({
|
||||
burntime = 2,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:fern_1",
|
||||
burntime = 2,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "default:paper",
|
||||
|
Reference in New Issue
Block a user