Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated 4 months ago
All versions
v1.1.1+mc1.20.1
Beta
v1.1.1+mc1.20.14 months ago 46
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
โจ What's New in Version 1.1.1 (MC 1.20.1)
โ ๏ธ BREAKING CHANGES
- feat!: add auto release workflow
- feat!: add environment synergy
- fix!: server link no tested
๐ New Features
- feat: fix recipes and advancements for whetstone, fire, frost, luck, poison, and vampire oils for 1.20.1 fix: mod version and requirements/libraries downgraded to 1.21.11 to 1.20.1
- feat: add colored slot border + effect not affect by breaking instant block + refactor attackentityevent + add effect parameters + update modmenu with new entries + new modmenu style
- feat: add whetstone use time entry
- feat: remove oil for tools (except luck) + add effect on frost oil
- feat: add new icon + add issues link
- feat: add modmenu implementation + refact repo
- feat: add luck oil + fixes + new item texture
- feat: add oils + extinguish sound + remaining time + tier oil
- feat: add flint requirements in offhand + durability limit + xp cost + sharpened effect + add whetstone + add xp cost
๐ง Bug Fixes
- fix: overwrite luck enchantement
- fix: use time oil
- fix: callback attackentityevent
- fix: dd multiple targets to applied effect livingentitymixin
- fix: server link client
- fix: workflow permission
- fix: refine workclow to follow conventional commits
- fix: recipes map + balance whetstone & luck_oil recipe + fix client removed
- fix: many lang missing + missing whetstone parameter + take effect parameters + fix modmenu integration + fix load order
- fix: lang entries missing
- fix: fix formatting of Frost oil description in README
- fix: mod version
- fix: contact
โก Performance & Refactoring
- refactor: big refactorisation + fix lang typos + add new lang entries + link version + remap version to SemVer
- refactor: getopposithand in utils
๐ Maintenance
- chore: update libraries for minecraft 1.20.1
- chore: update author information in README
- chore: fix gradlew permissions
- chore: remove installation section from README
- chore: fix formatting of Luck Oil description in README
- chore: add visual durability indicator section to README
- chore: add README for Toolsmith Sharper mod
- chore: change directory
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:45jKiDQH:nJESKgvS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:45jKiDQH:nJESKgvS"
}

