All versions
1.4.0
Release
Dзscriptivз 3ntity Tags 1.4.05 months ago 14
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
1.4.0 changes:
- Added #c: and #forge:golems, which contains Clay Golems from It Takes a Pillage and Helian Golems from Herios' Helian Mod.
- Fully covered Herios' Helian Mod.
- Fully covered Herios' Floral Expansion.
- Adjusted Reptiles definition.
- Added arachnids to forgotten_arthropod.
- Removed insects from slimeblood as it was redundant due to forgotten_arthropod.
- Fully covered Unusual Prehistory 2.
- Compacted slimeblood entries.
- Moved alexsmobs:guster from hot to warm, but added it to lavablood.
- Added undergarden:stoneborn to rocklife.
- Changed undergarden/mammals to use indivisual entries instead of the #undergarden:rotspawn tag. This makes the Rotborn (from my mod) no longer a mammal.
- Added all 4 new Undergarden mobs that have been added past 1.20.1 as non-required entries.
- Removed zombie from constructs. Oops.
- Compacted tiny_entries.
- Added magma_cube, cataclysm:coral_golem, takesapillage:clay_golem, friendsandfoes:tuff_golem to rocklife and luminous_nether:gilded_cultist.
- Added Sentry Watcher and Variant Bee as non-required entries in the_bumblezone.
- Added shulker to hybrids (I see it as a cyborg - organic entity in a mechanical shell).
- Added endermite to arachnids.
- Added twilightforest:hedge_spider and twilightforest:king_spider to arachnids.
- Removed twilightforest:lich from mammals.
- Added twilightforest:wraith, cataclysm:nameless_sorcerer and caverns_and_chasms:mime to mammals.
- Added missing savage_and_ravage/mammals.
- Added new tag - Mechanical. All mechanical are automatically constructs.
- Added cataclysm:aptrgangr to rigid.
- Added cataclysm:the_baby_leviathan and the_leviathan to alien.
- Added BIG new tag - organic. It contains many other tags that are strictly organic classifications, #minecraft:skeletons and some individual entries.
- Added luminous_nether:piglin_executioner to spirits.
- Added new tag: Spectral.
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:lN4TEdGX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j3Dijk3E:lN4TEdGX"
}

