s809
fd09adb1a7
World generation
2023-07-31 15:24:33 +05:00
s809
82b7b439a4
Update core
2023-07-24 19:16:21 +05:00
s809
f1b3ae120b
something
2023-07-24 19:16:05 +05:00
s809
70ee20e817
Implement transferring of missing full data source types
2023-07-24 14:15:03 +05:00
s809
f713d65f9c
Update core
2023-07-24 11:01:20 +05:00
s809
c2b98ef694
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-07-24 10:48:28 +05:00
s809
140c9f6a50
Update core
2023-07-24 10:48:14 +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
s809
c704d61d03
Update core
2023-07-24 01:46:31 +05:00
James Seibel
dc556efe0b
Fix blocking the server thread in 1.20.1 world generation
2023-07-23 15:32:40 -05:00
s809
aae484fbdf
Update core
2023-07-23 23:48:58 +05:00
s809
a546a97e34
Got chunks to generate on server
2023-07-23 20:34:40 +05:00
s809
3ca9d98c05
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-07-23 11:09:07 +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
s809
460b73e35c
Update core
2023-07-19 22:29:49 +05:00
Steveplays28
8901a191d9
feat: Implement syncing of DhSectionPos for chunk requests/responses
2023-07-19 16:49:31 +02:00
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
s809
1bbe35c9f1
Update core
2023-07-19 17:41:06 +05:00
s809
f92e957826
Update core
2023-07-19 15:54:45 +05:00
s809
636e6736a3
Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod
2023-07-19 12:21:35 +05:00
s809
8e29f65815
Update core
2023-07-19 12:19:54 +05:00
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