All versions
1.4.1
Release
Dзscriptivз 3ntity Tags 1.4.15 months ago 23
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
1.4.1 changes:
- Removed the files that inserted forgotten tags into the vanilla undead, aquatic and arthropod tags, as I don't want mobs to become susceptible to the specific enchants despite the intentions of the mod makers.
- Added #minecraft:skeletons.
- Removed some mobs from serpentine, porcine and humanoid.
- Started new tags for them and some others: somewhat/serpentine, somewhat/porcine and somewhat/humanoid.
- Removed Ember and Soul Ember (LUMINOUS:NETHER/BEASTS) from rocklife.
- Added some missing mobs to blue_skies/humanoid.
- Added #minecraft:zombies.
- Updated the README file to elaborate on what the tags mean.
- Organized the spreadsheet.
- Added missing commas to slimeblood, twilightforest/arachnids, cataclysm/rigid, cataclysm/hot and cataclysm/humanoid
- Changed a handful of things in slimeblood and lavablood.
- Added entries from supported mods to minecraft:skeletons.
- Added somewhat/undead for the piglin cultists.
- Fully covered Ice and Fire: Dragons.
- Fixed environmental/mammals accidentally being called grazers - Copy.json.
- Fixed nonsensical entry in cataclysm/organic.
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:FqjQWile"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j3Dijk3E:FqjQWile"
}

