Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last month
All versions
1.16.5-2.7.0.1
Release
1.16.5-2.7.0.14 years ago 9,080
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
[1.16.5-2.7.0.1] - 2021-08-21
Added
- Russian and Ukrainian translation (thanks to vstannumdum aka DMHYT) #59
- some more automated tests
[1.16.5-2.7.0] - 2021-06-26
Changed
- Update mod to Forge 1.16.5-36.1.0 to fix some small issues
- add ceramic items to item tag itemfilters:check_nbt to support the mods FTB Quests & Item Filters (thanks to ItayKisous for the report) #58
- change order of Minecraft version and mod version to fit Forge Recommended Versioning
- Item capabilities are cached now for a slightly better performance
- change mappings to official channel
- add some automated tests to test the mod functionalities automatically
[2.6.4_1.16] - 2021-06-22
Added
- Support Alex's Mobs version 1.11.0 (two new entities)
[2.6.3_1.16] - 2021-06-20
Added
- Support Fins And Trails version 1.6.0 (new entity, some changed textures)
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:M9G5zpf1:RA40STjO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M9G5zpf1:RA40STjO"
}

