All versions
1.2.0
Release
Dзscriptivз 3ntity Tags 1.2.07 months ago 16
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
1.2.0 changes:
- Added alien entries for luminousworld. Ooops.
- Added the two mobs from LUMINOUS: HALLOWEEN to tiny_entries.
- Removed Stonelet from constructs, as it will be considered rocklife.
- Added Ignited Berserker and Ignited Revenant to constructs.
- Removed Gilded Ent from alien and plants.
- Removed excessive comma from luminousworld/plants.
- Added Mummy and Red Mummy to warm.
- Added Piglin Executioner to sapient and humanoid.
- Removed Piglin Executioner from spirits.
- Added Sunken to forgotten_aquatic.
- Removed excessive comma from luminousworld/alien.
- Fully covered LUMINOUS: BEASTS, with regard to upcoming changes to some mob classification within the mod.
- Added all cultists from LUMINOUS: NETHER to disease.
- All #minecraft:skeletons are now #d3t:rigid.
- Added missing tags hot, frigid and greedy to cataclysm.
- Added and fully covered new tag - #d3t:crustaceans.
- All insects and crustaceans are automatically forgotten_arthropod.
- Removed forgotten_arthropod from luminousworld and luminous_beasts.
- Removed individual entries from forgotten_arthropod, as they were all insects or crustaceans.
- Fully covered Chulls (once that mod publicly updates at least, with a #chullmod:chulls tag)
- Added and fully covered new tag - #d3t:arachnids.
- Added rotspawn to undergarden/mammals.
- Undead no longer overrides biological classification, but skeletons still do.
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:bzSN08a4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j3Dijk3E:bzSN08a4"
}

