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
0cffa30286
Updated core
2022-01-22 13:45:51 +08:00
coolGi2007
1d3a282c60
Added optifine tough dosnt run yet since forge dependances arnt set up yet
2022-01-21 17:49:47 +10:30
tom lee
9b6cd955b5
Updated core
2022-01-20 22:54:06 +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
coolGi2007
deb6ada6cc
Fixed a typo
2022-01-18 09:18:36 +00:00
coolGi2007
e72a0546be
Cleaned up comment on gradle and made stuff more consistent
2022-01-18 19:24:36 +10:30
jas35484
e27b43f03a
Increment the version from '1.5.4a' to '1.6.0a-pre'
2022-01-17 20:33:35 -06:00
jas35484
daf4f06a30
Add .gitlab-ci.yml
2022-01-17 19:51:40 -06:00
Ran
e5ef93a26d
Universal jar for forge & fabric
2022-01-18 00:43:13 +06: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
tom lee
898be82aab
Update core
2022-01-17 22:51:28 +08:00
tom lee
dc9ed37de2
Update core
2022-01-17 22:04:07 +08:00
cola98765
b390e54801
resolved couple warnings. If it causes problems just revert it.
2022-01-17 14:18:14 +01:00
tom lee
9736d2169e
Update core+fabric disable StarLight
2022-01-16 17:34:35 +08: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
coolGi2007
3ba40dd910
Added starlight
2022-01-15 10:14:44 +00: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
328ac93178
Fixed Sodium Fog Issue.
2022-01-13 20:00:36 +08:00
tom lee
d91f86aed5
Update core
2022-01-12 18:18:01 +08:00
tom lee
8119cc06ad
Finally a reliable onClientChunkLoad event without light issues!
2022-01-12 16:16:20 +08:00
coolGi2007
94c9d0e276
Updated core
2022-01-11 08:45:33 +00:00
coolGi2007
e262dfa14a
Fixed clouds for immersive portals
2022-01-11 08:39:09 +00: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
coolGi2007
6a56c0c96f
Update to add mod versions
2022-01-10 04:15:41 +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
coolGi2007
f9f9f98750
Removed FogRenderer from forge(sorry for adding)
2022-01-08 06:25:06 +00:00
tom lee
0c46947f4d
Update core
2022-01-07 19:09:07 +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
025e8b3f9b
Made clouds more optimised
2022-01-07 17:33:31 +10:30
coolGi2007
35e3a4262b
Added disable vanilla fog to forge
2022-01-07 11:45:51 +10:30