Creators
Details
1.1.0
Compatibility
Changes
SimpleKnapping 1.1.0
A major update focused on customization, progression and usability.
✨ New
- In-game Recipe Manager for admins
- Custom Knapping Types
- Per-recipe materials and material amounts
- Dynamic knapping textures based on the used material
- Player Recipe Guide with
/simpleknapping guide - Admin Settings GUI with
/simpleknapping settings - Support for vanilla and modded items/blocks
⚙️ New Settings
Admins can now enable or disable:
- Wooden Tools & Weapons
- Stone Tools & Weapons
- Tree Punching
Changes apply instantly — no /reload required.
🪨 Improved Flint Progression
When Wooden or Stone equipment is disabled, normal survival sources now use the matching Flint equivalent instead.
Examples:
- Wooden/Stone Sword → Flint Knife
- Wooden/Stone Pickaxe → Flint Pickaxe
- Wooden/Stone Axe → Flint Axe
- Wooden/Stone Shovel → Flint Shovel
- Wooden/Stone Hoe → Flint Hoe
- Wooden/Stone Spear → Flint Spear
This applies to loot, mob drops, containers, trades and mob equipment.
Wither Skeletons, for example, now visibly carry a Flint Knife instead of a Stone Sword when Stone equipment is disabled.
🎨 GUI Improvements
- Recipe Manager, Type Manager and Settings now share a cleaner compact layout
- Improved item/block pickers
- Cleaner recipe editing workflow
- Knapping screens automatically use the material's block texture when possible
📖 Recipe Guide
Players can use:
/simpleknapping guide
to browse all active knapping recipes, including custom server recipes.
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:1BQI094J:K5qWIyER"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1BQI094J:K5qWIyER"
}
