Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 2 months ago
All versions
3.0.69
Release
Fabric 1.18.24 years ago 164
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
v3.0.69
- Support more simple structure of glowing meta section - DerToaster
- Moves getWorldSpaceNormal and setWorldSpaceNormal to Deprecated.
- Moves Maps and Arrays to FastUtil (#313) - Tslat
- Updates core with FastUtil Update.
- setCurrentRTB moved to default method.
- Cleaned up Examples and added new Car Example.
- Updates core with Molang Update.
- Fix/Change/Improve a whole slew of things (#314) - Tslat
- Split AnimationFactory into SingletonAnimationFactory and InstancedAnimationFactory for type-correctness and efficiency. Non-breaking change, marked as deprecated with notes for future breaking change (#315) - Tslat
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:8BmcQJ2H:znZYx5xF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8BmcQJ2H:znZYx5xF"
}

