3.0.0
Compatibility
Changes
Infinity Nova — Changelog
1.0.1 — Bug Fixes & Cleanup
Mind Stone
Passive: removed passive damage — now only applies Glowing to nearby mobs (no longer deals damage on its own)
Reality Stone
Active: mobs are now silently removed on transformation — no drops appear at the moment of transformation Active: killing a transformed sheep now drops the original mob's loot (pre-generated from the mob's real loot table), not sheep loot Active: transformed sheep can no longer be re-transformed by a second Reality activation (prevents loot duplication) Active (Ender Dragon): Dragon now dies properly — the Dragon Egg spawns, the "Free the End" achievement fires, and the end portal activates exactly as in a normal kill; a cosmetic sheep spawns at the Dragon's position with no item drops
Soul Stone
Active: Endermen no longer teleport when drained (damage source now carries the player entity, bypassing the Enderman teleport condition) Active: now correctly deals damage to the Ender Dragon
Power Stone
Active: now correctly deals damage to the Ender Dragon (pulses routed through Dragon head part with player-source damage)
Passive System
Passive effects now activate from anywhere in the inventory, not only when holding the Gauntlet in hand
Removed
Removed all Smeltery / Forge content (blocks, block entities, recipes, loot tables, assets, lang entries) Removed tooltips from all stone items Removed ModBlocks and ModBlockEntities classes
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:9KtkEFBH:Mi7SyMxg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9KtkEFBH:Mi7SyMxg"
}

