Links
Tags
Creators
Details
(DEPRECATED1.4.15-1.20.1vbox7hf1
Compatibility
Changes
Fixes & Improvements:
Fixed VirtualBox VM startup crash related to 3D acceleration Details: Previously, the mod forcefully enabled GraphicsFeature_Acceleration3D during VM startup. If the host machine's hardware, graphics drivers, or the installed version of VirtualBox (e.g. 7.0+) did not support 3D acceleration with the current configuration, it would result in a VBOX_E_NOT_SUPPORTED error and cause the game to crash or the VM to fail to boot entirely. Solution: Moved the --accelerate3d on argument to a silent modification command. Now, the mod will attempt to enable 3D acceleration, but will safely fallback and start the VM in software rendering mode if the host system does not support it, preventing crashes for users with incompatible setups or newer VirtualBox versions.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:l3oi8QvT:3JZMe9jY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l3oi8QvT:3JZMe9jY"
}

