Tags
Creators
Details
1.10.0-beta.4
Compatibility
Changes
Last beta before release. If no problems are observed, a new version will be released.
1.10.0-beta.4 release:
-
fix: Backpack Freeze shortcut now works more properly
-
fix: actions occurring on unassigned keys
-
fix: Text Style Two now compatible with chroma and formats (bold, italic...)
-
fix: Text Style Two now compatible with both Chroma style (Fade and All The Same)
- FontRendererHook minor changes cleanup
-
fix: IndexOutOfBoundsException by keyDownBuffer
-
fix: some changes reverted from fa7b00c for Chroma compat
-
fix: some improvements for previous commit 37c6447
-
add: Farming Tools (Basket of Seeds, Nether Wart Pouch) preview setting for Backpack Preview
- It is currently disabled until the new version is released.
- add: FeatureSetting checks on first load for ConfigValuesManager
- update: seaCreatures.json
-
fix: NPE safety for ContainerType undefined due to new data online
-
feat: Key Binding for Answering Abiphone or Option
- There is no setting assigned for this feature. Just unassign the key to disable it.
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:F35D4vTL:TzqydvEc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F35D4vTL:TzqydvEc"
}


