James Seibel
0b67d64ff4
Fix compiling for MC 1.19 and lower
2023-08-18 18:55:27 -05:00
James Seibel
876989346b
Fix biome non-existent exception when saving chunks on Fabric
2023-08-18 16:49:41 -05:00
coolGi
b394c01f47
Changed inject to the correct point (thx @Steveplays)
2023-08-16 20:02:49 +09:30
coolGi
c047996592
This revert commit 21144a7c
2023-08-16 19:38:49 +09:30
coolGi
c53cf3f870
Fixed fabric 1.16.5
2023-08-15 14:51:57 +09:30
coolGi
4301ed9917
Fixed building for pre 1.19
2023-08-15 13:16:39 +09:30
coolGi
815aed53fc
Removed unused accessors
2023-08-15 13:00:41 +09:30
coolGi
9cde0edfa3
Didnt merge it correctly
2023-08-15 12:52:59 +09:30
coolGi
70b3ba0040
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# coreSubProjects
# fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/mixins/client/MixinLevelRenderer.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/mixins/mods/sodium/MixinSodiumRenderer.java
# fabric/src/main/java/com/seibel/distanthorizons/fabric/wrappers/modAccessor/SodiumAccessor.java
2023-08-15 12:50:20 +09:30
coolGi
21144a7ce4
Fix to sodium, now no longer requiring Mixins
2023-08-15 12:47:13 +09:30
coolGi
f28f09dd40
Tmp fix for sodium
2023-08-15 11:54:41 +09:30
James Seibel
f564755d66
Apply editorconfig auto formatting
2023-08-14 21:16:13 -05:00
coolGi
a3f6f51a7a
Temporary fix for sodium 0.5's fog occlusion
2023-08-08 21:23:25 +09:30
coolGi
3b3ec1eee2
DH Jar now knows git version that it was built from
2023-08-07 21:10:45 +09:30
James Seibel
b0c1f69023
add a todo comment to fabric MixinThreadingDetector to match forge
2023-08-06 17:49:14 -05:00
James Seibel
889474fb42
Add SeamlessOverdraw support for 1.16
2023-08-06 17:48:12 -05:00
James Seibel
3f6ee90b4e
Fix SodiumAccessor breaking 1.16
2023-08-06 09:23:43 -05:00
James Seibel
027b867afd
Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod
2023-08-06 09:08:28 -05:00
James Seibel
67b61b55a3
Fix 1.17 compiling
2023-08-06 09:08:12 -05:00
coolGi
b2efeb77e1
Started work on fix for sodium 0.5 for 1.20.x
2023-08-06 23:22:51 +09:30
coolGi
8235a911ab
Fixed sodium not working on post 1.16
2023-08-06 22:18:48 +09:30
James Seibel
9f0378f969
comment out netty code
...
It broke MC 1.16
2023-08-05 22:32:57 -05:00
James Seibel
92ff5beebc
Fix null biomes onChunkSave in 1.16
2023-08-05 19:39:24 -05:00
James Seibel
8bb1251dc9
Fix Sodium rendering 1.16
2023-08-05 19:15:17 -05:00
James Seibel
b41119232e
Remove BCLibAccessor from 1.16
2023-08-05 17:27:30 -05:00
James Seibel
9fefaf6eca
Fix some rendering mixins 1.16
2023-08-05 16:28:10 -05:00
James Seibel
98d2b0db3f
Fix several mixins for 1.16
2023-08-05 11:15:48 -05:00
James Seibel
c2ec60c6e5
Fix Forge networked multiverse and connecting to Forge servers
...
This change require an additional empty byte at the beginning of the multiverse packets
2023-07-29 09:21:44 -05:00
James Seibel
8e0ccd781b
refactor FabricClientProxy
2023-07-27 21:38:58 -05:00
James Seibel
1ee02211b9
Fix Forge client-side rendering
2023-07-27 21:37:00 -05:00
James Seibel
b0937fd9d0
Fix a native code crash in MC 1.20 when using seamless overdraw
2023-07-23 18:21:01 -05:00
coolGi
084bf635cb
Fixed fabric crash
2023-07-21 03:18:11 +09:30
coolGi
eeaa836c45
Fixed improper location for remap (fixing forge 1.20.1)
2023-07-20 20:13:44 +09:30
coolGi
2ee087f29d
Fixed bclib for newer versions
2023-07-19 23:36:25 +09:30
coolGi
d8861f6100
Fixed bclib crash
2023-07-19 22:41:31 +09:30
James Seibel
0c7b1e06fd
Fix Fabric 1.20.1 crash on boot due to Client Networking cast failure
...
Not sure why the compiler didn't complain, but this explicit conversion fixes the issue.
2023-07-17 20:30:03 -05:00
James Seibel
995f30b7e2
Merge branch 'minecraft-lod-mod-main'
2023-07-11 18:52:11 -05:00
James Seibel
64e0f9b48f
refactoring
2023-07-11 08:50:32 -05:00
James Seibel
0a45192030
remove unused imports
2023-07-08 11:53:29 -05:00
s809
bdda96854e
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-07-08 16:23:17 +05:00
James Seibel
cedb63a505
Fix 1.19 and 1.20 compiling
2023-07-07 07:55:01 -05:00
James Seibel
447759304a
Add experimental Seamless Overdraw option
2023-07-06 22:17:05 -05:00
James Seibel
889daecc86
refactor and rename
2023-07-04 10:29:43 -05:00
Cailin Smith
213d7a30b4
Rename class
2023-07-02 22:35:02 +02:00
Cailin Smith
bc1a0123b2
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-07-02 22:10:05 +02:00
Cailin Smith
d96c96fc6e
Add ability for servers to communicate with the client to set the world.
...
This prevents the client from accidentally selected the wrong world
folder to load LODs from, since levels of the same dimension can't
naturally be distinguished from each other. With level similarity
detection, this can sometimes work, but in general is not reliable. This
mechanism instead allows servers to send a packet to the client on load,
enabling the override system, and then a second packet on world change,
which specifically sets the world key, based on knowledge that only the
server has, leading to a reliable way of detecting the correct world.
2023-07-02 21:27:06 +02:00
TomTheFurry
6fca33e496
Fix a crash on game startup, and fix world gen compat with TFC (TerraFirmaCraft)
2023-07-02 18:32:15 +08:00
s809
47963fba43
The real server side
...
(not tested)
2023-06-30 22:05:03 +05:00
TomTheFurry
bde11b5950
Trash remaining 1.19 & 1.18.1 unsupported mc version, and fixup 1.19.2
2023-06-29 21:40:25 +05:00
TomTheFurry
1b66672166
Trash remaining 1.19 & 1.18.1 unsupported mc version, and fixup 1.19.2
2023-06-29 16:04:20 +08:00