Tags
Creators
Details
Licensed CC0-1.0
Published 3 years ago
Updated 2 years ago
All versions
2.1.3
Release
Improved Inchling Origin (2.1.3) [Mod]2 years ago 54.5K
Compatibility
Minecraft: Java Edition
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
šImproved Inchling Origin 2.1.3 - Changelog
š Bug Fixes š
- Sugar-Fueled Frenzy: Fixed eating mechanic and reworked for backwards compatibility.
- Companion Mounter: Fixed bug that prevented to feed and interact with pets and other entities, now uses Secondary active key to use.
āļø Important Note āļø
- Apugli Dependency: I'd like to clarify that the two versions (2.1.2 and 2.1.3) are entirely identical in terms of behavior, function, and performance, with this update primarily focused on backward compatibility. This release is a response to numerous requests I've received. The only significant modification addresses the issue with the sugar eating feature, which now functions correctly. To fully utilize the sugar power, Apugli is a necessary dependency. My decision to integrate Apugli rather than basing it on an Origin power was driven by a desire to maintain the immersive experience and high-quality animations present in the latest Origins update. As Apugli was the architect behind the power type currently employed by Origins, it serves as a perfect substitute, ensuring the preservation of all functionalities and behaviors from the original version of this Origin without any compromise.
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:TxQFiZmr:vaG0wfrR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TxQFiZmr:vaG0wfrR"
}

