Fixed cloudlands and floatlands, changed their biome heights
This commit is contained in:
parent
de389ade0f
commit
60d57b3d77
82 changed files with 164 additions and 2980 deletions
|
@ -27,7 +27,7 @@ minetest.register_biome({
|
|||
node_dungeon = "default:cobble",
|
||||
node_dungeon_alt = "default:mossycobble",
|
||||
node_dungeon_stair = "stairs:stair_cobble",
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 1000,
|
||||
heat_point = 95,
|
||||
humidity_point = 63,
|
||||
|
@ -813,7 +813,7 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
|
|||
octaves = 7,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 0,
|
||||
decoration = "livingfloatlands:paleojungle_littler_dirt"
|
||||
})
|
||||
|
@ -832,7 +832,7 @@ minetest.register_node("livingfloatlands:paleojungle_littler_leaves", {
|
|||
octaves = 8,
|
||||
persist = 1,
|
||||
},
|
||||
y_max = 3100,
|
||||
y_max = 2450,
|
||||
y_min = 0,
|
||||
decoration = "livingfloatlands:paleojungle_littler_leaves"
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue