James Seibel
080a99d6db
Remove thread preset "paid for whole cpu" and tweak CPU preset options
2023-08-01 07:27:41 -05:00
James Seibel
7fee50883a
Slightly increase the default world gen thread count and activities
2023-07-31 21:44:23 -05:00
James Seibel
9bc97780a4
temporary fix for some LODs not appearing
2023-07-31 20:51:51 -05:00
James Seibel
7b3f63a2f2
Fix a crash when the ForgeConfigApiPort mod is included
2023-07-29 17:35:00 -05:00
James Seibel
60be8302f4
Fix multiplayer networking configs and add missing localizations
2023-07-29 10:01:35 -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
fef7369338
Fix default mcVer from 1.18.4 -> 1.18.2
...
We don't have a 1.18.4 properties file
2023-07-28 07:25:51 -05:00
James Seibel
036754c54a
Fix 1.19 and 1.20 compiling
2023-07-28 07:22:45 -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
a2ac2e00da
update forge 1.18.2 40.2.9 -> 40.2.10
2023-07-25 21:27:21 -05:00
James Seibel
a33ecec9d3
Add missing callAfterRunUpdates to forge mixingLevelRenderer
2023-07-25 21:27:01 -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
James Seibel
d1283db786
Add a config to disable multiverse networking
2023-07-23 17:35:33 -05:00
James Seibel
dc556efe0b
Fix blocking the server thread in 1.20.1 world generation
2023-07-23 15:32:40 -05:00
James Seibel
0ff59e49a1
Fix lighting propagation when connected to a server
2023-07-22 21:02:58 -05:00
James Seibel
febf5c31cc
Remove an un-needed error log in tryGetClientLevelWrapper()
2023-07-22 20:43:31 -05:00
James Seibel
1665999111
Fix BlockStateWrapper deserialization
...
For some reason using "JsonOps.COMPRESSED" caused issues in a few cases when trying to deserialize the JSON string.
This also causes all old Full data to be deprecated since the method of serialization was changed.
2023-07-22 18:19:31 -05:00
James Seibel
14dd26349a
Fix 1.20.1 missing imports
2023-07-22 12:57:35 -05:00
James Seibel
54e356d98c
Merge branch 'main' of gitlab.com:jeseibel/minecraft-lod-mod
2023-07-22 12:40:19 -05:00
James Seibel
959dd4e718
Add a config for world gen timeout
2023-07-22 12:34:20 -05:00
James Seibel
a61b2cb2fc
Rename DLodDirection -> EDhDirection and rename several methods
2023-07-22 12:20:39 -05:00
James Seibel
6ac5b7f9a3
Default to using the new lighting engine for world generation
2023-07-22 12:17:23 -05:00
coolGi
3f26a70169
Fixed fog not being properly removed on forged
2023-07-21 17:06:14 +09:30
coolGi
084bf635cb
Fixed fabric crash
2023-07-21 03:18:11 +09:30
coolGi
f1a7e69c63
Updated core submodule
2023-07-20 21:06:20 +09:30
coolGi
93cfc64493
Fixed parchment version
2023-07-20 20:35:29 +09:30
coolGi
eeaa836c45
Fixed improper location for remap (fixing forge 1.20.1)
2023-07-20 20:13:44 +09:30
coolGi
30d3d8c52e
Updated parchment version
2023-07-20 20:12:53 +09:30
coolGi
eaa61098fa
Made ci bit smaller
2023-07-19 23:37:21 +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
coolGi
8802ce0a32
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# coreSubProjects
2023-07-19 22:20:02 +09:30
coolGi
7405839718
Updated core submodule
2023-07-19 22:19:15 +09:30
coolGi
2d77efd8ea
Save commit for fog fix
2023-07-19 22:19:01 +09:30
James Seibel
9c73926cd2
Update coreSubProjects
2023-07-17 21:44:07 -05:00
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
113bd75154
Update Fabric API 0.83.1 -> 0.85.0
2023-07-17 20:29:15 -05:00
coolGi
3d268adeea
Attempt to make ci smaller
2023-07-17 14:39:22 +00:00
coolGi
3ac2392edb
Testing to see if i can reduce the size of the buildscript
2023-07-17 23:55:23 +09:30
coolGi
008f5cf915
Changed order of ci build
2023-07-17 23:40:07 +09:30
coolGi
77cc7fe669
Fixed up buildAll scripts
2023-07-17 23:33:25 +09:30
coolGi
b6d352fbce
Fixed some typos in the gradle script
2023-07-17 22:37:33 +09:30
coolGi
fc8426a2ee
Merge remote-tracking branch 'origin/main'
2023-07-17 22:31:01 +09:30
James Seibel
cd78ffc069
Fix Netty not being embedded in the Jar correctly (Thanks coolGi!)
2023-07-17 07:55:09 -05:00
coolGi
5230a4abf9
Merge remote-tracking branch 'origin/main'
2023-07-17 22:10:11 +09:30
James Seibel
c37304d114
Temporary Forge retail MC Netty library fix
2023-07-17 07:39:01 -05:00
coolGi
0144619ed4
Changed homepage from cursedforge to modrinth
2023-07-17 21:41:58 +09:30
TomTheFurry
b7cc51bb3e
Fixed the mem leak issue by nuking the whole save-when-exit
2023-07-17 18:46:30 +08:00
James Seibel
96c844c6e8
Update coreSubProjects
2023-07-16 22:08:08 -05:00