All versions
1.0.3
Release
EasyMod 1.0.35 months ago 62
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added
- 5 new artifacts:
- Magnet
- Invisibility Cloak
- Ice Ring
- Time Clock
- Revival Totem
- God Potion
- Magic Dust crafting material
- new loot items:
- Frozen Bone
- Firefly Wing
- Ancient Heart
- Shadow Fragment
- Golden Eye
- 5 new mobs:
- Golden Bug
- Firefly
- Shadow Walker
- Ice Skeleton
- Ancient Golem
- new block: Undead Ward
- new structure: Ancient Golem Shrine
- new Artifact Bag tiers:
- Iron Artifact Bag
- Gold Artifact Bag
- Diamond Artifact Bag
- Netherite Artifact Bag
- updated in-game artifact book
- achievements for EasyMod progression
- support for locating the Ancient Golem Shrine with:
/locate structure easymod:ancient_golem_shrine
Changed
- Artifact Bag system was reworked into multiple separate bag tiers
- bag upgrades now preserve stored artifacts
- Wandering Drowned was adjusted to behave more naturally in water
- Wandering Drowned spawn rate was reduced
- Water Runners and Earth Core received updated animated textures
- Revival Totem no longer drops from Ancient Golem
- Revival Totem now has a 50% chance to drop from Evokers
- if Revival Totem drops, the vanilla Totem of Undying will not drop
- Ancient Golem encounter was expanded with a dedicated shrine and awakening mechanic
- Ancient Golem now remains dormant until activated
- Ancient Golem gained additional combat abilities
- Undead Ward was refined as a defensive utility block
- artifact book text and formatting were improved
Fixed
- Wandering Drowned trading behavior was improved
- Wandering Drowned aggression behavior was improved
- various visual, structure, and gameplay polish improvements
Balance
- Golden Bug drops:
- Magnet
- Golden Eye (50%)
- Firefly drops:
- Magic Dust
- Firefly Wing (50%)
- Shadow Walker drops:
- Invisibility Cloak
- Shadow Fragment (25%)
- Ice Skeleton drops:
- Ice Ring
- Frozen Bone
- Ancient Golem drops:
- Ancient Heart
- Time Clock
- Undead Ward block recovery was balanced:
- the block itself drops only when broken with a pickaxe
- stored Magic Dust still drops
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:NTUAiKa4:xhDeTmux"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NTUAiKa4:xhDeTmux"
}

