All versions
5.1.4
Release
Nonexistent+ 5.1.4last year 337
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
In 5.1.4 update:
Weaponry, armor and tools:
- General:
- Decreased damage of all Iron-,Gold-,Diamond-,Netherite-,Distolium-,Kronolium-,Netherium- and Titanium-Coated swords by 1.
- Decreased damage of all Astral-Cursed swords by 1.
- Decreased damage of all Emerald- and Obsidian-Coated swords by 1.5.
- Fixed incorrect durability values of Astral-Cursed swords on certain versions.
- Rebalanced damage and durability of Saturated Astral swords.
- The Omnivorous:
- (Passive) Decreased duration of effects applied on target from 5 to 3 seconds.
- The Bloodthirsty:
- (Active) Decreased level of gained Strength effect from 4 to 3.
- The Strengthblessed:
- (Active) Decreased level of gained effects from 4 to 3.
- (Passive) Decreased level of gained Resistance effect from 2 to 1.
- The Infernal Wrath:
- (Passive) Decreased level of Strength effect from 3 to 1 gained in Nether.
- The Nightkiller:
- (Passive) Decreased level of Speed and Resistance effect from 3 to 2 gained during full moon.
- (Passive) Fixed ability activating during wrong moon phases on certain versions.
- The Shadow Dance:
- Fixed active ability playing Astral Being sounds on certain versions.
- The Titanium-Powered Ultimarium Sword:
- Decreased level of gained Strength effect from 3 to 2.
- The Astral-Powered Ultimarium Sword:
- No longer provides Night Vision.
- Astral Armor:
- Added unique Astral Fly effect.
- Fixed errors, which caused the fly ability to work incorrectly.
- Now full set of armor allows to activate Astral Fly for 30 seconds only, after which the ability cooldowns.
- Ability cooldown starts the moment ability is activated and equals 45 seconds.
- At the end of a fly wearer gains Slow Falling effect for 10 seconds.
- Astral Fly activation is still done by pressing the [X] key by default.
- Removing any part of armor will cancel the flight.
- The Ultimarium Armor:
- (Passive) Decreased level of Strength effect from 4 to 3 gained from full set of armor.
Astral Being:
- Decreased health from 100 to 80.
- Decreased attack damage from 13 to 10.
- Added spawn restrictions. Astral Being now spawns in The End only.
Blocks:
- The Ultimarium Block:
- Decreased level of gained effects from 6 to 3.
- Increased duration of gained effects from 5 to 10 seconds.
- Enderium Ore:
- Increased required harvest level from 3 to 4.
- Decreased average amount of ores in vein from 10 to 8.
- Increased average amount of ore veins in chunk from 1 to 2.
Other:
- Added 3 new items - Raw Distolium / Kronolium / Enderium.
- Fixed incorrect damage of Hoes on certain versions.
- Fixed incorrect damage of certain swords.
- Decreased level of Weakness applied on target from 2 to 1 from swords and tools made of Titanium.
- Fixed advancement "Sword Demon" not being granted when all conditions are met on certain versions.
- Fixed incorrect ability description of certain special swords on certain versions.
- Equalized armor points between Distolium and Kronolium armor sets.
- Updated the localization files.
- Other minor changes and fixes.
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:fCTJbUVi:6TNRODk8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fCTJbUVi:6TNRODk8"
}

