206 Commits

Author SHA1 Message Date
dfsek
7e12f3e9c8
Merge branch 'master' into resources 2020-11-12 17:12:43 -07:00
solonovamax
816365cffc
Fix issues
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-12 19:08:18 -05: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
275a17dbe9 Default Mesa biome no longer sucks 2020-11-12 10:08:21 -07: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
9ecefb754c Add mushroom islands to default config 2020-11-10 19:48:54 -07:00
dfsek
9b6230eb13 Improve cave configs 2020-11-10 19:21:46 -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
c0dde090cd Disable version check in test server. 2020-11-09 13:29:06 -07:00
dfsek
2a7fd23dd1 Add debug info to Sapling event 2020-11-09 10:45:29 -07:00
dfsek
1c58ac6cb6 Add nogui argument to testWithPaper task 2020-11-09 10:45:10 -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
69df068c7f fix sugarcane.yml in default config for real this time 2020-11-08 22:27:55 -07:00
dfsek
d147097df6 Add Gaea version information to /te version 2020-11-08 22:23:19 -07:00
dfsek
ea98093a8d Fix sugarcane.yml config 2020-11-08 20:07:20 -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
dfsek
b1a954b433
Merge pull request #9 from solonovamax/master
Cleanup code
2020-11-08 18:52:13 -07:00
dfsek
2230c87bb6 Fix broken YAML formatting 2020-11-08 18:48:47 -07:00
solonovamax
dc46e4596d
Add linting + fix warnings
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-07 18:27:39 -05:00
solonovamax
de4eb8cb73
Fix formatting issues
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-07 17:48:25 -05:00
solonovamax
56671ac6a1
Fix formatting issues
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-07 11:14:06 -05:00
solonovamax
c0e0dad100
Merge remote-tracking branch 'source/master'
# Conflicts:
#	build.gradle.kts
2020-11-06 22:29:43 -05:00
dfsek
40807030e9 Split up testWithPaper and setupServer tasks 2020-11-06 20:28:05 -07: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
472493db3e Add Evokers and Vindicators to woodland mansions 2020-11-04 21:36:37 -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
edfafb64d8 Update Paper version in setupServer task 2020-11-03 15:50:44 -07:00
dfsek
92cdcba9f3
Merge pull request #8 from solonovamax/gradle-test
Move Testing to gradle from test.sh
2020-11-02 10:32:35 -07:00
solonovamax
6efac08d26
Update README to reflect new changes with build system.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-02 12:20:52 -05:00
solonovamax
dc6b619899
Remove legacy maven.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-02 12:20:38 -05:00
solonovamax
9332567d81
Remove test from build task.
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-11-02 12:16:57 -05:00