Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 5 years ago
Updated last month
All versions
fabric-1.19.2-1.7.1
Release
IPN 1.7.1 for fabric 1.19[.1-2]4 years ago 1,905
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's new
1.7.1
- fixed fabric 1.16.x build to support Java 8.
- Most boolean settings can now be assigned hot key to toggle them in game. GUI settings require reopen of the current GUI.
- Config files created by versions prior 1.1.9 are no longer fully supported. If you are upgrading from v 1.1.8 or lower please first install v1.7.0 start the game once to upgrade the config and then upgrade to 1.7.1
- Locked slots enable/disable now has effect in single player too.
- Fixed modpack arena generation.
- Auto refill now takes NBT and Custom Names into account. For all the fake items on servers :)
- Added blacklist for items going in the inventory. By default, "carryon" mod is blacklisted.
- The configuration file created by v 1.7.1 is not backward compatible.
NOTE
Switched to modern Kotlin support. This means that this mod now requires Kotlin for Forge or Fabric Language Kotlin
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:O7RBXm3n:f2JesYPh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:f2JesYPh"
}



