Some checks failed
build / build (push) Has been cancelled
JavaCPP Loader (javacpp.jar) ships pure-Java code that needs its own JNI bridge DLL (jnijavacpp) to extract & link other native libraries. That bridge lives in the platform-specific javacpp-<os>-<arch>.jar which the old install guide silently omitted — users following it ended up with a black panel and an UnsatisfiedLinkError for jnijavacpp because FFmpeg natives could never be loaded. This bumps the required JavaCV jar list from 4 to 5, updates the -Xbootclasspath/a: examples on all three OSes, and adds a diagnostic note for the matching log line. Docs-only change; mod code is unchanged from v0.4.2.
17 lines
456 B
Properties
17 lines
456 B
Properties
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.parallel=true
|
|
# Config cache disabled — new loom + IntelliJ aren't fully compatible yet
|
|
org.gradle.configuration-cache=false
|
|
|
|
# Mod
|
|
mod_id=video_player
|
|
mod_version=0.4.3
|
|
maven_group=com.ejclaw.videoplayer
|
|
archives_base_name=video_player
|
|
|
|
# Minecraft / Fabric (26.1.2 — single target, intermediary/Yarn retired)
|
|
minecraft_version=26.1.2
|
|
loader_version=0.19.2
|
|
loom_version=1.16-SNAPSHOT
|
|
fabric_version=0.149.0+26.1.2
|