1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-08 12:54:27 +00:00
CC-Tweaked/projects/common/src
Jonathan Coates 905d4cb091
Fix crash when joining a dedicated server
We can't use FriendlyByte.readCollection to read to a
pre-allocated/array-backed NonNullList, as that doesn't implement
List.add. Instead, we just need to do a normal loop.

We add a couple of tests to round-trip our recipe specs. Unfortunately
we can't test the recipes themselves as our own registries aren't set
up, so this'll have to do for now.
2023-10-08 15:22:32 +01:00
..
client Generic dependency update 2023-08-31 19:14:37 +01:00
main Fix crash when joining a dedicated server 2023-10-08 15:22:32 +01:00
test/java/dan200/computercraft Fix crash when joining a dedicated server 2023-10-08 15:22:32 +01:00
testFixtures/java/dan200/computercraft/test/shared Fix crash when joining a dedicated server 2023-10-08 15:22:32 +01:00
testMod Try to make recipe serialisers more reusable 2023-09-23 18:24:02 +01:00