0.2.1-beta.2
Compatibility
Required content
Changes
v0.2.1-beta.2 — reliable rendering across both loaders
This update fixes a production Fabric rendering failure and improves model and attachment isolation. Use it with iLike2MoveIt RP v1.1.2-beta.4 and choose the JAR matching your loader.
Availability: This release is available for NeoForge first. The Fabric build of this version is not published yet.
Fixed
- EMF render hooks now resolve the Minecraft method name used by production Fabric as well as NeoForge, preventing model transformation failures.
- Dedicated baby models and render-pass attachment capture keep adult models, collars and held items from inheriting another entity's render state.
- Build verification checks the exact generated JAR, configured mixins and Fabric refmap.
Installation
- Minecraft 1.21.1; install only one JAR for your loader.
- VanillaBackport 1.1.7.10 or newer is required wherever Core is installed, including servers. Install its matching dependencies; Fabric also requires Fabric API.
- Tiny Takeover baby presentations remain selectable alongside Classic. Sheep offers Classic and Alternate presentations.
- Replace the previous Core JAR before installing this version.
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:aRKMa0jF:NN9zemG1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aRKMa0jF:NN9zemG1"
}




