All versions
1.1.2
Release
Dзscriptivз 3ntity Tags 1.1.27 months ago 22
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
1.1.2 changes:
- Added and fully covered new tag - #d3t:insects.
- Fixed missing comma in caverns_and_chasms/humanoid.
- Added the main squishy tag, idk since when it has been missing:
- Removed blue_skies/squishy as it only had one entry, which is covered directly in the main tag.
- Removed Red Merchant from the main mammals tag, as he is already in Tiny Entries.
- Fully covered L_Ender's Cataclysm.
- Removed excessive entries from #tetra:slimeblood.
- Fixed an entry in luminous_nether that had "revenant" instead of "revenant_skeleton".
- Fully covered LUMINOUS: OVERWORLD, with regard to upcoming changes to some mob classification within the mod.
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:j3Dijk3E:KvJclYx5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j3Dijk3E:KvJclYx5"
}

