Commit Graph

294 Commits

Author SHA1 Message Date
James Seibel 64dea2d730 Reduce duplicate Client Chunk update calls 2023-09-09 13:37:04 -05:00
James Seibel 7c9fd5be9c Fix Fabric UI mixin fail for MC 1.19 and below 2023-09-07 07:05:05 -05:00
coolGi 276b839668 Fixed fog not applying correctly with blindness or darkness 2023-09-02 21:03:24 +09:30
coolGi 20be303dd0 Fixed crash ran on version not on Modrinth 2023-09-02 20:10:56 +09:30
James Seibel eca04899de Update existing licensing headers 2023-09-01 07:44:23 -05:00
James Seibel 251c9d1134 Fix corrupt chunk saving for fabric 1.20 2023-08-31 07:12:56 -05:00
James Seibel ba45a7c2f5 Fix fabric corrupted LODs on MC 1.19 2023-08-28 06:41:19 -05:00
James Seibel 95b1ecff0d Add Fabric incompatibility list to versionProperties
also mark Sodium <0.5 as incompatible for 1.20
2023-08-27 14:14:00 -05:00
James Seibel 3ddc315826 Fix 1.16 compiling 2023-08-26 15:19:19 -05:00
coolGi 876c4f2510 Moved fabric api stuff 2023-08-27 01:37:16 +09:30
James Seibel 37cbeebaa5 Fix BCLib compiling for MC 1.16 and 1.17 2023-08-25 18:26:52 -05:00
James Seibel 56dd3c352e Fix BCLib compiling for MC 1.16 and disable 1.17 2023-08-25 07:19:12 -05:00
coolGi 888651ef52 Fixed duplicate bclib code from previous commit 2023-08-25 00:14:37 +09:30
coolGi a41afa0dbf Fixed BCLib compat 1.19.4+ 2023-08-25 00:09:57 +09:30
coolGi c78f6eb66d Added blendium to mod suggestion on fabric 2023-08-24 20:58:43 +09:30
coolGi 73f4bc3108 Formatted some resource files 2023-08-24 20:28:25 +09:30
James Seibel 944b3c05ab Fix Fabric 1.18.2 saving black/empty chunks 2023-08-22 17:45:54 -05:00
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