Links
Tags
Creators
Details
1.0.1-01
Compatibility
Changes
ForceGL3.0-Remapped 1.0.1_01
This update does not introduce any code changes or new features.
Its purpose is to update the project's licensing to comply with the original ForceGL3.0 project.
Changes
- Changed the project license from MIT to GNU LGPL v3.0, matching the original ForceGL3.0 project.
Supported Versions
- Minecraft 26.1.2
- Minecraft 26.2
Notes
Development is currently on hold because my main development PC is out of service.
As a result, there will likely be no updates for a while until I have access to a working development environment again.
Future releases will focus on:
- Better compatibility with popular Fabric mods.
- Bug fixes and stability improvements.
- Additional OpenGL 3.0 compatibility enhancements.
If you encounter any issues, please report them on GitHub and include your latest.log or crash report whenever possible. This helps identify and fix compatibility problems much faster.
GitHub Issues: https://github.com/MATYJAGUZ075/ForceGL3.0-Remapped/issues
Credits
Original ForceGL3.0: https://github.com/coredex-source/ForceGL3.0
Thanks to coredex-source for the original implementation.
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:LgP7sFo6:Q9aoZfhZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LgP7sFo6:Q9aoZfhZ"
}

