Tags
Creators
Details
2.0.0-1.20.1
Compatibility
Required content
Changes
This release features a new UV for the wrench model, re-sprites all of the previous wrench materials to match that UV, and re-sprites the original Wrench Gold texture for better shading.
It supports Create 6.0.4-6.0.8.
The entries in JEI's Smithing category were removed in favor of a new category that lets you see the customizations easier. This also lets EMI pick up on the recipes.
New textures:
- Every wrench part was re-sprited
- This new UV requires a texture update on the part of any custom pack makers, sorry :(
- its so worth it i swear
- This new UV requires a texture update on the part of any custom pack makers, sorry :(
- The Handle and Cog Augments have been given new sprites (thanks Nerdman for the inspiration)
New Materials:
Thanks to the efforts of Dadamalda, Extended Wrenches now supports Every Compat (Wood Good)
- For all parts:
- Asurine
- Crimsite
- Veridium
- Ochrum
- Scorchia
- Scoria
- Head:
- Skull (spooky)
- Cog:
- Bone
- Axis (new):
- Andesite
- Granite
- Diorite
- Bone
New Features:
- New JEI category just for wrench customization
- You can now un-dye wrenches using a water cauldron, just like leather armor
Bugfixes:
- (when playing on create 6.0.7+) Mechanical Crafters can now be connected with customized Wrenches
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:WNRCHiE5:xQaVq4qA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WNRCHiE5:xQaVq4qA"
}

