coolGi2007
165a3799f3
Put some stuff that was duplicated in gradle to the main gradle
2022-02-02 22:40:41 +00:00
coolGi2007
308f809d5d
Cleaned up some gradle stuff
2022-01-30 15:53:47 +10:30
tom lee
4263ea9733
Add patch for BCLib to solve patchy features gen issue
2022-01-29 16:11:52 +08:00
coolGi2007
a5a70cd65b
Made stuff about mod get from gradle.properties so it is easier to edit
2022-01-27 12:50:19 +10:30
coolGi2007
4ff37cfdad
Fxed forge version
2022-01-27 11:14:07 +10:30
coolGi2007
1d914b8f8a
Refactored some stuff
2022-01-24 18:54:16 +10:30
CodeF53
f665b452b0
Don't cache old builds, uncomment jar versioning.
2022-01-24 03:19:31 +00:00
James Seibel
17750691d6
comment out the jar versioning
2022-01-23 20:52:28 -06:00
James Seibel
43897e1298
Add the version name override to fabric
2022-01-23 16:48:33 -06: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
26e9cc21fd
Add and fix mod compat issue with Optifine
2022-01-19 13:52:05 +08: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
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
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
coolGi2007
3ba40dd910
Added starlight
2022-01-15 10:14:44 +00:00
coolGi2007
49b0911aaf
Escape saves config and added a immersive portals comment
2022-01-14 13:52:42 +10:30
tom lee
328ac93178
Fixed Sodium Fog Issue.
2022-01-13 20:00:36 +08:00
tom lee
8119cc06ad
Finally a reliable onClientChunkLoad event without light issues!
2022-01-12 16:16:20 +08:00
coolGi2007
e262dfa14a
Fixed clouds for immersive portals
2022-01-11 08:39:09 +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
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
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
Eric
9daf5a013c
Changed cloud projection matrix to have custom clip values.
2022-01-01 21:28:56 -07:00
tom lee
a6b3a7ea5a
Update core and fixed MixinFogs and added underwater fog
2022-01-01 13:51:35 +08:00
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
coolGi2007
699d27afd2
More universal config (works with java 8 & 16)
2021-12-28 10:50:32 +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
coolGi2007
3e472e454a
Fixed bugs with ConfigGui
2021-12-26 16:47:28 +10:30
cola98765
f9dd870067
changed fabric debug key to F8
2021-12-25 13:45:34 +01:00
coolGi2007
87486f6825
Fixed some config stuff. Only 1 more thing to go
2021-12-25 20:52:46 +10:30
coolGi2007
bdd9ef6b40
Fixed tooltip. Now only the saving is needed to be fixed
2021-12-24 16:14:35 +10:30
James Seibel
9b6895ec68
Refactor and comment ConfigGui
2021-12-23 20:01:53 -06:00
Ran
a3854561fc
Merge remote-tracking branch 'origin/1.18.X' into 1.18.X
2021-12-23 22:50:32 +06:00
Ran
a66df74ec9
BlockEvents
2021-12-23 22:50:06 +06:00
tom lee
146d42bbe9
Fabric: Added no vanilla fog support.
...
This isn't availible due to Forge default overrides something. Note that
this noFog also won't work on custom renderer.
2021-12-23 18:40:22 +08:00
Ran
16b14bc424
Add MinecraftForge License
2021-12-23 14:53:58 +06:00
Ran
8103c16064
Fix warnings & add License
2021-12-23 14:47:38 +06:00