forked from mtcontrib/moretrees
Added support for spawning small fir trees in snow biomes. Made jungletrees
and palms require at least +15°C to grow. This is supposed to keep them away from snow biomes, but the engine doesn't let me tell the snow mod to always run first. Also please note that due to the load that snow biomes + moretrees adds to the map generator, well... stuff will look cut off, broken, etc. due to bugs in the map generator.
This commit is contained in:
@ -2,9 +2,10 @@
|
||||
Elevation Temperature Nearness to Nearby What nodes Perlin Avoid
|
||||
Tree type (m) (approx., °C) some node water to spawn on seed diff radius
|
||||
-----------------------------------------------------------------------------------------------------------------------
|
||||
jungle tree - 5 to +10 n/a water, 20 10 dirt_with_grass 329 5
|
||||
jungle tree - 5 to +10 above +15 water, 20 10 dirt_with_grass 329 5
|
||||
fir above +25 -20 to +10 n/a n/a dirt_with_grass 359 8
|
||||
palm - 1 to + 1 +18 to +32 water, 15 10 sand 330 5
|
||||
firs on snow above +15 -20 to +10 n/a n/a snow:snow 359 8
|
||||
palm - 1 to + 1 +15 to +32 water, 15 10 sand 330 5
|
||||
apple + 1 to +10 +23 to +32 n/a n/a dirt_with grass 331 15
|
||||
oak 0 to +10 + 4 to +16 n/a n/a dirt_with grass 332 15
|
||||
sequoia 0 to +10 -30 to +50 n/a n/a dirt_with grass 333 10
|
||||
|
Reference in New Issue
Block a user