
iLike2MoveIt - Core
Companion mod for the iLike2Moveit resource pack. It unlocks the parts that need code: villagers holding their trade item in their animated hands, 3D held items, chicken variants and the wolf "welcome back" reaction. Needs the pack + EMF/ETF.
0.1.2-beta.1
Compatibility
Required content
Changes
The mod runs on Fabric as well as NeoForge. Same features on both: pick the file that matches your loader.
New
- Fabric support. Requires Fabric Loader 0.19.3 or newer and Fabric API. Everything the mod already did on NeoForge works here too: the animation signals the resource pack needs for the wolf, the cat and the fox, the warm chicken and warm pig variants, and the villager's trade item following its animated hands instead of staying pinned to the chest.
- Two files ship with every release from now on.
iLike2MoveIt-<version>.jaris the NeoForge build andiLike2MoveIt-fabric-<version>.jaris the Fabric one. Install only the one for your loader.
Notes
- The resource pack is unchanged and works with either loader.
- On Fabric the mod is client-side only, as it already was on NeoForge. It does nothing on a server.
Optional dependencies
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:2DJIJZ26"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aRKMa0jF:2DJIJZ26"
}





