158 Commits

Author SHA1 Message Date
dfsek
7e12f3e9c8
Merge branch 'master' into resources 2020-11-12 17:12:43 -07:00
dfsek
bd0dbb49de Back Flora configs with registry. 2020-11-12 16:47:59 -07:00
dfsek
53f1b0abc0 Version 1.3.0 2020-11-12 16:08:46 -07:00
solonovamax
e7185482f2
Download configs from online
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-12 12:37:50 -05:00
dfsek
2d18f5dbe5 Increase resolution of elevation interpolation 2020-11-12 09:36:32 -07:00
dfsek
f6a4479855 Continue work on slant palettes and elevation. 2020-11-11 17:23:28 -07:00
dfsek
dd33998cf8 Fix slope palette interaction with Elevation 2020-11-11 02:54:40 -07:00
dfsek
171581c224 Update arid mountain config 2020-11-11 02:43:32 -07:00
dfsek
6b6b3fb3d4 Smooth out elevation interpolation 2020-11-11 02:35:46 -07:00
dfsek
922f971c8e Implement Elevation 2020-11-11 02:28:44 -07:00
dfsek
48e45dfe23 Finish slope palette implementation 2020-11-11 01:00:34 -07:00
dfsek
d75cd81408 Implement slant palettes 2020-11-10 23:20:34 -07:00
dfsek
e9e9417410 Make caves not suck anymore 2020-11-10 15:22:52 -07:00
dfsek
548cd8a30a Allow use of Tags in block ID lists 2020-11-10 00:33:54 -07:00
dfsek
2a7fd23dd1 Add debug info to Sapling event 2020-11-09 10:45:29 -07:00
dfsek
b56f01d606 Override sapling growth to use Terra tree registry 2020-11-09 01:48:11 -07:00
dfsek
57cefea2f3 Trees are now backed with a registry, custom trees can override Vanilla ones. 2020-11-09 01:19:24 -07:00
dfsek
0e3577063e Move Rotation stuff for Structures to separate class 2020-11-09 00:39:09 -07:00
dfsek
d147097df6 Add Gaea version information to /te version 2020-11-08 22:23:19 -07:00
dfsek
f0d982f887 Add optional "irrigable" list to FloraConfig 2020-11-08 20:01:47 -07:00
dfsek
7d395a4347 Clean up Async thing finders 2020-11-08 19:38:49 -07:00
solonovamax
dc46e4596d
Add linting + fix warnings
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-07 18:27:39 -05:00
solonovamax
56671ac6a1
Fix formatting issues
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-07 11:14:06 -05:00
solonovamax
0c8c0723ef
Fix up issues with code
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-06 22:26:57 -05:00
dfsek
a362ed47ce Reformat again 2020-11-06 15:45:07 -07:00
dfsek
4f40550465 Reformat & add .editorconfig 2020-11-06 15:21:42 -07:00
dfsek
bfa55fdb5d Update to latest Gaea 2020-11-06 15:04:01 -07:00
dfsek
d4fc92d770 Update to latest Gaea 2020-11-05 09:09:50 -07:00
dfsek
57f18477e4 Fix issue causing entities to spawn in ground 2020-11-04 21:38:18 -07:00
dfsek
d0891a0f95 Add EntityFeature to StructureConfig. 2020-11-04 20:40:58 -07:00
dfsek
e82e8cb17d Let ConfigPacks include Vanilla caves, structures, and mobs. 2020-11-03 15:52:38 -07:00
dfsek
be70ffa1b4 Cache 2D noise results to increase performance, update to latest Gaea 2020-10-31 15:46:09 -07:00
dfsek
89bc05fde8 Update config, override /locate 2020-10-28 02:19:46 -07:00
dfsek
a942e0b844 Fix Gradle setup to properly shade stuff 2020-10-28 01:10:48 -07:00
dfsek
63c754806b Add sky islands biome to default config, improve config biome distribution. 2020-10-27 00:56:04 -07:00
dfsek
17fe3530a4 Fix an elusive crash. 2020-10-26 16:33:11 -07:00
dfsek
224dfbe638 Clean up imports 2020-10-26 10:58:28 -07:00
dfsek
f198b371e0 fix BIOME: alias in BiomeZones 2020-10-25 22:33:51 -07:00
dfsek
eb3ff1bc83 Clean up default config 2020-10-25 15:31:38 -07:00
dfsek
31d3b5ff8d Add version command, add more languages, update README.md 2020-10-25 03:02:05 -07:00
dfsek
c536c5f060 Fix wandering trader issue 2020-10-25 00:33:03 -07:00
dfsek
85ae0344a1 bandaid-fix cartographer crash until Paper adds StructureLocateEvent 2020-10-24 23:13:51 -07:00
dfsek
14ff86e0f2 Add duplicate check for config packs. 2020-10-24 02:01:27 -07:00
dfsek
b0a3cf9ffe Catch more structure export exceptions, add more information to exception messages. 2020-10-24 01:50:12 -07:00
dfsek
24c17f2ee6 Cleanup Structures, fix several rotation issues 2020-10-22 17:36:43 -07:00
dfsek
562d93f4e9 Add serializable mob spawners and banners 2020-10-22 13:10:47 -07:00
dfsek
454d9ce659 Implement OreVeinGenerateEvent and TreeGenerateEvent 2020-10-21 01:37:25 -07:00
dfsek
862e9e82a2 Add ability to set custom structures as locatable by Ender Eyes 2020-10-21 00:37:10 -07:00
dfsek
1ccd14a973 Improve cave config readability 2020-10-20 01:36:56 -07:00
dfsek
a5b75f4275 Update to latest Gaea, revert Erosion changes, update packaged config 2020-10-19 01:24:43 -07:00