James Seibel
ea9cb7fcac
remove unused imports in BiomeWrapper
2023-08-05 22:06:09 -05:00
James Seibel
7ba1f77a19
Fix Biome/BlockState Wrapper in 1.18 and 1.19
2023-08-05 21:58:16 -05:00
James Seibel
739947e008
Fix compiling for 1.20.1
2023-08-05 21:21:32 -05:00
James Seibel
cfb0dd4096
Fix Server start/end forge events 1.16
2023-08-05 19:42:17 -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
a52a122f9f
Update MixinThreadingDetector.java
2023-08-05 18:17:01 -05:00
James Seibel
c90efed0fe
Remove/fix Terraforged mixin 1.16
2023-08-05 18:14:46 -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
b5f3be4fcc
Fix BlockStateWrapper logger null pointer
2023-08-05 12:21:49 -05:00
James Seibel
f6c05303ea
Fix ChunkWrapper.updateClientLightReady() for 1.16
2023-08-05 11:27:38 -05:00
James Seibel
18b0b8c6f4
Fix world gen for 1.16
2023-08-05 11:27:23 -05:00
James Seibel
9c73443aa2
BatchGenEnv Java 8 fix, MC 1.16 fix, and minor reformat
2023-08-05 11:20:17 -05:00
James Seibel
8fd5c6e3a4
update manifold 2023.1.10 -> 2023.1.11
2023-08-05 11:18:11 -05:00
James Seibel
fb57fbbe8d
Fix GUI screens for 1.16
2023-08-05 11:17:30 -05:00
James Seibel
98d2b0db3f
Fix several mixins for 1.16
2023-08-05 11:15:48 -05:00
James Seibel
c895dff2c8
Convert Biome/Block wrapper serialization methods to use ResourceLocations
2023-08-05 11:12:46 -05:00
James Seibel
5cd6111e92
Fix TintWithoutLevel... objects for 1.16
2023-08-05 11:11:41 -05:00
James Seibel
a57a34ab58
Fix GetConfigScreen and WrapperFactory using Java 8+ code
2023-08-05 11:10:34 -05:00
James Seibel
f2c2c5dd92
Add config for Lod Shading so Old Lighting can be enabled for shaders
2023-08-01 20:11:30 -05:00
James Seibel
dbefea35c2
temporarily comment out LodQuadTree concurrency warning
...
The warning doesn't appear to be causing any ill effects for now, but it will still need to be fixed in the future
2023-08-01 07:44:55 -05:00
James Seibel
f887f38e17
Add a 1 sec timeout before applying config presets
2023-08-01 07:42:18 -05:00
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