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:
parent
8ab7c54d76
commit
d1db66bf4f
10 changed files with 102 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue