tom lee
e294fc79eb
Fixed using wrong func for makeBiome().
2022-01-23 20:28:35 +08:00
tom lee
a750aaf90a
Update core + cleanup some junks
2022-01-23 19:12:18 +08:00
tom lee
3bd1eedcb8
Fixed Lithium WorldGen NullPtr issue cause by lazyness
...
Detail cause: I only override the getChunk(x,y,status,bool) and not its
sub set like getChunk(x,y), getChunk(x,y,status) because... Programmer
is always lazy. Aren't they?
2022-01-22 23:05:11 +08:00
tom lee
8500ec7a00
Fixed WorldGen to provide better support for StarLight
2022-01-22 22:38:33 +08:00
tom lee
223570a0b7
Update core. Fixed WorldGen using Util.background threads
2022-01-22 18:10:53 +08:00
tom lee
de8c063731
Update core + cleanup debug logging
2022-01-22 16:10:32 +08:00
tom lee
8e1559ac61
Update core and fix under lava (and powder snow) render fog issue
2022-01-20 21:55:17 +08:00
tom lee
ce597576ba
Update core and fixed slight bugs
2022-01-20 19:29:22 +08:00
tom lee
d53a7a5fc4
Update core
2022-01-19 23:33:09 +08:00
tom lee
35bb5cdc92
Update core
2022-01-19 19:01:50 +08:00
tom lee
26e9cc21fd
Add and fix mod compat issue with Optifine
2022-01-19 13:52:05 +08:00
tom lee
71fd448b7f
Dummy commit to kick start CI, hopefully.
2022-01-18 23:15:36 +08:00
tom lee
93e18230f0
GENERATE LOD FROM FILE IS HERE!!!!!!!
...
Noted issue:
1. Non problematic WARN of `Tried to access a block entity before it
was created`
2. The loading is.... a bit slow due to single thread action. Will be
improved soon.
3. Possible Chunk Status not correct issue. It... sometimes happen, but
it's mostly fine~
Special thanks to the YouTube commentors on the a1.6 Teaser Trailer
video. If not for them, I would not notice how many people want this,
and actually look into slapping in this feature in a1.6.
2022-01-18 22:50:57 +08:00
cola98765
d305741be2
resolved warnings. part 3
2022-01-18 11:29:01 +01:00
cola98765
5830c8d87a
resolved warnings. part 2
2022-01-18 11:00:08 +01:00
cola98765
5161439536
resolved warnings. now more carefully.
2022-01-18 10:38:40 +01:00
cola98765
b158dff2c6
Revert "resolved couple warnings. If it causes problems just revert it."
...
This reverts commit b390e54801 .
2022-01-17 16:27:27 +01:00
cola98765
23bbbce749
reverted config changes.... it was a bit too final
2022-01-17 16:14:52 +01:00
cola98765
b390e54801
resolved couple warnings. If it causes problems just revert it.
2022-01-17 14:18:14 +01:00
tom lee
b507f459b3
Add basic StarLight compat. (Make it not crash)
2022-01-15 21:56:48 +08:00
tom lee
51a7053d7e
Update core & make LightMode easy to switch.
2022-01-15 19:10:59 +08:00
tom lee
248f8e5e70
ExpWorldGen: Add LightMode support. TODO: Config.
2022-01-15 16:58:16 +08:00
coolGi2007
49b0911aaf
Escape saves config and added a immersive portals comment
2022-01-14 13:52:42 +10:30
tom lee
e4b40c9383
Update core + Add disableVanillaFog for Forge
2022-01-13 23:35:18 +08:00
tom lee
8119cc06ad
Finally a reliable onClientChunkLoad event without light issues!
2022-01-12 16:16:20 +08:00
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