All versions
1.3.0
Release
Dзscriptivз 3ntity Tags 1.3.05 months ago 17
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
1.3.0 changes:
- Added luminous_nether:piglin_executioner to forgotten_undead and removed it from sapient.
- Added #minecraft:raiders to disease.
- Covered Vermin and Vermling from the mod Vermin.
- Added the_parched in modern_minecraft. The current only entry is the vanilla one.
- Some more reorganizing.
- Added a missing comma in #d3t:alien.
- Fully covered Bloblings.
- Covered the Conqueror, the Doppelganger and the Traveler from Multiverse.
- Changed the definition of grazers so it can include manatees.
- Fully covered Spawn.
- Added forge:bosses.
- Removed environmental:yak from bovidae as it was an excessive entry.
- Removed the Zombie Nautilus from mammals (no idea why it was there).
- Added the Zombie Nautilus to molluscs.
- Added the Ender Dragon to reptiles.
- MASSIVE CHANGE in how non-required entries are written, making them much more compact. Also, now all main tags reference all subfolders (except modern_minecraft), even if those subtags don't actually exist.
- Fully covered Mowzie's Mobs.
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:pDmOxCuC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j3Dijk3E:pDmOxCuC"
}

