Tags
Creators
Details
1.5.2
Compatibility
Changes
v1.5.2 - Knapping Control Update
Added:
Customizable Knapping Keybind: You are no longer forced to use Left Shift to knap! A new "Knap Modifier Key" has been added to the Controls menu under the "Flint Required" category. It still defaults to Left Shift, but you can now bind it to whatever you prefer.
Disable Knapping Config: Added a disable-knapping option to the config file (defaults to false). Modpack makers can now completely turn off the custom knapping mechanic if they only want to use the mod's tools or other features.
Technical / Fixed:
Client-to-Server Key Syncing: Implemented a custom network packet to securely sync your knapping keybind state to the server. This fixes an issue where the server would ignore custom client-side keybinds and process right-clicks anyway, ensuring that the knapping logic is secure and cannot be bypassed on dedicated servers.
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:8XUM9Lwf:73JYL48A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8XUM9Lwf:73JYL48A"
}



