Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 5 months ago
All versions
7.4.1
Release
v7.4.1 - QOL3 years ago 52
Compatibility
Minecraft: Java Edition
24w06a
1.20–1.20.4
Platform
Data Pack
Changes
v7.4.1 - QOL
Additions:
- Added Advancements for discovering many variants
- Added mobcaps for all Ambient Variants Changes:
- Demon's Trident is now more common to drop from the Arch Demon
- Demon's Trident now sets mobs on fire when thrown
- Lowered the fire rate of the Void Sentinel in HALF
- Lowered default Void Sentinel Spawnrate
- Slightly Increased droprate of the Void Wings from the Void Sentinel
- Lowered default Firefly and Butterfly spawnrate
- Lowered default Iko & Ikorr spawnrate
- Lowered default Baby Creeper spawnrate
- Fireflies no longer spawn with zombies
Fixes:
- Fixed config tellraw displaying to @a
- Removed "Modrinth Standard", replaced with "RRC Datapacks" root
- Fixed Merry Zombies and Merry Skeletons not spawning when enabled
Experimental Features: 1.20.5 Snapshots UP TO 24w06a (DP format 31)
- Fixed Experimental 1.21 Baby Creeper
- Reworked Giant in Experimental 1.21 to be Giant Zombie
- Smite now affects it
- Generally improved AI
- Can step over trees
- Can spot you from further away
- Charm of Empowerment changed to Charm of Gigantism
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:alk9mtOr:5daimhNm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:alk9mtOr:5daimhNm"
}

