Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
2.1.1+1.19
Release
2.1.13 years ago 3,897
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Forge
Quilt
Supported environments
Client and server
Required content
Changes
- Temper Temper wasn't parsing - this is now fixed!
- Temper Temper has also been rebalanced to be better than a stone sword.
- Temper Temper now has a particle and sound effect!
- Satiate has been rebalanced - it now more consistently nearly-drains the full hunger bar, healing at half-efficiency to match.
- Ravenous has been expanded - it now applies to potatoes, beetroot, cookies, berries, melon slices, carrots, apples, and baked potatoes - and restored saturation values should now match exactly.
- Starved gets its third and final power, Buffet Strategy
- Allows eating until both food and saturation is full - This is wasteful, but very helpful in dangerous areas.
Changelog: https://github.com/sisby-folk/origins-minus/releases/tag/v2.1.1
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:gbOL9is1:aEVIjQD5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gbOL9is1:aEVIjQD5"
}

