Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 7 months ago
All versions
3.6.4.113
Release
3.6.4.1133 years ago 83.8K
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Tools
- Make tool slot outline in containers more obvious
- Velocity no longer increases inaccuracy of projectile weapons
- Iron now uses magnetic as a trait instead of sturdy, experimental change
- Fix a couple of dupe bugs related to stacked daggers
- Fix possible duplication bug in the tool inventory container
Modifiers
- Added Boundless: New ability modifier for shields to increase protection cap from 80% to more
- Reduce all recipes using reinforcements to only cost 20 instead of 24
- Revitalizing now has a cap of 5 on all pieces, use it wisely
- Simplify fire protection, should be more consistent/reliable now
- Make spilling cache concurrent to prevent possible crash
- Prevent reflecting from letting you duplicate skeleton arrows
- Make necrotic restore a flat 5% per level instead of the previous formula
- Make sinistral take priority over punching with the crossbow
- Stringly now can use string repair kits for repair
- Cap knockback at 3
- Cap severing at 3, and make luck boost the 5% per level to 6%, 7%, 8%, etc. instead of being a flat boost
- Make zoom cheaper now to respect it being an upgrade
- Nerf lightweight on bows a bit, that was way overtuned
- Fix potential crash with reflecting and piercing arrows
- Fix reflecting triggering when it shouldn't and ignoring higher levels
- Fix reflecting not syncing projectile motion
- Fix emptied tank daggers not stacking under some conditions
- Fix sweeping edge at max level doing 1 more damage to edge targets than it should
- Fix modifier icons not loading on some modpacks
Smeltery
- Make seared and scorched ladders connect
- Fix soup melting having too high melting time
Misc
- Update JEI transfer support for modifier recipes
- Prevent possible startup crash with tool color handlers
- Remove outdated crafttweaker examples
- General typo fixing
- Fix some missing tags on slimy grass and ferns
- Fix fancy frames allowing converting vanilla frames into fancy frames
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| TConstruct-1.18.2-3.6.4.113-sources.jar | Unknown | 1.67 MiB |
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:rxIIYO6c:rtqDbRrV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rxIIYO6c:rtqDbRrV"
}

