Links
Tags
Creators
Details
1.1.6+8.0.1
Compatibility
Changes
Update
The mod is now updated to 8.0.1. It comes with alot of new enchantments to boot. Seek the library for long lost, and forgotten tomes of the great release wizard.

๐ New Enchantments:
- Insight now replace Score.
- Crit spawn now particles.
- Food can now be enchanted.
- New Enchantments:
- Nourishment: Decreases the time interval in between food regeneration.
- Lasting: Increase the chance of not consuming the food.
- Filling: Increases the amount that food heals.
- Silktouch: Mined block are dropped as if mined by a Gold Pickaxe.
- Felling: Mined block are dropped as if mined by a Gold Pickaxe.
- Foraging: Increases the chance to get sticks, leaves and saplings from leaves.
- Explosive: Explosion causes by cannonball set the ground on fire.
- Volatile: Causes explosion to damage the environment.
- Precise: Allow cannonball to hit entities.
- Incendiary: Explosion causes by cannonball set the ground on fire.
๐บ๏ธ Achievements
- Time to study!: Craft an enchantment table.
- It's some kind of magic: Enchant an item.
- Ultimate Power: Enchant an item with all enchantments applicable to it.
- Insight: Upgrade an enchantment to its highest level.
- A taste of magic.: Enchant some food.
- Goal!: Consume an bottle of score.
- Study up!: Enchant an item using an enchantment book.

๐ช Enchanting Table
- HudComponent for score.
- Enchanting Table can now naturaly spawn in the Labyrinth library.
- Enchanting Table can now be picked up.
- Enchanting Table Item renders a functional book.
- Additional config option:
- DESTRUCTIBLE: Enchanting Table cannot be crafted or mined.
- CHANCE: Chance for an enchanting table to spawn in the library.
- CAN_PICKUP: Allows the enchanting table to be picked up.
๐ป Commands
/enchant info [name] verbosefor a more verbose and detailed explonation.

๐งพ Enchanting Book
Allows player to pick between two option of enchantments to apply to an item, enchanted or not. The Enchanting Books pulled out of Enchanting Bookshelfs and those can be found in Labyrinth libraries. The enchanting does not cost anything but can only be used once.

๐ชฒ BugFixes:
- None
Dependecies
- BTA Babric >= 8.0.1 https://github.com/Turnip-Labs/bta-fabric-instance-repo/releases
- HalpLibe >= 6.1.4 https://github.com/Turnip-Labs/bta-halplibe/releases
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:dAmuWevK:LMpaO82m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dAmuWevK:LMpaO82m"
}

