Commit Graph

154 Commits

Author SHA1 Message Date
thunderdog1138 cd387fdc87 Update 'mods/default/mapgen.lua' 2020-09-21 19:42:04 +00:00
thunderdog1138 d62ba4cbf0 Update 'mods/default/mapgen.lua' 2020-09-21 19:37:38 +00:00
thunderdog1138 7194dd4b4d Update 'mods/default/mapgen.lua' 2020-09-21 19:25:44 +00:00
thunderdog1138 b146e6a5a3 Update 'mods/default/mapgen.lua' 2020-09-21 19:23:13 +00:00
thunderdog1138 3ab307cf5e Update 'mods/default/mapgen.lua' 2020-09-21 19:21:59 +00:00
thunderdog1138 9b63d539e5 Upload files to 'mods/default' 2020-09-21 18:53:07 +00:00
thunderdog1138 3cd36f5766 Delete 'mods/default/mapgen.lua' 2020-09-21 18:52:36 +00:00
thunderdog1138 cb944ececa Update 'mods/default/mapgen.lua' 2020-09-21 18:43:29 +00:00
thunderdog1138 b401841328 Update 'mods/default/mapgen.lua' 2020-09-21 18:39:47 +00:00
thunderdog1138 ea9dcfe88b Update 'mods/default/mapgen.lua' 2020-09-21 18:14:56 +00:00
thunderdog1138 3b37161006 Upload files to 'mods/default' 2020-09-21 18:12:02 +00:00
thunderdog1138 93e735ae1f Delete 'mods/default/mapgen.lua' 2020-09-21 18:11:21 +00:00
thunderdog1138 177662be2b Update 'mods/default/mapgen.lua' 2020-09-21 17:15:10 +00:00
thunderdog1138 fe3747d78c Update 'mods/default/mapgen.lua' 2020-09-21 17:13:28 +00:00
thunderdog1138 74c3ca57dd Update 'mods/default/mapgen.lua' 2020-09-21 17:12:35 +00:00
thunderdog1138 9b308bca25 Update 'mods/default/mapgen.lua' 2020-09-21 17:10:48 +00:00
thunderdog1138 2abfc10800 Upload files to 'mods/default' 2020-09-21 15:33:35 +00:00
thunderdog1138 e646e1e908 Delete 'mods/default/mapgen.lua' 2020-09-12 18:50:49 +00:00
thunderdog1138 05c03939b8
Update mapgen.lua 2019-12-15 14:00:04 -05:00
thunderdog1138 b502a7b838
Update mapgen.lua 2019-12-15 13:46:15 -05:00
thunderdog1138 26d303eeb5
Update mapgen.lua 2019-12-15 13:39:07 -05:00
thunderdog1138 89b2174c51
Update mapgen.lua 2019-12-12 17:29:51 -05:00
Paramat 5b1875ef41
Papyrus: Add to the rainforest swamp biome
Previously, papyrus was limited to the savanna biome.
Rainforest is a suitable habitat for papyrus.
Makes papyrus a little less difficult to find.
Move swamp jungletrees into a separate registration, to allow
applying distribution by perlin noise to keep these away from
papyrus areas.

Fix error: Remove non-functional 'rainforest swamp' from the
biome list for the jungle log decoration. It is not placed in
swamps due to the 'y max/min' and 'place on' parameters.
2019-11-15 19:47:14 +00:00
Paramat 86a55d3584
Marram grass: Fix noise flags to make 2D noise 'eased' (#2493)
Increase noise resolution from 4 to 2 nodes for a higher quality
distribution.
Retune noise parameters to compensate for using eased noise.
2019-09-21 21:28:09 +01:00
Paramat 6716fc74ec
Add patches of bare 'dry dirt' to savanna
Tune noise to appear roughly where long dry grass is least dense and shortest.
2019-07-30 03:55:17 +01:00
TumeniNodes c32b8adaa3 Add 'dry dirt' and 'dry dirt with dry grass' nodes for savanna biome 2019-07-26 17:50:44 +01:00
sfan5 37710866f0 Switch dungeon type detection to biome name
see #2400, also removed a now unused alias
2019-07-16 22:26:35 +02:00
Paramat e7be81242b
Define dungeon nodes in biome definitions (#2400)
Icesheet ice dungeons now have ice stairs.
Remove some now-unnecessary sandstone mapgen aliases, one
remains as it is required by the dungeon loot mod.
Re-arrange mapgen aliases to separate those needed for mgv6.
2019-07-01 21:58:47 +01:00
Paramat aee5ba64f9
Make cave liquids biome-determined
No longer use the hardcoded engine cave liquids.
Water only in '_ocean' biomes, water and lava in '_under' biomes.
2019-05-18 21:22:19 +01:00
Paramat f21bab2ff9
Split underground biome to correspond to surface biomes
In preparation for biome-defined: dungeon materials, cave liquids,
stone type, ores, decorations.
'_ocean' biomes now extend to y = -255 to be deeper than default
mgv5 oceans, and to create 'shallow underground biomes'.
Remove unnecessary biome lists for gravel and silver sand blob ores,
as those are already defined to only appear in default:stone.
2019-04-19 21:23:26 +01:00
Paramat 6688ddf6d4
Add large cactus seedling
Alter 'large cactus' schematic to place another force-placed cactus node,
to replace the cactus seedling on growth.
Make schematic 5x7x5 to solve rotation, placement and protection check
issues.
Add a y-slice probability for height variation.

Growth time is tuned to not make this a faster way to obtain cactus nodes
compared to normal cactus farming.
Seedling texture by Extex101.

Use sapling/seedling description in protection intersection message in
'sapling_on_place' function.
2019-01-02 02:18:50 +00:00
Ezhh 21f5eaade0
Add plantlike_rooted coral 2018-11-15 00:49:16 +00:00
random-geek ab1a79b13c Add blueberry bushes 2018-10-09 20:54:22 +01:00
Paramat 20b433881b
New wider apple tree schematic
Precisely reduce trees and logs per mapchunk division to compensate.
2018-08-20 23:56:00 +01:00
TumeniNodes 9318c71659 Biomes: Add pine bush to taiga and snowy grassland
Replaces 'bush' in snowy grassland.
2018-07-13 01:17:07 +01:00
Ezhh e9fbd3d75d Add longer log schematics
These use 'spawn_by' to avoid steep slopes.
2018-06-15 07:25:43 +01:00
Paramat e74e091e78
Biomes: Make beaches snowy in snowy biomes 2018-06-01 22:39:50 +01:00
Paramat 64470dc786
Biomes: Add vertical biome blends (#2120)
Alter a few biome y-limits for consistency.
2018-05-15 22:27:39 +01:00
Paramat ace7ec953e
Biomes: Add tundra lowland with permafrost, stones, moss and snow
Move previous tundra to highland and remove the snowblocks that are
unsuitable for a fairly dry biome, use snow slabs instead.
2018-05-04 23:05:47 +01:00
Ezhh b52ea3de15
Remove commented lines from biome definitions 2018-04-30 22:14:23 +01:00
Paramat aedd209440
Use stratum ore to add the missing sandstone types
Add silver sandstone strata to 'cold desert' biome.
Add sandstone and desert_sandstone strata to 'desert' biome.
2018-04-29 07:15:11 +01:00
Paramat bbb88e6387
Rebalance bronze and steel tools, swap ore depths
Reduce bronze tool capabilities to be between stone and steel.
Swap depths of iron ore and tin / copper ores for corresponding
progression.
2018-04-20 20:13:16 +01:00
Paramat 8d8f2f79d0
Ore distribution: Deeper iron, diamond and mese block, tune gold (#2107)
Iron at y = 0 was far too easy to find.
Adjust gold lower region to be twice the depth of highest level, like
all other ores.
Diamond at y = -500 was too easy to progress to.
Make diamond and mese block deeper to create a depth progression from
mese crystal to diamond, to reflect tool progression.
This all creates a satisfying 2^n depth progression, with lower regions
being at twice the depth of highest levels.
2018-04-12 00:51:56 +01:00
Ezhh c0557b2c23
Add names for register_decoration 2018-03-18 00:25:16 +00:00
paramat 160dc21bc1 Pine trees: Add small pine tree and mix into coniferous forests
Use noises to create a varying mix in coniferous forest biomes:
Areas of large pines only, areas of small pines only, mixed areas.
While also having areas of high and low tree densities.
Saplings grow into large or small pines with equal chance.
2018-03-11 00:18:13 +00:00
paramat ac50b3e3ce Icesheet biome: Add 'default:cave_ice' node to enable caves in land ice
Has 'is_ground_content = true'.
Drops 'default:ice'.
2018-03-11 00:18:07 +00:00
paramat 3afcd68e9b Ores: Remove region overlaps. Make some regions deeper 2018-03-05 23:05:59 +00:00
paramat 702070accb Floatland biomes: Add forest, tune beach height 2018-02-27 01:16:43 +00:00
Ezhh 280f1b1c39 Put y_max above y_min in mapgen registrations (#2051)
Switch y_max and y_min for flowers, fireflies and default
2018-02-25 12:25:34 +01:00
paramat b90aabec80 Rainforest: Add emergent jungle tree and sapling
Height 20 to 32 nodes.
Dependent on chunksize >= 5.
Base limited to maximum altitude y = 32.
Craft sapling from 9 jungle saplings.
2018-02-19 07:16:16 +00:00