Git Product home page Git Product logo

rayon's People

Contributors

ethanejohnsons avatar haven-king avatar patbox avatar pluiedev avatar the-ppwd avatar tmvkrpxl0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rayon's Issues

crash when creating a new world

Happens on 1.19.2, latest stable version of fabric or quilt. Just the rayon mod(1.7.1) was used.

java.lang.IllegalArgumentException: wrong number of arguments
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor$NativeAccessor.invoke0(Native Method)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor$NativeAccessor.invoke(DirectMethodHandleAccessor.java:230)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:26)
at net.minecraft.server.MinecraftServer.handler$zzj000$toolbox$runServer(MinecraftServer.java:1783)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:889)
[21:37:58] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.RuntimeException: Event dev.lazurite.rayon.impl.event.ServerEventHandler$$Lambda$3501/0x000000007a4bd780 requires 0 parameters but 1 parameters were given.
at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:29) ~[transformed-mod-toolbox.i0:0/:?]
at net.minecraft.server.MinecraftServer.handler$zzj000$toolbox$runServer(MinecraftServer.java:1783) ~[transformed-mod-minecraft.i0:0/:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:636) ~[transformed-mod-minecraft.i0:0/:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[transformed-mod-minecraft.i0:0/:?]
at java.lang.Thread.run(Thread.java:889) [?:?]
[21:37:58] [Server thread/ERROR]: This crash report has been saved to: /home/user/.local/share/multimc/instances/1.19.2/.minecraft/crash-reports/crash-2023-06-23_21.37.58-server.txt
[21:37:58] [Server thread/ERROR]: Exception stopping the server
java.lang.RuntimeException: Event dev.lazurite.rayon.impl.event.ServerEventHandler$$Lambda$3502/0x000000007a4bda30 requires 0 parameters but 1 parameters were given.
at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:29) ~[transformed-mod-toolbox.i0:0/:?]
at net.minecraft.server.MinecraftServer.handler$zzj000$toolbox$stopServer(MinecraftServer.java:1791) ~[transformed-mod-minecraft.i0:0/:?]
at net.minecraft.server.MinecraftServer.method_3782(MinecraftServer.java) ~[transformed-mod-minecraft.i0:0/:?]
at net.minecraft.class_1132.method_3782(class_1132.java:195) ~[transformed-mod-minecraft.i0:0/:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697) ~[transformed-mod-minecraft.i0:0/:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[transformed-mod-minecraft.i0:0/:?]
at java.lang.Thread.run(Thread.java:889) [?:?]
java.lang.IllegalArgumentException: wrong number of arguments
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor$NativeAccessor.invoke0(Native Method)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor$NativeAccessor.invoke(DirectMethodHandleAccessor.java:230)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:26)
at net.minecraft.server.MinecraftServer.handler$zzj000$toolbox$stopServer(MinecraftServer.java:1791)
at net.minecraft.server.MinecraftServer.method_3782(MinecraftServer.java)
at net.minecraft.class_1132.method_3782(class_1132.java:195)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at java.base/java.lang.Thread.run(Thread.java:889)

Publish to Modrinth instead of CurseForge

CurseForge has been very slow for a long time and recently it also started making me do captchas every few minutes. Modrinth is way faster & friendlier, I'd recommend also publishing there, at least in addition to CF.

Incompatibility with sodium 0.5.3

Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
Replace mod 'Sodium' (sodium) 0.5.3 with version 0.5.3 that is compatible with:
rayon 1.7.2+1.20.1
Unmet dependency listing:

Mod 'Sodium' (sodium) 0.5.3 is incompatible with version 1.7.2+1.20.1 or earlier of mod 'Rayon' (rayon), but a matching
version is present: 1.7.2+1.20.1!

Internal server crash!

[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: java.lang.reflect.InvocationTargetException
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:26)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_3218.handler$hdn000$tick(class_3218.java:17155)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_3218.method_18765(class_3218.java:272)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.redirect$cnn000$fixUpdateSuppressionCrashTick(MinecraftServer.java:5790)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_1132.method_3748(class_1132.java:97)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.handler$cgj000$modifiedRunLoop(MinecraftServer.java:4896)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/java.lang.Thread.run(Thread.java:833)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: Caused by: java.util.ConcurrentModificationException
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at java.base/java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1054)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5572.method_31762(class_5572.java:45)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5573.method_31778(class_5573.java:122)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5573.consumeSection(class_5573.java:1081)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5573.forEachInColumn(class_5573.java:1070)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5573.handler$gff000$forEachInBox(class_5573.java:1057)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5573.method_31777(class_5573.java:52)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5573.method_31773(class_5573.java:122)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_5578.method_31805(class_5578.java:47)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_1937.method_18023(class_1937.java:641)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at net.minecraft.class_1924.method_8390(class_1924.java:27)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at dev.lazurite.rayon.impl.bullet.collision.space.supplier.entity.EntitySupplier.getInsideOf(EntitySupplier.java:29)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at dev.lazurite.rayon.impl.bullet.collision.space.generator.EntityCollisionGenerator.step(EntityCollisionGenerator.java:17)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: at dev.lazurite.rayon.impl.event.ServerEventHandler.onEntityStartLevelTick(ServerEventHandler.java:115)
[B#744] [19:57:14] [Server thread/INFO]: [STDERR]: ... 15 more
[B#744] [19:57:14] [Server thread/WARN]: Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
[B#744] [19:57:14] [Server thread/ERROR]: Encountered an unexpected exception
[B#744] net.minecraft.class_148: Exception ticking world
[B#744] at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.3) ~[?:?]
[B#744] at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:911) ~[client-intermediary.jar:?]
[B#744] at net.minecraft.server.MinecraftServer.tick(MinecraftServer:851) ~[client-intermediary.jar:?]
[B#744] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:97) ~[?:?]
[B#744] at net.minecraft.server.MinecraftServer.handler$cgj000$modifiedRunLoop(MinecraftServer:4896) ~[client-intermediary.jar:?]
[B#744] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:676) ~[client-intermediary.jar:?]
[B#744] at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:273) ~[client-intermediary.jar:?]
[B#744] at java.lang.Thread.run(Thread.java:833) [?:?]
[B#744] Caused by: java.lang.RuntimeException: Failed to invoke onStartLevelTick in dev.lazurite.rayon.impl.event.ServerEventHandler$$Lambda$11950/0x0000000801c9b718.
[B#744] at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:32) ~[rayon-fabric-1.5.9.jar:?]
[B#744] at net.minecraft.server.world.ServerWorld.handler$hdn000$tick(ServerWorld:17155) ~[?:?]
[B#744] at net.minecraft.server.world.ServerWorld.tick(ServerWorld:272) ~[?:?]
[B#744] at net.minecraft.server.MinecraftServer.redirect$cnn000$fixUpdateSuppressionCrashTick(MinecraftServer:5790) ~[client-intermediary.jar:?]
[B#744] at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:907) ~[client-intermediary.jar:?]
[B#744] ... 6 more
[B#744] [19:57:14] [Server thread/ERROR]: This crash report has been saved to: C:\Users\lroma\AppData\Roaming.technic\modpacks\the-limit-reborn-1181\crash-reports\crash-2022-05-04_19.57.14-server.txt
[B#744] [19:57:14] [Server thread/INFO]: Stopping Server Physics Thread
[B#744] [19:57:14] [Server thread/INFO]: Stopping server
[B#744] [19:57:14] [Server thread/INFO]: Saving players
[B#744] [19:57:14] [Server thread/INFO]: DJ779 lost connection: Disconnected
[B#744] [19:57:14] [Server thread/INFO]: DJ779 left the game
[B#744] [19:57:14] [Render thread/FATAL]: Minecraft ran into a problem! Report saved to: C:\Users\lroma\AppData\Roaming.technic\modpacks\the-limit-reborn-1181\crash-reports\crash-2022-05-04_19.57.14-server.txt
[B#744] ---- Minecraft Crash Report ----
[B#744] // There are four lights!
[B#744]
[B#744] Time: 5/4/22, 7:57 PM
[B#744] Description: Exception ticking world
[B#744]
[B#744] java.lang.RuntimeException: Failed to invoke onStartLevelTick in dev.lazurite.rayon.impl.event.ServerEventHandler$$Lambda$11950/0x0000000801c9b718.
[B#744] at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.3)
[B#744] at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:32)
[B#744] at net.minecraft.server.world.ServerWorld.handler$hdn000$tick(ServerWorld:17155)
[B#744] at net.minecraft.server.world.ServerWorld.tick(ServerWorld:272)
[B#744] at net.minecraft.server.MinecraftServer.redirect$cnn000$fixUpdateSuppressionCrashTick(MinecraftServer:5790)
[B#744] at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:907)
[B#744] at net.minecraft.server.MinecraftServer.tick(MinecraftServer:851)
[B#744] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:97)
[B#744] at net.minecraft.server.MinecraftServer.handler$cgj000$modifiedRunLoop(MinecraftServer:4896)
[B#744] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:676)
[B#744] at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:273)
[B#744] at java.lang.Thread.run(Thread.java:833)
[B#744]
[B#744]
[B#744] A detailed walkthrough of the error, its code path and all known details is as follows:
[B#744] ---------------------------------------------------------------------------------------
[B#744]
[B#744] -- Head --
[B#744] Thread: Render thread
[B#744] Stacktrace:
[B#744] at dev.lazurite.toolbox.impl.event.EventImpl.invoke(EventImpl.java:32)
[B#744] at net.minecraft.class_3218.handler$hdn000$tick(class_3218.java:17155)
[B#744] at net.minecraft.class_3218.method_18765(class_3218.java:272)
[B#744] at net.minecraft.server.MinecraftServer.redirect$cnn000$fixUpdateSuppressionCrashTick(MinecraftServer.java:5790)
[B#744]
[B#744] -- Affected level --
[B#744] Details:
[B#744] All players: 1 total; [class_3222['DJ779'/120, l='ServerLevel[New World]', x=2.35, y=73.87, z=7.43]]
[B#744] Chunk stats: 3969
[B#744] Level dimension: minecraft:overworld
[B#744] Level spawn location: World: (0,69,0), Section: (at 0,5,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
[B#744] Level time: 594 game time, 594 day time
[B#744] Level name: New World
[B#744] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
[B#744] Level weather: Rain time: 172485 (now: false), thunder time: 93306 (now: false)
[B#744] Known server brands: fabric
[B#744] Level was modded: true
[B#744] Level storage version: 0x04ABD - Anvil
[B#744] Stacktrace:
[B#744] at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
[B#744] at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
[B#744] at net.minecraft.class_1132.method_3748(class_1132.java:97)
[B#744] at net.minecraft.server.MinecraftServer.handler$cgj000$modifiedRunLoop(MinecraftServer.java:4896)
[B#744] at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
[B#744] at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
[B#744] at java.base/java.lang.Thread.run(Thread.java:833)
[B#744]
[B#744] -- System Details --
[B#744] Details:
[B#744] Minecraft Version: 1.18.2
[B#744] Minecraft Version ID: 1.18.2
[B#744] Operating System: Windows 10 (amd64) version 10.0
[B#744] Java Version: 17.0.1, Microsoft
[B#744] Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
[B#744] Memory: 1573233664 bytes (1500 MiB) / 6442450944 bytes (6144 MiB) up to 6442450944 bytes (6144 MiB)
[B#744] CPUs: 12
[B#744] Processor Vendor: AuthenticAMD
[B#744] Processor Name: AMD Ryzen 5 2600 Six-Core Processor
[B#744] Identifier: AuthenticAMD Family 23 Model 8 Stepping 2
[B#744] Microarchitecture: unknown
[B#744] Frequency (GHz): 3.40
[B#744] Number of physical packages: 1
[B#744] Number of physical CPUs: 6
[B#744] Number of logical CPUs: 12
[B#744] Graphics card #0 name: NVIDIA GeForce GTX 1660 Ti
[B#744] Graphics card #0 vendor: NVIDIA (0x10de)
[B#744] Graphics card #0 VRAM (MB): 4095.00
[B#744] Graphics card #0 deviceId: 0x2182
[B#744] Graphics card #0 versionInfo: DriverVersion=30.0.15.1215
[B#744] Memory slot #0 capacity (MB): 16384.00
[B#744] Memory slot #0 clockSpeed (GHz): 3.20
[B#744] Memory slot #0 type: DDR4
[B#744] Memory slot #1 capacity (MB): 16384.00
[B#744] Memory slot #1 clockSpeed (GHz): 3.20
[B#744] Memory slot #1 type: DDR4
[B#744] Virtual memory max (MB): 37581.43
[B#744] Virtual memory used (MB): 26643.37
[B#744] Swap memory total (MB): 4864.00
[B#744] Swap memory used (MB): 92.68
[B#744] JVM Flags: 21 total; -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms6144m -Xmx6144m
[B#744] Fabric Mods:
[B#744] additionaladditions: Additional Additions 4.0.0
[B#744] adorn: Adorn 3.4.0+1.18.2
[B#744] advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
[B#744] advancednetherite: Advanced Netherite 1.5.0-1.18.2
[B#744] advdebug: Advancements Debug 2.3.0
[B#744] ae2: Applied Energistics 2 11.0.0-alpha.5
[B#744] ae2things: AE2Things 1.1.0-beta.3
[B#744] ae2wtlib: AE2WTLib 11.0.0-alpha.2
[B#744] agape_space: Space Dimensions 0.5.9
[B#744] alloy_forgery: Alloy Forgery 2.0.13+1.18
[B#744] alternate-current: Alternate Current 1.2.0
[B#744] ambientsounds: Ambiend Sounds (Fabric) 5.0.16
[B#744] amplified-nether: Amplified Nether 1.1
[B#744] appleskin: AppleSkin 2.4.0+mc1.18.2
[B#744] aqupdgrizzly: Grizzly Bear mob 1.18-1.3
[B#744] architectury: Architectury 4.3.53
[B#744] attributefix: AttributeFix 14.0.1
[B#744] autoconfig1u: Auto Config v1 Updated 3.4.0
[B#744] axolotlitemfix: Axolotl Item Fix 1.1.3
[B#744] badpackets: Bad Packets 0.1.1
[B#744] balm-fabric: Balm 3.0.0+0
[B#744] bclib: BCLib 1.4.5
[B#744] beehivetooltips: Beehive Tooltips 1.4.2
[B#744] beenfo: Beenfo 1.18.2-fabric0.47.10-1.3.3
[B#744] betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0
[B#744] betterend: Better End 1.1.0
[B#744] bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.1.0
[B#744] betternether: Better Nether 6.1.1
[B#744] betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
[B#744] betterthirdperson: Better Third Person 1.7.3
[B#744] biomemakeover: Biome Makeover 1.18.2-1.4.18
[B#744] bitsandchisels: BitsAndChisels 2.6.8
[B#744] blockus: Blockus 2.4.5+1.18.2
[B#744] blue_endless_jankson: jankson 1.2.1
[B#744] bookshelf: Bookshelf 13.0.13
[B#744] botania: Botania 1.18.2-431-FABRIC
[B#744] bowinfinityfix: Bow Infinity Fix rv11
[B#744] breakprogress: Break Progress 1.0.1
[B#744] byg: Oh The Biomes You'll Go 1.4
[B#744] c2me: Concurrent Chunk Management Engine 0.2.0+alpha.7.19
[B#744] c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.7.19
[B#744] c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.7.19
[B#744] c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.7.19
[B#744] c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.7.19
[B#744] c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.7.19
[B#744] c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.7.19
[B#744] c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.7.19
[B#744] c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.7.19
[B#744] c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.7.19
[B#744] c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.7.19
[B#744] c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.7.19
[B#744] c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.7.19
[B#744] c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.7.19
[B#744] c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.7.19
[B#744] c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.7.19
[B#744] c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.7.19
[B#744] c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.7.19
[B#744] c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.7.19
[B#744] c2me-threading-scheduling: Concurrent Chunk Management Engine (Threading/Scheduling) 0.2.0+alpha.7.19
[B#744] c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.7.19
[B#744] caffeineconfig: CaffeineConfig 1.1.0
[B#744] can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.2.0
[B#744] cardinal-components-base: Cardinal Components API (base) 4.1.4
[B#744] cardinal-components-block: Cardinal Components API (blocks) 4.0.1
[B#744] cardinal-components-entity: Cardinal Components API (entities) 4.1.4
[B#744] cardinal-components-item: Cardinal Components API (items) 4.0.1
[B#744] carpet: Carpet Mod 1.4.69
[B#744] carpet-extra: Carpet Extra 1.4.72
[B#744] carrier: Carrier 1.10.0
[B#744] charm: Charm 4.1.0
[B#744] chipped: Chipped 1.2
[B#744] chisel: Chisel Refabricated 1.4.5
[B#744] cinderscapes: Cinderscapes unknown
[B#744] clienttweaks: Client Tweaks 7.1.0
[B#744] cloth-basic-math: cloth-basic-math 0.6.0
[B#744] cloth-config: Cloth Config v6 6.2.57
[B#744] clumps: Clumps 8.0.0+8
[B#744] columns: Columns 1.4.0
[B#744] com_electronwill_night-config_core: core 3.6.5
[B#744] com_electronwill_night-config_toml: toml 3.6.5
[B#744] com_eliotlash_mclib_mclib: mclib 18
[B#744] com_eliotlash_molang_molang: molang 18
[B#744] com_github_llamalad7_mixinextras: mixinextras 0.0.9
[B#744] com_google_code_findbugs_jsr305: jsr305 3.0.2
[B#744] com_ibm_async_asyncutil: asyncutil 0.1.0
[B#744] com_moandjiezana_toml_toml4j: toml4j 0.7.2
[B#744] config2brigadier: Config to Brigadier 1.0.2
[B#744] consistency_plus: Consistency Plus 0.5.0+1.18.2
[B#744] continuity: Continuity 1.1.0+1.18.2
[B#744] craftpresence: CraftPresence 1.8.8
[B#744] crawl: Crawl 0.10.6
[B#744] create: Create mc1.18.2_v0.4.1+539
[B#744] creativecore: CreativeCore (Fabric) 2.6.10
[B#744] creatures_of_the_jungle: Creatures From The Jungle 1.0.0
[B#744] creeperaiupdated: Creeper AI Updated 1.5.1
[B#744] creeperoverhaul: Creeper Overhaul 1.3.0
[B#744] crowdin-translate: CrowdinTranslate 1.4+1.18.2
[B#744] cull-less-leaves: Cull Less Leaves 1.0.0
[B#744] customfov: Custom FoV 1.4.1-1.18.1
[B#744] customportalapi: Custom Portal Api 0.0.1-beta50-1.18
[B#744] dark-enchanting: Dark Enchanting 1.0.0+1.18.2
[B#744] dark-loading-screen: Dark Loading Screen 1.6.11
[B#744] dawn: Dawn API 3.3.0
[B#744] debugify: Debugify 1.9.0
[B#744] decorative_blocks: Decorative Blocks 2.1.0
[B#744] dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
[B#744] dropz: Dropz 2.0.1
[B#744] dsurround: §6Dynamic Surroundings§r: §eFabric Edition 0.0.4
[B#744] dusk: Dusk Mod 1.18.2-1.9
[B#744] dustrial_decor: Dustrial Decor 0.5
[B#744] dynamic_asset_generator: Dynamic Asset Generator 0.5.1
[B#744] dynamicfps: Dynamic FPS 2.1.0
[B#744] earthbounds: Earthbounds 1.18.2-1.1.0b
[B#744] easymagic: Easy Magic 3.3.0
[B#744] ecologics: Ecologics 1.5.4
[B#744] economical_villager_trading: Economical Villager Trading 1.2.5
[B#744] edenring: EdenRing 0.5.1
[B#744] effective: Effective 1.2.1
[B#744] enchdesc: EnchantmentDescriptions 10.0.2
[B#744] enderitemod: Enderite Mod 1.3.5
[B#744] enhancedblockentities: Enhanced Block Entities 0.6+1.18.2
[B#744] enhancedcelestials: Enhanced Celestials 2.0.6
[B#744] enriched: Enriched 2.3.0
[B#744] entityculling: EntityCulling-Fabric 1.5.1
[B#744] excavated_variants: Excavated Variants 0.4.2
[B#744] expandedstorage: Expanded Storage 7.3.12
[B#744] experiencebugfix: Experience Bug Fix 18
[B#744] explorerscompass: Explorer's Compass 1.18.2-2.1.0-fabric
[B#744] extraalchemy: Extra Alchemy 1.8.1
[B#744] fabric: Fabric API 0.51.1+1.18.2
[B#744] fabric-api-base: Fabric API Base 0.4.4+d7c144a860
[B#744] fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.0+2373a54560
[B#744] fabric-biome-api-v1: Fabric Biome API (v1) 8.0.4+7b0f312660
[B#744] fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
[B#744] fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
[B#744] fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
[B#744] fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860
[B#744] fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.3+d82b939260
[B#744] fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960
[B#744] fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.11+3ac43d9560
[B#744] fabric-data-generation-api-v1: Fabric Data Generation API (v1) 2.0.7+6d3e563660
[B#744] fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.17+2540745460
[B#744] fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
[B#744] fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
[B#744] fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.14+d7c144a860
[B#744] fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
[B#744] fabric-item-api-v1: Fabric Item API (v1) 1.4.0+4457765560
[B#744] fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.11+91896a4960
[B#744] fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
[B#744] fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
[B#744] fabric-language-kotlin: Fabric Language Kotlin 1.7.4+kotlin.1.6.21
[B#744] fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.3+2d83e92c60
[B#744] fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860
[B#744] fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.0+81ea5b3c60
[B#744] fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
[B#744] fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560
[B#744] fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60
[B#744] fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.0+fe4ddef060
[B#744] fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
[B#744] fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260
[B#744] fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
[B#744] fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.0+7faf0d8860
[B#744] fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
[B#744] fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
[B#744] fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
[B#744] fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
[B#744] fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
[B#744] fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
[B#744] fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.18+2de5574560
[B#744] fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
[B#744] fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.0+1f6558e860
[B#744] fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
[B#744] fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.0+2373a54560
[B#744] fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+bd8a4a1860
[B#744] fabricloader: Fabric Loader 0.14.4
[B#744] fake-player-api: Fake Player API 0.3.0
[B#744] fallingleaves: Falling Leaves 1.10.0+1.18.2
[B#744] fallingtree: FallingTree 3.5.0
[B#744] fancymenu: FancyMenu 2.7.0
[B#744] feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
[B#744] ferritecore: FerriteCore 4.2.1
[B#744] fiber: fiber 0.23.0-2
[B#744] floral_flair: Floral Flair 1.3.0
[B#744] flywheel: Flywheel 1.18-0.6.2.25
[B#744] forcecloseloadingscreen: kennytv's epic force close loading screen mod for Fabric 1.1.0
[B#744] forge_tags: Forge Tags 2.1
[B#744] forgeconfigapiport: Forge Config API Port 3.2.0
[B#744] friendsandfoes: Friends&Foes 1.3.4
[B#744] gbfabrictools: GBfabrictools 1.3.4+1.18.2
[B#744] geckolib3: Geckolib 3.0.38
[B#744] geodes: More Geodes 1.3.1
[B#744] goosik-config: goosik-config 0.2.0
[B#744] graveyard: The Graveyard 1.7
[B#744] graveyard_biomes: The Graveyard Biomes 1.1
[B#744] guardvillagers: Guard Villagers Fabric 1.18.2-1.0.11
[B#744] gud_recipe_confidence: Recipe Confidence 1.0.2
[B#744] healthcare: Health Care 1.0.11
[B#744] hyle: Hyle 0.1.0
[B#744] iceberg: Iceberg 1.0.38
[B#744] impactfulweather: Biome Particle Weather 2.4.6
[B#744] incubus_core: Incubus Core 1.6.6+1.18.2
[B#744] indium: Indium 1.0.3+mc1.18.2
[B#744] indrev: Industrial Revolution 1.14.0-BETA
[B#744] infusion_table: Infusion Table 1.0.5
[B#744] inmis: Inmis 2.5.3-1.18.2
[B#744] interference: Interference API 1.3.9
[B#744] inventoryhud: Inventory HUD + 3.4.2
[B#744] iris: Iris 1.2.4-build.38
[B#744] iron-jetpacks: Iron Jetpacks 0.4.3
[B#744] ironchests: Iron Chests 1.5.6
[B#744] itemmodelfix: Item Model Fix 1.0.3+1.18
[B#744] jankson: Jankson 4.0.0+j1.2.0
[B#744] java: OpenJDK 64-Bit Server VM 17
[B#744] journeymap-api-fabric: JourneyMap API 1.18.2-1.8-fabric-SNAPSHOT
[B#744] journeymap-fabric: Journeymap 5.8.3
[B#744] justenoughkeys: Just Enough Keys 0.5.3
[B#744] kibe: Kibe 1.9.7-BETA+1.18
[B#744] kirin: Kirin UI 1.10.0
[B#744] kiwi: Kiwi Lib 6.0.2
[B#744] kleeslabs: KleeSlabs 11.0.0
[B#744] konkrete: Konkrete 1.3.3
[B#744] kubejs: KubeJS 1802.5.1-build.377
[B#744] lazydfu: LazyDFU 0.1.2
[B#744] libblockattributes_core: LibBlockAttributes (Core) 0.10.0
[B#744] libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.0
[B#744] libblockattributes_items: LibBlockAttributes (Items) 0.10.0
[B#744] libgui: LibGui 5.4.0+1.18.2
[B#744] libninepatch: LibNinePatch 1.1.0
[B#744] lightoverlay: Light Overlay 6.0.5
[B#744] lithium: Lithium 0.7.9
[B#744] logprot: Logprot Mod 1.18-1.6
[B#744] maelstrom_library: Maelstrom Library 1.2.4-1.18.2
[B#744] magna: Magna 1.7.0-1.18-pre1
[B#744] mavm: More Axolotl Variants Mod 1.0.7a
[B#744] mcwbridges: Macaw's Bridges 2.0.2
[B#744] mcwdoors: Macaw's Doors 1.0.6
[B#744] mcwfences: Macaw's Fences and Walls 1.0.4
[B#744] mcwlights: Macaw's Lights and Lamps 1.0.3
[B#744] mcwpaintings: Macaw's Paintings 1.0.3
[B#744] mcwroofs: Macaw's Roofs 2.1.2
[B#744] mcwtrpdoors: Macaw's Trapdoors 1.0.5
[B#744] mcwwindows: Macaw's Windows 2.0.3
[B#744] megane: megane 7.5.1
[B#744] megane-api: megane-api 7.1.0
[B#744] megane-applied-energistics-2: megane-applied-energistics-2 7.1.0
[B#744] megane-fabric-transfer: megane-fabric-transfer 7.1.0
[B#744] megane-industrial-revolution: megane-industrial-revolution 7.1.0
[B#744] megane-kibe: megane-kibe 7.1.0
[B#744] megane-lib-block-attributes: megane-lib-block-attributes 7.1.0
[B#744] megane-reborn-core: megane-reborn-core 7.1.0
[B#744] megane-reborn-energy: megane-reborn-energy 7.0.0
[B#744] megane-runtime: megane-runtime 7.2.0
[B#744] megane-tech-reborn: megane-tech-reborn 7.1.0
[B#744] megane-vanilla: megane-vanilla 7.1.1
[B#744] megane-wireless-networks: megane-wireless-networks 7.1.0
[B#744] milk: Milk Lib 0.3.0
[B#744] minecraft: Minecraft 1.18.2
[B#744] mm: Manningham Mills 2.3
[B#744] mobs_attempt_parkour: Mobs Attempt Parkour 0.2.5-1.18.2
[B#744] mobscarecrow: Mob Scarecrow 1.2.2
[B#744] mocolors: Mo' Colors 1.4.0
[B#744] modern_industrialization: Modern Industrialization 1.1.1
[B#744] modid: Creatures Of The Snow 1.0.0
[B#744] modmenu: Mod Menu 3.2.1
[B#744] moretags: More Tags 3.0.4
[B#744] morevillagers-fabric: MoreVillagersFabric 3.2.0-SNAPSHOT
[B#744] mostructures: Mo' Structures 1.4.2+1.18.2
[B#744] musicdr: Music Duration Reducer 2.0.0
[B#744] mythicmetals: Mythic Metals 0.13.1
[B#744] mythicmetals_decorations: Mythic Metals Decorations 0.2.1
[B#744] naturescompass: Nature's Compass 1.18.2-2.0.3-fabric
[B#744] netherportalfix: NetherPortalFix 9.0.0
[B#744] ninjaphenix_container_lib: NinjaPhenix's Container Library 1.3.0
[B#744] noindium: No Indium? 1.0.1+1.18.2
[B#744] notenoughcrashes: Not Enough Crashes 4.1.6+1.18.2
[B#744] omega-config: OmegaConfig 1.2.3-1.18.1
[B#744] onsoulfire: On Soul Fire 1.18-1
[B#744] org_anarres_jcpp: jcpp 1.4.14
[B#744] org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
[B#744] org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.21
[B#744] org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.21
[B#744] org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.21
[B#744] org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.21
[B#744] org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.1
[B#744] org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.1
[B#744] org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2
[B#744] org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2
[B#744] org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2
[B#744] org_joml_joml: joml 1.10.2
[B#744] org_openjdk_nashorn_nashorn-core: nashorn-core 15.3
[B#744] org_threadly_threadly: threadly 6.6
[B#744] owo: o?o 0.7.0+1.18
[B#744] oxidized: Oxidized 1.6.3
[B#744] patchouli: Patchouli 1.18.2-67-FABRIC
[B#744] physicsmod: Physics Mod 2.7.2
[B#744] pickupnotifier: Pick Up Notifier 3.2.0
[B#744] playerabilitylib: Pal 1.5.0
[B#744] plushies: Plushie Mod 1.2
[B#744] polymorph: Polymorph 0.0.20-1.18.2
[B#744] porting_lib: Porting Lib 0.2.0+1.18.2.2e6c4b3
[B#744] presencefootsteps: Presence Footsteps 1.5.0
[B#744] probablychests: Probably Chests 0.4.2
[B#744] promenade: Promenade 2.6.1
[B#744] puzzleslib: Puzzles Lib 3.3.1
[B#744] rayon: Rayon 1.5.9
[B#744] reach-entity-attributes: Reach Entity Attributes 2.1.1
[B#744] reborncore: Reborn Core 5.2.0-beta.3
[B#744] recipecache: recipecache 0.2.1-1.17.1
[B#744] redbits: Red Bits 1.13.2
[B#744] reeses-sodium-options: Reese's Sodium Options 1.4.2
[B#744] registrate-fabric: Registrate for Fabric MC1.18.2-1.0.x
[B#744] repurposed_structures: Repurposed Structures 4.1.6+1.18.2
[B#744] respawnablepets: Respawnable Pets 1.18-4
[B#744] rhino: Rhino 1801.1.9-build.135
[B#744] roughlyenoughitems: Roughly Enough Items 8.1.457
[B#744] satin: Satin 1.7.2
[B#744] seasonal: Seasonal 1.18.2-1.1.3
[B#744] smoothboot: Smooth Boot 1.18.2-1.7.0
[B#744] snowrealmagic: Snow! Real Magic! 4.0.0
[B#744] sodium: Sodium 0.4.1+build.15
[B#744] sodium-extra: Sodium Extra 0.4.3
[B#744] sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.5
[B#744] spruceui: SpruceUI 3.3.0+1.17
[B#744] stacc: Stacc 1.2.3
[B#744] starlight: Starlight 1.0.2+fabric.89b8d9f
[B#744] step-height-entity-attribute: Step Height Entity Attribute 1.0.0
[B#744] stonecutter_recipe_tags: Stonecutter Recipe Tags 3.0.1+1.18.bc850d5.fabric
[B#744] stoneholm: Stoneholm 1.4.3
[B#744] team_reborn_energy: Energy 2.2.0
[B#744] techreborn: Tech Reborn 5.2.0-beta.3
[B#744] tempcharmfix: Temporary Charm Advancement Fix 1.0.0
[B#744] terrablender: TerraBlender 1.1.0.99
[B#744] terraform-shapes-api-v1: Terraform Shapes API (v1) 3.0.0
[B#744] terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0
[B#744] terrarianslimes: Terrarian Slimes 1.2-BETA+1.18
[B#744] the_aether: Paradise Lost 1.6.9+1.18.2
[B#744] the_bumblezone: The Bumblezone - Fabric 5.0.10+1.18.2
[B#744] tlcosmetica: Cosmetica 0.4.0
[B#744] toastblock: ToastBlock 1.0.0
[B#744] travelerstitles: Traveler's Titles 1.18.2-Fabric-2.1.1
[B#744] trinkets: Trinkets 3.3.0
[B#744] twigs: Twigs 1.1.3-patch1+1.18.2
[B#744] unearthed: Unearthed 2.3.1
[B#744] veinmining: Vein Mining 0.0.12-1.18.2
[B#744] visuality: Visuality 0.4.2
[B#744] visualworkbench: Visual Workbench 3.3.0
[B#744] waystones: Waystones 10.0.0
[B#744] whisperwoods: Whisperwoods 1.18.2-2.1.0
[B#744] wildlife: Wildlife 1.18.2-1.0
[B#744] wirelessnetworks: Wireless Networks 1.5.1
[B#744] wmitaf: WMITAF 2.2.0
[B#744] wthit: wthit 4.9.0
[B#744] yigd: You're in Grave Danger 1.3.1
[B#744] yosbr: YOSBR 0.1.1
[B#744] yungsapi: YUNG's API 1.18.2-Fabric-2.0.8
[B#744] yungsbridges: YUNG's Bridges 1.18.2-Fabric-2.1.0
[B#744] yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0
[B#744] Loaded Shaderpack: ComplementaryShaders_v4.4.zip
[B#744] Profile: Custom (+14 options changed by user)
[B#744] Flywheel Backend: Off
[B#744] Server Running: true
[B#744] Player Count: 1 / 8; [class_3222['DJ779'/120, l='ServerLevel[New World]', x=2.35, y=73.87, z=7.43]]
[B#744] Data Packs: vanilla, Fabric Mods
[B#744] World Generation: Stable
[B#744] Type: Integrated Server (map_client.txt)
[B#744] Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
[B#744] Client Crashes Since Restart: 0
[B#744] Integrated Server Crashes Since Restart: 1
[B#744] Suspected Mods: Minecraft (minecraft), Rayon (rayon)

Rayon 1.4.3: "NOOOOOOOOOOOOOOOOOOOO"

EntityMixin posts "NOOOOOOOOOOOOOOOOOOOO" and kills a physics entity whenever an entity attempts to lerp it's motion, which is both annoying and useless.

When Opening Minecraft Game Crushes

Crash Log Here:

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 5/28/21 12:54 PM
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'rayon-core'!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
at net.minecraft.class_310.(class_310.java:437)
at net.minecraft.client.main.Main.main(Main.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: java.lang.UnsatisfiedLinkError: /storage/emulated/0/games/PojavLauncher/.minecraft/natives/10.1.0/Linux_ARM64ReleaseSp_libbulletjme.so: dlopen failed: library "/storage/emulated/0/games/PojavLauncher/.minecraft/natives/10.1.0/Linux_ARM64ReleaseSp_libbulletjme.so" needed or dlopened by "/data/data/net.kdt.pojavlaunch/jre_runtime/lib/aarch64/server/libjvm.so" is not accessible for the namespace "classloader-namespace"
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:810)
at java.lang.System.load(System.java:1088)
at com.jme3.system.NativeLibraryLoader.loadLibbulletjme(NativeLibraryLoader.java:112)
at dev.lazurite.rayon.core.impl.physics.util.NativeLoader.load(NativeLoader.java:46)
at dev.lazurite.rayon.core.impl.RayonCoreCommon.onInitialize(RayonCoreCommon.java:38)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
... 11 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
at net.minecraft.class_310.(class_310.java:437)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (aarch64) version Android-10
Java Version: 1.8.0-internal, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1878429704 bytes (1791 MB) / 2247098368 bytes (2143 MB) up to 2247098368 bytes (2143 MB)
CPUs: 8
JVM Flags: 3 total; -Xms2235M -Xmx2235M -Xbootclasspath/p:/storage/emulated/0/games/PojavLauncher/caciocavallo/ResConfHack.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/games/PojavLauncher/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar
Fabric Mods:
architectury: Architectury 1.17.16
artifice: Artifice 0.14.6+1.16.5
cameraoverhaul: Camera Overhaul 1.2.2-fabric-universal
cloth-api: Cloth API 1.5.50
cloth-armor-api-v1: Cloth Armor API v1 1.5.50
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-client-events-v0: Cloth Client Events v0 1.5.50
cloth-common-events-v1: Cloth Common Events v1 1.5.50
cloth-config2: Cloth Config v4 4.11.26
cloth-datagen-api-v1: Cloth Datagen v1 1.5.50
cloth-durability-bar-api-v1: Cloth Durability Bar API v1 1.5.50
cloth-dynamic-registry-api-v1: Cloth Dynamic Registry API v1 1.5.50
cloth-scissors-api-v1: Cloth Scissors API v1 1.5.50
cloth-utils-v1: Cloth Utils v1 1.5.50
dropz: Dropz 1.1.4
dynamicsoundfilters: Dynamic Sound Filters 1.2.0+1.16.5
entityculling: EntityCulling-Fabric 1.2.2
extrasounds: Extra Sounds 1.4.0
fabric: Fabric API 0.34.2+1.16
fabric-api-base: Fabric API Base 0.3.0+c88702897d
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.0.0+dc716ea17d
fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
fabric-command-api-v1: Fabric Command API (v1) 1.1.1+351679a77d
fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.6+61336ba97d
fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+c88702897d
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.7+2868a2287d
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
fabric-models-v0: Fabric Models (v0) 0.3.0+bc7a746f7d
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.3+e3c9d0627d
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.5+c88702897d
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.2+2868a2287d
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.3.0+2868a2287d
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+2868a2287d
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.6+2868a2287d
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.7+8183d3957d
fabricloader: Fabric Loader 0.11.3
firstperson: FirstpersonModel 2.0.1
hydrogen: Hydrogen 0.2
illuminations: Illuminations 1.5.1
java: OpenJDK 64-Bit Server VM 8
kirin: Kirin UI 1.7-1.16.2
lambdynlights: LambDynamicLights 1.3.4+1.16
lazydfu: LazyDFU 0.1.2
lithium: Lithium 0.6.4
mambience: MAmbience 3.1.1+1.16.5
minecraft: Minecraft 1.16.5
mm: Manningham Mills 2.1
modmenu: Mod Menu 1.16.9
notenoughanimations: NotEnoughAnimations 1.2.4
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
org_codehaus_groovy_groovy: groovy 3.0.3
org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.3
phosphor: Phosphor 0.7.2+build.12
presencefootsteps: Presence Footsteps r29+1.16.4
rayon: Rayon 1.2.3
rayon-core: Rayon Core API 1.2.3
rayon-entity: Rayon Entity API 1.2.3
rayon-particle: Rayon Particle API 1.2.3
slight-gui-modifications: 'Slight' GUI Modifications 1.7.1
smoothscrollingeverywhere: Smooth Scrolling Everywhere 3.0.3-unstable
sodium: Sodium 0.1.0
spruceui: SpruceUI 2.0.4+1.16
transliterationlib: TRansliterationLib 1.0.4
transporter: Transporter 1.0.3
xaerominimap: Xaero's Minimap 21.9.0.1
xaeroworldmap: Xaero's World Map 1.14.1
Launched Version: 1.16.5
Backend library: LWJGL version 3.2.3 SNAPSHOT
Backend API: NO CONTEXT
GL Caps:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU:

It Will Help Me Alot And I Really Love The Mod. Hope You Found A Way, PS. Am Using Called PojavLauncher Which Is A Simulation Of More Like A Concept Of Minecraft.

Allow usage of custom RigidBodies

Currently we are locked to Entity & Terrain rigid body, and it prevents us from using things like MultiBodyCollider or PhysicsGhostObject.

Failed to start the Fabric server

Here's the log:

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'rayon'!
        at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) ~[fabric-loader-0.14.19.jar:?]
        at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.14.19.jar:?]
        at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) ~[fabric-loader-0.14.19.jar:?]
        at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) ~[fabric-loader-0.14.19.jar:?]
        at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:62) ~[fabric-loader-0.14.19.jar:?]
        at net.minecraft.server.Main.main(Main.java:112) ~[server-intermediary.jar:?]
        at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) ~[fabric-loader-0.14.19.jar:?]
        at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.19.jar:?]
        at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.14.19.jar:?]
        at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.14.19.jar:?]
Caused by: java.lang.NullPointerException: Cannot invoke "java.net.URL.openStream()" because "source" is null
        at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1068) ~[commons-io-2.11.0.jar:?]
        at dev.lazurite.rayon.impl.bullet.natives.NativeLoader.load(NativeLoader.java:38) ~[rayon-fabric-1.7.0+1.19.4.jar:?]
        at dev.lazurite.rayon.impl.Rayon.intialize(Rayon.java:27) ~[rayon-fabric-1.7.0+1.19.4.jar:?]
        at dev.lazurite.rayon.impl.fabric.RayonFabric.onInitialize(RayonFabric.java:10) ~[rayon-fabric-1.7.0+1.19.4.jar:?]
        at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) ~[fabric-loader-0.14.19.jar:?]
        ... 7 more

Mods that I use:

  • Alternate Current
  • Ban Hammer
  • Better Fabric Console
  • C2ME
  • Fabric API
  • Carpet
  • Fabric Kotlin
  • Fastload
  • Ferritcore
  • HeadIndex
  • Holograms
  • InvView
  • Krypton
  • Ledger
  • Lithium
  • MemoryLeakFix
  • NoChatReports
  • Physics Toys
  • Polydex
  • Rayon
  • Spark
  • Starlight
  • Vanish
  • Very Many Player

It worked on my local computer server(Window), but it keeps failing on host server(Ubuntu)...
IDK why this is failing :(

[Suggestion]Few suggestions I have on this project

I've looked through source of rayon and there were things that can be improved

  1. MinecraftSpace should extend MultiBodySpace instead of PhysicsSpace. MultiBodySpace is extension of PhysicsSpace and can be used as PhysicsSpace without problem.
  2. Use double precision. Latest version of LibbulletJME supports double precision. Since Minecraft uses double as position for entities, I think it would be good to use it

Rayon entity depends on itself

This issue happens on forge branch
This issue has been addressed on gradle github: gradle/gradle#847
Basically, As rayon-entity:common depends on rayon-core:common, it will try to run tasks in the core. but gradle is confused and think entity depends on itself, instead of rayon-core.
Emptying dependencies tab in build.gradle of rayon-entity:common has made it avoid this issue, although it is not good fix. When I do that, build.gradle of rayon-entity:forge fails instead, with same issue.

Game crashes when opened

When using rayon my game crashes when I try to open it. Thank you for the help in advance!

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2023-09-22 15:02:20
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'rayon'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:458)
at net.minecraft.client.main.Main.main(Main.java:211)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.UnsatisfiedLinkError: /Users/milan/Library/Application Support/minecraft/natives/MacOSX_ARM64ReleaseSp_libbulletjme.dylib: dlopen(/Users/milan/Library/Application Support/minecraft/natives/MacOSX_ARM64ReleaseSp_libbulletjme.dylib, 1): Symbol not found: __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv
Referenced from: /Users/milan/Library/Application Support/minecraft/natives/MacOSX_ARM64ReleaseSp_libbulletjme.dylib (which was built for Mac OS X 12.0)
Expected in: /usr/lib/libc++.1.dylib

at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
at java.base/java.lang.Runtime.load0(Runtime.java:755)
at java.base/java.lang.System.load(System.java:1953)
at com.jme3.system.NativeLibraryLoader.loadLibbulletjme(NativeLibraryLoader.java:134)
at dev.lazurite.rayon.impl.bullet.natives.NativeLoader.load(NativeLoader.java:43)
at dev.lazurite.rayon.impl.Rayon.intialize(Rayon.java:27)
at dev.lazurite.rayon.impl.fabric.RayonFabric.onInitialize(RayonFabric.java:10)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
... 7 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:458)

-- Initialization --
Details:
Modules:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:211)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Mac OS X (aarch64) version 11.7.6
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 360310112 bytes (343 MiB) / 738197504 bytes (704 MiB) up to 2147483648 bytes (2048 MiB)
CPUs: 8
Processor Vendor: Apple Inc.
Processor Name: Apple M1
Identifier: Apple Inc. Family 0x1b588bb3 Model 0 Stepping 0
Microarchitecture: ARM64 SoC: Firestorm + Icestorm
Frequency (GHz): 3.20
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 8
Graphics card #0 name: Apple M1
Graphics card #0 vendor: Apple (0x106b)
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Memory slot #0 capacity (MB): 0.00
Memory slot #0 clockSpeed (GHz): 0.00
Memory slot #0 type: unknown
Virtual memory max (MB): 9216.00
Virtual memory used (MB): 5404.56
Swap memory total (MB): 1024.00
Swap memory used (MB): 98.25
JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
ambientsounds: AmbientSounds 5.2.22
animatimc: SmoothScroll 1.4.1
auto_third_person: Auto Third Person 2.0.4
betterthirdperson: Better Third Person 1.9.0
camerautils: Camera Utils 1.20.1-1.0.5
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da82
carryon: Carry On 2.1.2.5
cleardespawn: Clear Despawn 1.1.13
cloth-config: Cloth Config v11 12.0.107
cloth-basic-math: cloth-basic-math 0.6.1
continuity: Continuity 3.0.0-beta.3+1.20.1
cpm: Customizable Player Models 0.6.10a
creativecore: CreativeCore 2.10.28
net_minecraftforge_eventbus: eventbus 6.0.3
ctimber: Timber 1.4.0
timber: Timber 1.4.0
do_a_barrel_roll: Do a Barrel Roll 3.3.2+1.20
cicada: CICADA 0.4.3
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
dropz: Dropz 2.2.0+1.20.1
eatinganimationid: Eating Animation 1.9.4+1.20
elytra-drag: Elytra Drag 0.2-1.20+
elytratime: Elytra Time 1.0.0
enhancedvisuals: EnhancedVisuals 1.6.7
entity_model_features: Entity Model Features 0.2.13
entity_texture_features: Entity Texture Features 4.5.0
org_apache_httpcomponents_httpmime: httpmime 4.5.10
euphoria_patcher: Euphoria Patcher 0.1.1-fabric
io_sigpipe_jbsdiff: jbsdiff 1.0
fabric-api: Fabric API 0.87.0+1.20.1
fabric-api-base: Fabric API Base 0.4.30+7abfd51577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77
fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77
fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77
fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877
fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.2+6bdb2ed077
fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.2+6bdb2ed077
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.0+cdf060b277
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
fabric-language-kotlin: Fabric Language Kotlin 1.10.10+kotlin.1.9.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.22.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0
fabricloader: Fabric Loader 0.14.22
fallingleaves: Falling Leaves 1.15.2+1.20.1
firstperson: FirstpersonModel 2.2.3
forgeconfigapiport: Forge Config API Port 8.0.0
geckolib: Geckolib 4.2.2
com_eliotlash_mclib_mclib: mclib 20
hybrid-aquatic: Hybrid Aquatic 1.0.1
indium: Indium 1.0.24+mc1.20.1
iris: Iris 1.6.7
io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
java: OpenJDK 64-Bit Server VM 17
make_bubbles_pop: Make Bubbles Pop Mod 0.2.0-fabric
midnightlib: MidnightLib 1.4.1
minecraft: Minecraft 1.20.1
modmenu: Mod Menu 7.2.1
moonlight: Moonlight 1.20-2.8.21
mousewheelie: Mouse Wheelie 1.12.2+mc1.20.1
amecsapi: Amecs API 1.5.1+mc1.20-pre1
coat: Coat 1.0.0-beta.20+mc1.20-pre1
tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
notenoughanimations: NotEnoughAnimations 1.6.4
nyfsspiders: Nyf's Spiders 2.1.0
patchouli: Patchouli 1.20.1-81-FABRIC
fiber: fiber 0.23.0-2
pickupnotifier: Pick Up Notifier 8.0.0
presencefootsteps: Presence Footsteps 1.9.0
kirin: Kirin UI 1.15.0
puzzleslib: Puzzles Lib 8.0.15
rayon: Rayon 1.7.2+1.20.1
toolbox: Lazurite Toolbox 1.4.0+1.20.1
transporter: Transporter 1.4.0+1.20.1
replaymod: Replay Mod 1.20.1-2.6.13
shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
sit: Sit 1.20-24
snowyspirit: Snowy Spirit 1.20-2.2.5
sodium: Sodium 0.5.1
sound_physics_remastered: Sound Physics Remastered 1.20.1-1.1.2
terralith: Terralith 2.4.5
textutilities: Text Utilities 1.6.1+1.20.1
uselessreptile: Useless Reptile 0.5.0-1.20.1
common-protection-api: Common Protection API 1.0.0
wakes: Wakes 0.2.0
blue_endless_jankson: jankson 1.2.2
wildlife: Wildlife 1.19.2-2.2
yet_another_config_lib_v3: YetAnotherConfigLib 3.1.1+1.20
com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
Launched Version: fabric-loader-0.14.22-1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: Unknown
Window size:
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU:

`UnsupportedOperationException` during natives loading on certain systems

When attempting to calculate the checksum of the native files while the natives have already been extracted in a previous launch, a Path#toFile call will always crash, since the resolved path is a ZipPath, and its implementation always throws an UnsupportedOperationException. As such, on my computer it always crashes if the natives are already present, so I have to manually delete the extracted files and retry.

A simple fix is to switch the checksum routine to pure NIO, and that is totally doable — in fact, I already have that fixed in my own fork of Rayon (see commit dfa1b0d), so it should be easy for you to merge that fix into upstream.

Interaction when in spectator mode

As spectator mode is meant for… spectating. A physics entity should only react to the player if they're any gamemode except spectator.

Add Sphere shape

Currently Rayon has built-in box and convex/concave shapes. It would be nice to have a sphere shape so that spherical objects can be simulated.

Note that while SphereCollisionShape is built-into bullet, it cannot be used with Rayon as the collision shape is cast to MinecraftShape in MinecraftRigidBody#getMinecraftShape.

crashes when world just starts for a few seconds.

The game crashed whilst unexpected error
Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.renderer.ShaderInstance.m_173350_(String, Object)" because "$$13" is null

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 8/29/22, 8:14 PM
Description: Unexpected error

java.lang.NullPointerException: Cannot invoke "net.minecraft.client.renderer.ShaderInstance.m_173350_(String, Object)" because "$$13" is null
at com.mojang.blaze3d.vertex.BufferUploader.m_166838_(BufferUploader.java:100) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:BufferUploaderMixin,pl:mixin:A}
at com.mojang.blaze3d.vertex.BufferUploader.m_85761_(BufferUploader.java:52) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:BufferUploaderMixin,pl:mixin:A}
at net.coderbot.batchedentityrendering.impl.BufferSegmentRenderer.drawInner(BufferSegmentRenderer.java:29) ~[oculus-mc1.18.2-1.2.5a.jar%23182!/:1.2.5] {re:classloading}
at net.coderbot.batchedentityrendering.impl.FullyBufferedMultiBufferSource.m_109911_(FullyBufferedMultiBufferSource.java:118) ~[oculus-mc1.18.2-1.2.5a.jar%23182!/:1.2.5] {re:mixin,re:classloading}
at net.minecraft.client.renderer.LevelRenderer.handler$zno000$batchedentityrendering$beginTranslucents(LevelRenderer.java:3093) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting,pl:mixin:APP:rubidium.mixins.json:features.block.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.buffer_builder.intrinsics.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.options.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.sky.MixinWorldRenderer,pl:mixin:APP:citadel.mixins.json:client.WorldRendererMixin,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ParrotMixin,pl:mixin:APP:mixins.oculus.json:LevelRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.json:fabulous.MixinDisableFabulousGraphics,pl:mixin:APP:mixins.oculus.json:shadows.MixinLevelRenderer,pl:mixin:APP:mixins.oculus.fantastic.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.compat.sodium.json:sky.MixinLevelRenderer,pl:mixin:APP:pehkui.mixins.json:client.compat115plus.WorldRendererMixin,pl:mixin:APP:sereneseasons.mixins.json:client.MixinLevelRenderer,pl:mixin:APP:mixins.cofhcore.json:LevelRendererMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinLevelRenderer,pl:mixin:APP:physicsmod.mixins.json:vines.MixinLevelRenderer,pl:mixin:APP:bettercombat.mixins.json:client.firstpersonrender.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:notenoughanimations.mixins.json:LevelRendererMixin,pl:mixin:APP:entityculling.mixins.json:WorldRendererMixin,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinWorldRenderer,pl:mixin:APP:rayon.mixins.json:client.LevelRendererMixin,pl:mixin:APP:toolbox.mixins.json:client.LevelRendererMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererMixin,pl:mixin:APP:mixins.oculus.json:shadows.MixinPreventRebuildNearInShadowPass,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1359) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting,pl:mixin:APP:rubidium.mixins.json:features.block.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.buffer_builder.intrinsics.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.options.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.sky.MixinWorldRenderer,pl:mixin:APP:citadel.mixins.json:client.WorldRendererMixin,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ParrotMixin,pl:mixin:APP:mixins.oculus.json:LevelRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.json:fabulous.MixinDisableFabulousGraphics,pl:mixin:APP:mixins.oculus.json:shadows.MixinLevelRenderer,pl:mixin:APP:mixins.oculus.fantastic.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.compat.sodium.json:sky.MixinLevelRenderer,pl:mixin:APP:pehkui.mixins.json:client.compat115plus.WorldRendererMixin,pl:mixin:APP:sereneseasons.mixins.json:client.MixinLevelRenderer,pl:mixin:APP:mixins.cofhcore.json:LevelRendererMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinLevelRenderer,pl:mixin:APP:physicsmod.mixins.json:vines.MixinLevelRenderer,pl:mixin:APP:bettercombat.mixins.json:client.firstpersonrender.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:notenoughanimations.mixins.json:LevelRendererMixin,pl:mixin:APP:entityculling.mixins.json:WorldRendererMixin,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinWorldRenderer,pl:mixin:APP:rayon.mixins.json:client.LevelRendererMixin,pl:mixin:APP:toolbox.mixins.json:client.LevelRendererMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererMixin,pl:mixin:APP:mixins.oculus.json:shadows.MixinPreventRebuildNearInShadowPass,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1061) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:835) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1045) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:event.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:664) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:event.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.71.jar%2317!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at com.mojang.blaze3d.vertex.BufferUploader.m_166838_(BufferUploader.java:100) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:BufferUploaderMixin,pl:mixin:A}
at com.mojang.blaze3d.vertex.BufferUploader.m_85761_(BufferUploader.java:52) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:BufferUploaderMixin,pl:mixin:A}
at net.coderbot.batchedentityrendering.impl.BufferSegmentRenderer.drawInner(BufferSegmentRenderer.java:29) ~[oculus-mc1.18.2-1.2.5a.jar%23182!/:1.2.5] {re:classloading}
at net.coderbot.batchedentityrendering.impl.FullyBufferedMultiBufferSource.m_109911_(FullyBufferedMultiBufferSource.java:118) ~[oculus-mc1.18.2-1.2.5a.jar%23182!/:1.2.5] {re:mixin,re:classloading}
at net.minecraft.client.renderer.LevelRenderer.handler$zno000$batchedentityrendering$beginTranslucents(LevelRenderer.java:3093) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting,pl:mixin:APP:rubidium.mixins.json:features.block.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.buffer_builder.intrinsics.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.options.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.sky.MixinWorldRenderer,pl:mixin:APP:citadel.mixins.json:client.WorldRendererMixin,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ParrotMixin,pl:mixin:APP:mixins.oculus.json:LevelRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.json:fabulous.MixinDisableFabulousGraphics,pl:mixin:APP:mixins.oculus.json:shadows.MixinLevelRenderer,pl:mixin:APP:mixins.oculus.fantastic.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.compat.sodium.json:sky.MixinLevelRenderer,pl:mixin:APP:pehkui.mixins.json:client.compat115plus.WorldRendererMixin,pl:mixin:APP:sereneseasons.mixins.json:client.MixinLevelRenderer,pl:mixin:APP:mixins.cofhcore.json:LevelRendererMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinLevelRenderer,pl:mixin:APP:physicsmod.mixins.json:vines.MixinLevelRenderer,pl:mixin:APP:bettercombat.mixins.json:client.firstpersonrender.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:notenoughanimations.mixins.json:LevelRendererMixin,pl:mixin:APP:entityculling.mixins.json:WorldRendererMixin,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinWorldRenderer,pl:mixin:APP:rayon.mixins.json:client.LevelRendererMixin,pl:mixin:APP:toolbox.mixins.json:client.LevelRendererMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererMixin,pl:mixin:APP:mixins.oculus.json:shadows.MixinPreventRebuildNearInShadowPass,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1359) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer,pl:mixin:APP:oculus-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting,pl:mixin:APP:rubidium.mixins.json:features.block.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.buffer_builder.intrinsics.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.options.MixinWorldRenderer,pl:mixin:APP:rubidium.mixins.json:features.sky.MixinWorldRenderer,pl:mixin:APP:citadel.mixins.json:client.WorldRendererMixin,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ParrotMixin,pl:mixin:APP:mixins.oculus.json:LevelRendererAccessor,pl:mixin:APP:mixins.oculus.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.json:fabulous.MixinDisableFabulousGraphics,pl:mixin:APP:mixins.oculus.json:shadows.MixinLevelRenderer,pl:mixin:APP:mixins.oculus.fantastic.json:MixinLevelRenderer,pl:mixin:APP:mixins.oculus.compat.sodium.json:sky.MixinLevelRenderer,pl:mixin:APP:pehkui.mixins.json:client.compat115plus.WorldRendererMixin,pl:mixin:APP:sereneseasons.mixins.json:client.MixinLevelRenderer,pl:mixin:APP:mixins.cofhcore.json:LevelRendererMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinLevelRenderer,pl:mixin:APP:physicsmod.mixins.json:vines.MixinLevelRenderer,pl:mixin:APP:bettercombat.mixins.json:client.firstpersonrender.WorldRendererMixin,pl:mixin:APP:flywheel.mixins.json:FixFabulousDepthMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererAccessor,pl:mixin:APP:notenoughanimations.mixins.json:LevelRendererMixin,pl:mixin:APP:entityculling.mixins.json:WorldRendererMixin,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinWorldRenderer,pl:mixin:APP:rayon.mixins.json:client.LevelRendererMixin,pl:mixin:APP:toolbox.mixins.json:client.LevelRendererMixin,pl:mixin:APP:flywheel.mixins.json:LevelRendererMixin,pl:mixin:APP:mixins.oculus.json:shadows.MixinPreventRebuildNearInShadowPass,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1061) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
-- Affected level --
Details:
All players: 1 total; [LocalPlayer['ClockworkzAI'/49, l='ClientLevel', x=315.58, y=69.00, z=93.33]]
Chunk stats: 1024, 489
Level dimension: minecraft:overworld
Level spawn location: World: (48,63,168), Section: (at 0,15,8 in 3,3,10; chunk contains blocks 48,-64,160 to 63,319,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 18749 game time, 18739 day time
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:407) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:rubidium.mixins.json:features.chunk_rendering.MixinClientWorld,pl:mixin:APP:rubidium.mixins.json:features.fast_biome_colors.MixinClientWorld,pl:mixin:APP:flytre_lib.mixins.json:event.ClientWorldMixin,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:krypton.mixins.json:client.fastchunkentityaccess.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:APP:illuminations.mixins.json:ClientWorldMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:enhancedcelestials.mixins.json:client.MixinClientWorld,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:APP:toolbox.mixins.json:client.ClientLevelMixin,pl:mixin:APP:create.mixins.json:DestroyProgressMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2261) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:event.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:686) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:flytre_lib.mixins.json:config.MinecraftClientMixin,pl:mixin:APP:flytre_lib.mixins.json:event.MinecraftClientMixin,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_Keybinds,pl:mixin:APP:mixins.oculus.json:MixinMinecraft_PipelineManagement,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:toolbox.mixins.json:client.MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23238!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.71.jar%2317!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Mod Resources, Supplementaries Generated Pack, Copper Legacy Pack.zip, EclecticTrove-noconfig-1.18.1-1.1.0.zip, Stay_True_1.18.zip, Immersive Weathering Generated Pack, eatinganimations+1.8.zip

-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 823055000 bytes (784 MiB) / 3470786560 bytes (3310 MiB) up to 4160749568 bytes (3968 MiB)
CPUs: 4
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
Identifier: Intel64 Family 6 Model 60 Stepping 3
Microarchitecture: Haswell (Client)
Frequency (GHz): 3.19
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 4
Graphics card #0 name: NVIDIA GeForce GTX 1050 Ti
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1c82
Graphics card #0 versionInfo: DriverVersion=31.0.15.1694
Memory slot #0 capacity (MB): 4096.00
Memory slot #0 clockSpeed (GHz): 1.60
Memory slot #0 type: DDR3
Memory slot #1 capacity (MB): 4096.00
Memory slot #1 clockSpeed (GHz): 1.60
Memory slot #1 type: DDR3
Virtual memory max (MB): 21985.71
Virtual memory used (MB): 16550.52
Swap memory total (MB): 13855.86
Swap memory used (MB): 1358.02
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3968m -Xms256m
Loaded Shaderpack: ComplementaryShaders_v4.5.1.zip
Profile: VANILLA (+8 options changed by user)
Launched Version: forge-40.1.71
Backend library: LWJGL version 3.2.2 SNAPSHOT
Backend API: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 516.94, NVIDIA Corporation
Window size: 1920x1017
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, mod_resources, Supplementaries Generated Pack, file/Copper Legacy Pack.zip, file/EclecticTrove-noconfig-1.18.1-1.1.0.zip, file/Stay_True_1.18.zip, Immersive Weathering Generated Pack, file/eatinganimations+1.8.zip
Current Language: English (US)
CPU: 4x Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
Server Running: true
Player Count: 1 / 8; [ServerPlayer['ClockworkzAI'/49, l='ServerLevel[New World]', x=315.58, y=69.00, z=93.33]]
Data Packs: vanilla, mod:grapplemod (incompatible), mod:treechop (incompatible), mod:globalgamerules (incompatible), mod:betterwitchhuts, mod:mobbattle, mod:underground_villages, mod:playeranimator, mod:incontrol (incompatible), mod:doggytalents, mod:sophisticatedcore (incompatible), mod:rubidium (incompatible), mod:hourglass (incompatible), mod:insanelib, mod:forgeendertech, mod:villagernames, mod:darkness (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:customvillagertrades (incompatible), mod:yungsapi, mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:guardvillagers (incompatible), mod:carrynametag (incompatible), mod:bygonenether (incompatible), mod:balm (incompatible), mod:immersive_armors (incompatible), mod:carryon (incompatible), mod:cloth_config (incompatible), mod:ctov, mod:dummmmmmy (incompatible), mod:flytre_lib (incompatible), mod:equipmentcompare (incompatible), mod:corpse (incompatible), mod:advancementplaques (incompatible), mod:chipped (incompatible), mod:oretweaker (incompatible), mod:castle_in_the_sky (incompatible), mod:customizableelytra (incompatible), mod:amplifiednether, mod:decorative_compat, mod:ob_aquamirae, mod:biomesoplenty (incompatible), mod:simpleshops (incompatible), mod:endrem (incompatible), mod:improvedmounthud (incompatible), mod:fishingoverhaul (incompatible), mod:yungsbridges, mod:fishingreal (incompatible), mod:highlighter (incompatible), mod:you_died (incompatible), mod:cnb (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:blockui (incompatible), mod:oculus (incompatible), mod:collective, mod:workers (incompatible), mod:yungsextras, mod:villagertools (incompatible), mod:witherstormmod (incompatible), mod:everpotion, mod:betterstrongholds, mod:eatinganimation, mod:onlylooking, mod:butchersdelight, mod:marketcrates (incompatible), mod:architectury (incompatible), mod:ottercraft (incompatible), mod:undergarden, mod:adchimneys, mod:bettershields (incompatible), mod:krypton (incompatible), mod:realisticspiders, mod:archarsenal, mod:exoticbirds (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:kiwi, mod:handoveryouritems, mod:mca, mod:knightcore (incompatible), mod:barbarians, mod:jei (incompatible), mod:vmh, mod:visualworkbench (incompatible), mod:attributefix (incompatible), mod:pehkui (incompatible), mod:mobspropertiesrandomness (incompatible), mod:caelus (incompatible), mod:invmove (incompatible), mod:immersive_weathering (incompatible), mod:createchunkloading (incompatible), mod:waystones (incompatible), mod:buildersdelight, mod:weaponthrow (incompatible), mod:clumps (incompatible), mod:village_employment, mod:dual_riders (incompatible), mod:artifacts, mod:smarterfarmers (incompatible), mod:sereneseasons (incompatible), mod:configured (incompatible), mod:alcocraft, mod:decorative_blocks, mod:ccam (incompatible), mod:magistuarmory, mod:campfirespawnandtweaks, mod:ob_tooltips, mod:starlight (incompatible), mod:betterdeserttemples, mod:toastcontrol (incompatible), mod:jeitweaker (incompatible), mod:terralith, mod:crafttweaker (incompatible), mod:gamestages, mod:ars_nouveau, mod:dicemccl (incompatible), mod:forge, mod:goprone, mod:bloodmagic (incompatible), mod:dsurround, mod:selene (incompatible), mod:supplementaries (incompatible), mod:dungeons_arise, mod:cie, mod:cofh_core, mod:tconstruct (incompatible), mod:horsecombatcontrols (incompatible), mod:weakerspiderwebs, mod:voicechat (incompatible), mod:theoneprobe (incompatible), mod:terrablender (incompatible), mod:physicsmod (incompatible), mod:illuminations (incompatible), mod:bettercombat, mod:toolbelt, mod:commonality, mod:additionaladditions (incompatible), mod:shouldersurfing (incompatible), mod:spidersproducewebs, mod:archers_paradox, mod:ksyxis (incompatible), mod:domum_ornamentum (incompatible), mod:jeiintegration (incompatible), mod:golems (incompatible), mod:craftable_saddles (incompatible), mod:whisperwoods (incompatible), mod:notenoughanimations (incompatible), mod:iceberg (incompatible), mod:flywheel (incompatible), mod:create, mod:ars_creo (incompatible), mod:mantle (incompatible), mod:beastsnbosses, mod:parcool (incompatible), mod:entityculling (incompatible), mod:crittersandcompanions (incompatible), mod:effective_fg (incompatible), mod:structurize (incompatible), mod:multipiston (incompatible), mod:creeperoverhaul (incompatible), mod:alexsdelight, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:farmersdelight (incompatible), mod:cataclysm (incompatible), mod:culturaldelights, mod:honeyexpansion, mod:nethersdelight (incompatible), mod:lootr (incompatible), mod:ferritecore (incompatible), mod:apexcore, mod:fantasyfurniture, mod:largemeals, mod:damagetilt (incompatible), mod:puzzleslib (incompatible), mod:enhancedcelestials (incompatible), mod:byg (incompatible), mod:aquaculture (incompatible), mod:ob_core, mod:bloodsmeltery (incompatible), mod:expandability (incompatible), mod:realisticstorage (incompatible), mod:createaddition (incompatible), mod:dropz (incompatible), mod:rayon (incompatible), Immersive Weathering Generated Pack, Supplementaries Generated Pack, golems:golems_addon_biomesoplenty (incompatible), golems:golems_addon_tconstruct (incompatible)
World Generation: Stable
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
javafml@null

StartLevelTick Error

Error: The game crashed whilst exception ticking world
Error: java.lang.RuntimeException: Failed to invoke onStartLevelTick in dev.lazurite.rayon.impl.event.ServerEventHandler$$Lambda$15499/0x0000000801ed0cc0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.