Commit Graph

62 Commits

Author SHA1 Message Date
dags-
7ac2eb773b Update search task 2020-03-08 21:50:10 +00:00
dags-
8eca5b6974 Fix for BiomeProvider assuming coords passed into getNoiseBiome are block coords 2020-03-07 20:43:02 +00:00
dags-
84c23dccf4 Tweak biome container storage 2020-03-07 16:58:58 +00:00
dags-
c19bf30c91 restore giant mushrooms in dark forests 2020-03-07 10:37:20 +00:00
dags-
86fdb635e6 relocate decorator stuff 2020-03-06 21:09:13 +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-
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-
3b7c5099b8 - subclass WorldGenRegion for the feature placement wrapper (provides compat for mods that rely on it being a WorldGenRegion instance)
- don't extend trees downwards when bonemealed or grown naturally
- update forge version on FeatureManager repo
2020-03-03 20:38:55 +00:00
dags-
3b866e54a6 fix possible async access issue 2020-03-01 21:25:26 +00:00
dags-
ee111a4005 build script stuff 2020-02-28 23:47:50 +00:00
dags-
aad26e0c75 allow swamp biome types to override river types 2020-02-28 23:29:21 +00:00
dags-
1c1ef12853 tweak biome modifiers 2020-02-28 23:21:12 +00:00
dags-
85d603b219 - use git tag first if available
- update mods.toml
2020-02-28 22:54:39 +00:00
dags-
b98c44609d make it public 2020-02-28 22:25:38 +00:00
dags-
0811d01f16 remove private repo 2020-02-28 22:17:20 +00:00
dags-
296038a190 undo transient biome idea. doesn't work for features 2020-02-28 22:01:58 +00:00
dags-
f17036097d more pos refactor stuff 2020-02-28 21:37:44 +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-
d5f2115506 create fat api jar 2020-02-26 10:50:35 +00:00
dags-
4e651ca238 fix build 2020-02-25 23:46:15 +00:00
dags-
8d2e2f2f6e separate api source from mod source 2020-02-25 23:16:30 +00:00
dags-
1a03294aaf imports tidy-up 2020-02-24 14:13:41 +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-
ff54a17ba2 - more grass in forests
- a few thread safety changes
2020-02-22 15:31:40 +00:00
dags-
ee61b6a923 add timeout to terrain/biome search 2020-02-22 13:18:19 +00:00
dags-
b8e060c9ae weird compile issue 2020-02-20 13:26:44 +00:00
dags-
8ce8807669 don't place lava in a volcano if it has been carved by a river 2020-02-20 10:34:45 +00:00
dags-
2996fff6bd improve river-fork angle restrictions 2020-02-18 12:31:58 +00:00
dags-
b550a63ca4 fix surface start height 2020-02-16 21:04:10 +00:00
dags-
a2c0b549b1 fix broken thing 2020-02-15 20:58:13 +00:00
dags-
a6fb3d75ec fix ref error 2020-02-15 20:51:43 +00:00
dags-
2142c07522 - per-terrain base, height, width sliders 2020-02-14 20:14:52 +00:00
dags-
042a8df6d0 rename '/find biome' etc to '/terra locate <biome>' etc 2020-02-11 14:20:03 +00:00
dags-
f6ae8a1bdb catch a couple of errors that might occur when used with other mods 2020-02-09 21:35:03 +00:00
dags-
7904b50acf update TF ref 2020-02-09 14:30:14 +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-
74f0d875ff - start on commenting Noise2D modules
- reduce the height that sand biomes can go up to
2020-02-02 16:46:21 +00:00
dags-
7dffe2fb55 added vanilla jungle bushes back in 2020-02-02 09:34:36 +00:00
dags-
3757b57c08 finish off decorators + organize imports 2020-01-27 20:39:40 +00:00
dags-
1819a89000 - flesh-out support for feature decorators
- expand support for beach biomes
- added warm beach biome
2020-01-27 16:59:03 +00:00
dags-
1eaf2d0ca4 restore strata regions to correct size 2020-01-27 09:55:42 +00:00
dags-
6555b17d51 add dynamic feature matchers 2020-01-26 17:45:20 +00:00
dags-
ff789233a6 added export (settings as json) button 2020-01-25 14:39:54 +00:00
dags-
3538951fd1 update ref 2020-01-24 22:40:46 +00:00