Remove Mapgen V7 floatland biome code
In preparation for a new Mapgen V7 floatland implementation.
This commit is contained in:
parent
d04b709181
commit
150122bfe7
3 changed files with 25 additions and 104 deletions
|
@ -102,7 +102,7 @@ minetest.register_decoration({
|
|||
place_offset_y = 2,
|
||||
sidelen = 80,
|
||||
fill_ratio = 0.005,
|
||||
biomes = {"grassland", "deciduous_forest", "floatland_grassland"},
|
||||
biomes = {"grassland", "deciduous_forest"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
decoration = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue