Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 6 months ago
All versions
1.11.1+1.21
Release
SIHYWTCAMD 1.11.1+1.212 years ago 37.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
- Translation files are now sent to client, which avoid missing translation when the mod is server-side only for advancements
- Add and update multiple Chinese translation files (thanks to @salmoooon)
- Blazes have a reduced follow range from 48 to 32
- Mobs have a doubled "follow range"
- The follow range attribute stays the same, but is kinda split into a follow range and aggro range
- The aggro range stays the same, using the follow range value
- The new "follow range" (when a mob is already aggro) is doubled to avoid fleeing too easily
- This new value is capped to 48
- Zombified Piglins have a 9% chance to spawn as "brute"
- When they do, they hold a golden axe instead of a golden sword
- They also aggro players on collision (but don't call others, unless you attack them)
- Add an advancement for colliding a brute variant
- Magma Cubes turn into Slimes when in water in the Overworld
- Add an advancement for it
- Slimes turn into Magma Cubes when in lava in the Nether
- Add an advancement for it
- Slimes can merge only after a short delay to avoid instant fusion
- Add an advancement for deflecting a firework rocket from a pillatrooper
- The advancement for killing an illusioner was updated to require the player to be invisible
- Advancements have now vanilla parents, instead of being in a new tab
- Some advancements have a new frame, some are hidden and some have rewards
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:EutyxFnb:upRfwKwe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EutyxFnb:upRfwKwe"
}

