0.1.6.6.2
Compatibility
Changes
Ore & Material Updates
-
Added new materials: Zith, Adamantium, Shimmerslime, Colorite and Errorite.
-
Added a new ore: Zith (generates in the End). Mining it by hand inflicts severe bleeding damage on the miner (can be avoided via fluid mining etc.).
-
Adjusted generation of three ores: large veins now generate in triangular patterns (sparser near the upper and lower bounds, denser in the middle).
-
Fixed incorrect upper and lower bounds for ore generation.
-
Adjusted some values for Gold, Chlorophyte, Ancient Ceramic, and Solidified Void, mainly the attack speed of tool handles.
-
Adjusted some values for Ardite, Stewium, Obsidian Bronze, and Tempered Glass.
-
Corrected armor durability of Burnt Ashes.
-
Stewium and Burnt Ashes can now be used to craft shield cores.
-
Metherite can now be recycled via smelting/casting.
Recipe & Output Adjustments
-
Added smelting recipes for Tempered Glass (sheet).
-
Alloy output for two types of chocolate: 500mB → 450mB.
-
Adjusted stats for two types of chocolate.
Tool & Equipment Updates
-
Reworked the Arrow Thrower:
-
Changed to borad tool
-
Fast draw speed (but lower than before) and velocity
-
Low projectile power
-
Built-in with Ballista
-
-
Redrew the Arrow Thrower texture and drawing animation.
-
Fixed a bug where swords and cleavers could not be crafted.
-
Tweaked the Tinkers' Anvil UI for Paxel heads.
-
Tinkers' Bronze, Obsidian Bronze, Echo Bronze, and Beetron can no longer be used as beacon bases or payment items.
Effect & Mechanic Adjustments
-
Jumping is disabled during Sculk Gravity trait Regeneration.
-
When Sprinting modifier is triggered, vertical velocity is immediately set to 0, and jumping is disabled during the boost.
-
Removed the cooldown of Sculk Siphon trait and changed it to probabilistic triggering.
-
Increased dash damage from Attack advanced modifier.
Bug Fixes
-
Fixed an issue where tools with paper components could not be repaired with paper.
-
Fixed missing textures for some materials.
-
Fixed an issue where Bronze Shine modifier and Ceramic Charm modifier could be reinforced multiple times.
-
Fixed an issue where some high‑level modifeirs had no effect.
-
Fixed an issue where Last Effort effect would cause server crashes.
-
Fixed incorrect amount of Looting enchant/modfier on the drops of some mobs in this mod.
-
Fixed the JEI page for the Drying Rack disappearing.
Collaboration Content
- Tinkers' Ingenuity: Added 4 new medal materials.
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:yMtiecO6:8XzGUtyD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yMtiecO6:8XzGUtyD"
}

