All versions
1.1.3
Release
Better With Enchanting 1.1.33 weeks ago 10
Compatibility
Minecraft: Java Edition
b1.7.3
Platforms
BTA (Babric)
Fabric
Supported environments
Client and server
Changes

Chages
- Added 15 new enchantments.
- Enchantment now have a glint.
- Added new item bottled score that can be consume to increase score, 4000 per level.
- Labyrinth cheast can now rarely contain a bottled score.
- Player earn a small amount of score when mining block and catching fish.
- Bookshelf around enchantment table now produce particles.
- Options in the Enchantmenttable now have decorational glyphs.
- Enchantment can now be applied via command.
- Enchantment info can now be displayed via command.
- Player can alter the score via commands.
- Player have more option in the config.
- Increased the odd of getting multiple enchantment from enchanting.
BugFixes
- Mod can now again run correctly on the server.
- Enchantmenttable now can be accessed on the server.
- Is now compatible with Stardew.
- Arrow fired by a bow with flaming are now properly set in fire, they will burn the tile they land on.
- Fixed shift clicking item in and out of the enchanter.

Dependecies
- BTA Babric >= 7.3_04 https://github.com/Turnip-Labs/bta-fabric-instance-repo/releases
- HalpLibe >= 5.4.1 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:BwC8Stza"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dAmuWevK:BwC8Stza"
}

