Tags
Creators
Details
2.1
Compatibility
Changes
If you are not installing this plugin for the first time, you need to add new enchantments to Enchantments.yml and Tinker.yml for them to to do anything or be used.
Tinker.yml, You can use CTRL+F to find the default values.
I've given you links to the resources so you can simply copy out of here into your Enchantments.yml and Tinker.yml
New Enchantments:
| Enchant | Type | Description |
|---|---|---|
| DemonForged | Axe | It causes durability on armor to drop faster. |
| Crouch | Armor | While sneaking, take less damage. |
| SystemReboot | Armor | An attack that would normally kill you can instead heal you to full HP. |
| Adrenaline | Boots | When on low HP, chance to get a huge speed boost. |
| ShockWave | Armor | Chance to knock enemies back when they damage you. |
| Maneuver | Armor | Chance to dodge an attack. |
| VeinMiner | Pickaxe | For each level, It will mine 1 more block from ore veins. |
Config Options Added:
- VeinMiner-Full-Durability: true
- Drop-Blocks-For-VeinMiner: true
- I've linked the line numbers to the default config.yml where these options are located. You can copy them into your config.yml.
Changes:
- New Default Category added for the new enchants.
Mythical - Updated default CrazyEnchantment colour.
Fixed:
- Tinkerer scaling not working properly for books.
- Dependencies not working due to being outdated.
- Superior SkyBlock support not working when using wildstacker.
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:krxPuhWb:ISVUzoxI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:krxPuhWb:ISVUzoxI"
}

