Tags
Creators
Details
0.0.8-1.21.1
Compatibility
Required content
Changes
Added
TJ Power Surge Mechanic
-
The TJ entity now enters a Power Surge when its health drops below 50%.
-
During a surge, TJ gains:
- Increased damage.
- Increased movement speed.
- A new corrosive gas cloud that inflicts True Fire.
-
TJ passively regenerates health below 50%.
-
All power surge buffs scale with the current Minecraft difficulty.
New Tool Textures
- All tools have received a complete texture overhaul.
Sunstone Auto-Smelting
- Sunstone Pickaxe, Hammer, and Reinforced Hammer now auto-smelt every block they mine.
Sapphire Tool Enchants
- Sapphire Pickaxe now comes with Fortune III automatically when crafted.
- Sapphire Sword now comes with Looting III when crafted.
Curios Bracelets
-
Added two new extremely rare Curios drops from the TJ entity:
- Bracelet of Displacement — Teleports you safely into the Nether.
- Bracelet of Replacement — Returns you to the exact location you teleported from.
Glowcap Wood Set
- A full new wood type: Glowcap Wood.
- Will generate in a custom Nether biome in the future.
- Currently obtainable only in Creative mode
Optional dependencies
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:NlqncgtT:t2la47hf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NlqncgtT:t2la47hf"
}




