Rayon
Rayon copied to clipboard
Rigid body simulation in Minecraft
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:...
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.
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...
Can you update this mod to have compatibility with the new Sodium version? Thanks!
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)...
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...
https://github.com/LazuriteMC/Rayon/issues/34 ^ Prev Issue Error above was caused by [`getPlatformSpecificName()` ](https://github.com/LazuriteMC/Rayon/blob/1.19.4/common/src/main/java/dev/lazurite/rayon/impl/bullet/natives/NativeLoader.java#L55), which prints out `Linux_ARM64RelseSp_libbulletjme.so` for linux, arch64. But according to [assets file](https://github.com/LazuriteMC/Rayon/tree/1.19.4/common/src/main/resources/assets/natives), there are no `Linux_ARM64ReleaseSp_libbulletjme.so` file. I think...
Here's the log: ```[11:04:28 ERROR] [main]: [Main] Failed to start the minecraft server 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...