coolGi2007
5e0b63347e
Fixes all (hopefully) problems with saving the config file
2022-01-11 17:35:45 +10:30
coolGi2007
b7df3bad22
Added a warning for clouds
2022-01-10 04:54:37 +00:00
tom lee
fd8a94d77c
Impl a semi-working getRenderedChunk for Sodium
2022-01-09 14:57:42 +08:00
tom lee
7d38fac16d
Update core & try patch the light issue
2022-01-09 00:31:39 +08:00
tom lee
235ffb03a5
Make light works on pre generated chunks! Changed ChunkWrapper
2022-01-08 22:53:51 +08:00
tom lee
fa2702209c
Impl a getVanillaRenderedChunk
2022-01-08 15:05:12 +08:00
tom lee
b5b57dfaba
Update core and config
2022-01-07 18:59:02 +08:00
tom lee
39e7812f8b
Updated core. Fixed wrong math in VanillaRenderedChunks
2022-01-07 15:53:30 +08:00
coolGi2007
562c8154ff
Fixed some config stuff
2022-01-06 10:49:25 +00:00
tom lee
e23244181a
Update core & comment out debug. Fixed/Cleaned up Fabric/Forge warpper
2022-01-06 16:28:25 +08:00
tom lee
6aa6c32299
Update core and tried fixing FAR_FIRST. Failed though.
...
Will continue tomorrow.
2022-01-06 00:09:45 +08:00
coolGi2007
fbdabf52e7
Made a way to save 1 config entry at a time
2022-01-05 23:07:40 +10:30
tom lee
f4c1f1bcd7
Updated core and fixed generator bug
2022-01-05 19:19:14 +08:00
coolGi2007
965c19d426
Save config if you set something in the config wrapper singleton
2022-01-05 20:45:06 +10:30
tom lee
d53165881f
Update core and ExperWorldGen for faster >Chunk details generation
2022-01-04 18:58:58 +08:00
coolGi2007
66a16ee508
Made clouds get from texture rather than use noise
2022-01-04 07:57:55 +00:00
tom lee
06a2f9f336
Updated core and comment out the @ConfigAnnotations.Category
2022-01-03 00:10:11 +08:00
coolGi2007
978bc58c11
Removed the need for any config category. The config now guesses the category
2022-01-02 16:34:47 +10:30
Eric
9daf5a013c
Changed cloud projection matrix to have custom clip values.
2022-01-01 21:28:56 -07:00
coolGi2007
72e2cb8a64
Updated core and fixed config crash
2022-01-02 03:51:19 +00:00
tom lee
a6b3a7ea5a
Update core and fixed MixinFogs and added underwater fog
2022-01-01 13:51:35 +08:00
coolGi2007
ebedd5e181
Moved some resources to core
2021-12-31 10:42:10 +00:00
coolGi2007
8513e46fdc
Abstracting clouds
2021-12-31 17:51:32 +10:30
coolGi2007
323eced2a4
Fixed cloud problems
2021-12-31 17:24:45 +10:30
coolGi2007
6a87539ca3
Made a way to fully disable my clouds. Will be off by defult till clouds are done
2021-12-31 16:12:47 +10:30
coolGi2007
fe725b6795
Extended clouds
2021-12-31 04:55:01 +00:00
tom lee
02862a770f
Fixed rebase issues and now it builds again
2021-12-30 22:06:30 +08:00
tom lee
a7759ab8e9
Update core and config
2021-12-30 22:04:29 +08:00
cola98765
da1b2051dd
made config for minimum back side culling distance. actual value is using prev player pos so on long flights it works better.
2021-12-30 13:19:47 +01:00
tom lee
41ee9dcd99
ExperWorldGen: Hopefully fixed the ArrayIndexOutOfBound in StructStart
2021-12-29 15:10:22 +08:00
coolGi2007
08e42ebfe5
Fixed ConfigGui
2021-12-29 16:16:21 +10:30
coolGi2007
699d27afd2
More universal config (works with java 8 & 16)
2021-12-28 10:50:32 +00:00
tom lee
b3b94d29b5
Forge Bugfix: Added accesswidener to fix access violations
2021-12-28 15:40:39 +08:00
tom lee
3a30516088
Update core & changed System.out to ClientApi.debug
2021-12-28 15:28:46 +08:00
Ran
6f469737f3
Fix forge's access transformers
2021-12-28 12:58:37 +06:00
coolGi2007
183720d1e5
Updated some config stuff for less crashing
2021-12-28 05:33:18 +00:00
tom lee
4ad4e2c29c
BufferUpload: Coresponding to core commit
...
Changed configs. Also added some more exception logging in
ExperWorldGen. And added a flag to JVM Minecraft to force JVM to always
capture Stack Traces.
2021-12-27 16:09:20 +08:00
cola98765
d1f805d178
optimised setupColorAndTint, specifically part where it calculates if block is gray for no reason if it's not going to be tinted anyway.
2021-12-26 16:08:02 +01:00
cola98765
73071119fa
forgot I'm working on wrapper... still, I need color.
2021-12-26 15:41:58 +01:00
cola98765
97c52834f5
fixed SPRUCE and BIRCH leaves, as they require hardcoded biome color. TODO azalea also is like that
2021-12-26 15:36:18 +01:00
coolGi2007
3e472e454a
Fixed bugs with ConfigGui
2021-12-26 16:47:28 +10:30
coolGi2007
7ddab31337
Updated comment for config
2021-12-26 03:50:07 +00:00
coolGi2007
fd5b9be523
WAHOO. CONFIG FINALLY SAVES!!!
2021-12-26 03:39:39 +00:00
cola98765
4908acd7ac
fixed light requiring Y offset
2021-12-25 13:19:10 +01:00
coolGi2007
87486f6825
Fixed some config stuff. Only 1 more thing to go
2021-12-25 20:52:46 +10:30
tom lee
c721c14e27
ExperWorldGen: Added perf logger
...
set ENABLE_PERF_LOGGING at WorldGenerationStep to true to enable it
2021-12-24 23:44:00 +08:00
tom lee
3521af9792
ExperWorldGen: Make it also works with non Feature
2021-12-24 22:23:02 +08:00
tom lee
ff94dba348
ExperWorldGen: Fix major bugs and improved speed
2021-12-24 22:14:04 +08:00
cola98765
31d0a45555
potential fix to cherry leaves (call me if you see gray blocks that should not be gray)
2021-12-24 12:56:00 +01:00
tom lee
41c1473e04
ExperWorldGen: Use ThreadLocal to cache stuff
2021-12-24 17:18:58 +08:00