dags-
8bfbbc5276
- obey mobSpawning=false flag during chunk-gen
...
- fix a couple more biome lookup funcs
- expose stronghold spread setting
2020-03-15 16:31:44 +00:00
dags-
f5db6995f2
- disable region queueing
...
- tweak default filter settings
2020-03-15 00:04:12 +00:00
dags-
3e2d7c54fe
gj
2020-03-12 12:57:27 +00:00
dags-
b21dec9a9a
- use a blue-y white for tundra
...
- fix temp/moisture using inverse colouring
- tweak how temp/moist scales with larger biome sizes
2020-03-12 12:45:50 +00:00
dags-
c6eec52518
- moved wg block tags to the forge namespace
...
- change strata decorator to only use blocks specified in the wg tags
- tweaks to the min number of threads used
2020-03-12 10:12:38 +00:00
dags-
04cb43c6e0
add missing copyright info & reference
2020-03-10 11:57:06 +00:00
dags-
49af504485
add legacy support for <= 0.0.2 worlds :/
2020-03-10 08:35:24 +00:00
dags-
3982553360
restore slightly derpy steepness calculation... for now
2020-03-09 21:22:19 +00:00
dags-
c344ddb137
fixes a fundamental issue with Regions that causes heightmap lookups to be incorrectly offset by the Region border size
2020-03-09 20:30:27 +00:00
dags-
86fdb635e6
relocate decorator stuff
2020-03-06 21:09:13 +00:00
dags-
5633ec9cdd
Make sure connecting rivers aren't wider than the river they're connecting to at the point of connection
2020-03-06 20:50:57 +00:00
dags-
22d3f8db2c
reimplement global vertical/horizontal scale settings
2020-03-06 17:58:25 +00:00
dags-
d3ce349d61
- better handling of wetland terrain
...
- fix missing logs from tree
- tweaks to biomemap
2020-03-06 17:22:23 +00:00
dags-
9f31b515ad
publish Core & Noise2D to maven
2020-03-04 20:56:05 +00:00
dags-
661cf47eb8
- filter out non-overworld (BiomeDictionary) biomes so we don't pick mod-biomes designed for other dimensions
...
- add BiomeDict types for tf biomes
- fix possible crash when setting a terrain type to 0
- rename 'generate' button to 'new seed'
- reduce float slider precision to 3 decimal places
2020-03-03 22:05:57 +00:00
dags-
3b866e54a6
fix possible async access issue
2020-03-01 21:25:26 +00:00
dags-
1c1ef12853
tweak biome modifiers
2020-02-28 23:21:12 +00:00
dags-
c566614f66
fix more derpy pos issues
2020-02-28 21:00:14 +00:00
dags-
3a780e1f35
license files
2020-02-27 11:44:24 +00:00
dags-
421f1e637f
fix geology decorator which broke during the threading refactor
2020-02-26 20:49:08 +00:00
dags-
dfb3a4c7b2
- use maven-publish plugin
...
- provide context with setup events
2020-02-26 14:57:37 +00:00
dags-
179965fc9c
use maven-publish plugin
2020-02-26 14:20:32 +00:00
dags-
8d2e2f2f6e
separate api source from mod source
2020-02-25 23:16:30 +00:00
dags-
a54d4c3781
Add license headers to all source files
2020-02-24 13:51:55 +00:00
dags-
1f1eedcf9c
- added feature/structure options
...
- added gui pages for new options
- fix tooltip rendering on list items
- refined some biomehelper logic
2020-02-24 12:30:13 +00:00
dags-
ae15c9bdd2
add a min value for erosion iterations
2020-02-22 15:58:33 +00:00
dags-
ff54a17ba2
- more grass in forests
...
- a few thread safety changes
2020-02-22 15:31:40 +00:00
dags-
2996fff6bd
improve river-fork angle restrictions
2020-02-18 12:31:58 +00:00
dags-
5b14cad343
use completable futures
2020-02-17 09:21:18 +00:00
dags-
eaf0be6ef2
tweak thread pool again
2020-02-17 08:29:25 +00:00
dags-
cd90d0ac72
- show preview on all gui pages
...
- move river settings to it's own page
- subtle elevation effect on the preview map
2020-02-16 20:38:17 +00:00
dags-
2142c07522
- per-terrain base, height, width sliders
2020-02-14 20:14:52 +00:00
dags-
9eaeb80ddf
tweak default threadpool
2020-02-12 13:50:40 +00:00
dags-
b54898389d
terrain type auto completion + improved search
2020-02-09 14:08:58 +00:00
dags-
446b036414
added /find command & reworked some of the back-end stuff in Core
2020-02-09 01:48:40 +00:00
dags-
e853f3d347
cache for longer
2020-02-04 20:55:40 +00:00
dags-
420b44e5d1
fix vines being placed into the ground when extending trees downward
2020-02-01 18:14:39 +00:00
dags-
93c4e3b23b
shutdown generator threadpool before stopping server
2020-01-24 15:13:39 +00:00
dags-
58e7eeacae
scale the preview map's legend according to user gui scale setting
2020-01-22 19:28:23 +00:00
dags-
1bb4954867
- tidy up block tags
...
- fix biome tag reload causing hang
- remove neighbour evaluation in Erosion
2020-01-21 19:31:59 +00:00
dags-
4c4165400d
Start work on tagging the things:
...
- block tags for all world-gen blocks with fallbacks for mods that haven't proided the tags
- started on biome tags
2020-01-21 16:53:58 +00:00
dags-
2f1ee6d322
tweak temperate rainforest colour
2020-01-21 12:07:36 +00:00
dags-
11969dbe7b
undo experimental change - bad
2020-01-20 17:24:09 +00:00
dags-
018aa72a47
- experimental change to height/temperature modifier
...
- more grasses on vanilla treeless biomes
- CR biome type colours
2020-01-20 17:19:53 +00:00
dags-
ec52877877
minor tweak to the number of main river attempts per region
2020-01-19 21:22:15 +00:00
dags-
5d8c3767f6
tweak erosion
2020-01-18 16:20:26 +00:00
dags-
8e33b8ce17
- tweak filters
...
- option to extend template bases downwards
2020-01-18 15:29:30 +00:00
dags-
e652eb6330
tweak height mod
2020-01-17 21:28:37 +00:00
dags-
545883b867
- create FeatureMatchers from FeartureTypes
...
- use TerraContainer for biomes in the RegionFix wrapper
- Let extreme biomes (snowy/sandy) override others when selecting biome features
2020-01-17 21:11:31 +00:00
dags-
2347a1b4a1
remove stuff
2020-01-16 22:10:36 +00:00