Commit Graph

247 Commits

Author SHA1 Message Date
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
s809 61c4b50528 Some changes to stop server from crashing on startup 2023-06-28 23:08:09 +05:00
s809 014b49246d Clean up a bit and add netty to core 2023-06-26 21:16:39 +05:00
TomTheFurry 16bcf30092 Add in 1.20.1 builds! But, sky light for world gen isn't working...? 2023-06-26 21:16:39 +05:00
TomTheFurry 01f767486d Add in 1.20.1 builds! But, sky light for world gen isn't working...? 2023-06-25 14:56:50 +08:00
TomTheFurry 064c69d66c Fix up 1.18.2 builds 2023-06-24 23:13:53 +08:00
TomTheFurry a02fb42490 1.19 is back up and running! (A few... bugs though) 2023-06-24 22:41:19 +08:00
coolGi 7756bd4fa1 Fixed removing unused files form jar 2023-06-19 23:07:17 +09:30
James Seibel 38c368d9fe rename namespace lod -> distanthorizons 2023-06-17 17:45:38 -05:00
coolGi 1a0f1244fa Fixed 1.19, 1.19.2, and 1.19.4 compile properties 2023-06-17 14:07:05 +09:30
coolGi 77a5906ee5 Merge remote-tracking branch 'origin/main' 2023-06-15 18:30:26 +09:30
coolGi ff0547f2b9 Updated more mod versions 2023-06-15 18:28:51 +09:30
TomTheFurry 7624764ee0 Fix lighting issues in both client-only and single player world 2023-06-15 16:41:18 +08:00
coolGi 08d15f7728 Disabled immersive portals compat as it doesnt fully work 2023-06-15 17:57:22 +09:30
coolGi 1b84d8bf0b Updated gradle script to be easier to add loaders 2023-06-15 17:41:18 +09:30
James Seibel 72c9de354e Overhaul the config and start adding summary options
also:
- add DH vs MC lighting engine option
- add a toggle for wireframe rendering
2023-06-07 22:59:49 -05:00
coolGi 59658441ff Made the MixinUtilBackgroundThread slightly easier to deal with 2023-05-12 19:04:28 +09:30
coolGi a4e20114a7 Updated forge's mixins 2023-05-12 19:02:32 +09:30
coolGi e9f66dc091 Removed getFogColor from the BCLibAccessor 2023-05-07 08:55:10 +09:30
coolGi 6f36cd3305 Fixed up gradle to be able to not run immersive portals 2023-05-07 08:32:46 +09:30
coolGi b476da8ba4 Worked more on immersive portals compatibility 2023-05-06 23:04:56 +09:30
coolGi 2cbc98a26a Removed quotations around authors in mod infos 2023-05-02 23:21:40 +09:30
coolGi 5739eb9a85 Started work on adding immersive portal support 2023-05-02 23:21:09 +09:30
James Seibel 8244932247 temporary fabric/mod.json and forge/mods.toml author fix 2023-05-02 07:32:10 -05:00
Ran 39ef896138 Made forge actually run! Renamed com.seibel.lod.core to com.seibel.lod.coreapi 2023-05-01 19:27:52 +06:00
coolGi 5c1058ca76 Moved fabric loom back to its own build.gradle 2023-05-01 00:52:41 +09:30
Ran 5caf11789f Try to fix Forge 2023-04-30 14:15:04 +06:00
coolGi ef02856b45 Removed fabricLike and quilt from the main branch. Development moved to the common_mixins branch. 2023-04-29 23:18:48 +09:30
coolGi fc3653e577 Started work on fixing the common mixin 2023-04-26 22:28:28 +09:30
coolGi 85c7dbaf99 Fixed duplicate dependency in the fabric.mod.json 2023-04-15 01:38:38 +09:30
coolGi 2c8d8e2b2e Moved items not fabric dependant away from fabric 2023-04-11 01:08:01 +09:30