Links
Tags
Creators
Details
All versions
1.0.2.5
Release
Valoria-1.20.1-1.0.2.57 months ago 604
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Any compatible version
Changes
Added
- Added Netherite Necklace Wealth upgrading recipe
- Added Codex Progression config (Server // Per world)
- Includes toggle and update interval
- Added Food Rot config (Server // Per world)
- Includes toggle and rotting interval
- Added Nihility System config (Server // Per world)
- Includes toggle, accumulation/decay rates, damage multiplier, and critical blindness effect
- Added Entity Weakness (Golems — Pickaxes, Ents — Axes)
- Added Extra attack for Ent
- Added Extra Additions and Mood sounds to the Valoria biomes
- Added Lunar Items
- Added Red Envelopes
- Added Firework Tube
Fixed
- Fixed Scourge Walking animation Cycle
- Fixed Troll Walking Cycle
- Fixed Devil Walking Cycle
- Fixed Scavenger Walking Cycle
- Fixed Empty enchanted book dropping from Decorated Crypt Pot
Changes
- Config changes
- Now players (Server hosts) can decide if Nihility, foodRot is enabled in specific world
- Removed Boss checklist from codex (was an experiment)
- Changed Devil Walk animation
- Changed Ent Walk animation
- Tweaks to Scourge animation
- Some improvements to the Scavenger AI
- Some Pathfinding improvements to the Ent
- Wicked Scorpions will only Spit at players for optimization purposes
- Decreased Troll Damage 8 → 6
- Decreased Ent Damage 10 → 4
- Decreased Ent Health 75 → 50
- Decreased Elemental Golems damage 10 → 5
- Reduced Scourge Shadow Texture
- Reduced Troll Shadow Texture
- Enlarged Scavenger Shadow Texture
- Enlarged Wicked Scorpion Shadow Texture
- Enlarged Dryador Shadow Texture
- Changes to Elemental Golems texture
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Valoria-1.20.1-1.0.2.5-nomusic.jar | Unknown | 14.82 MiB |
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:PmIir1iT:4ZbUmV7m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PmIir1iT:4ZbUmV7m"
}

