Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
3.0.0+mod
Release
[MOD] Better Fletching Tables (BFT) 1.212 years ago 4,198
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Required content
Any compatible version
Changes
This datapack reworks the fletching table giving it more uses!
- (3.0.0):
- Added:
- A function to unistall the datapack
function bft:cmd/unistall.
- A function to unistall the datapack
- Changed:
- Spectral arrows now give 2 arrows instead of 1.
- Complete rewrite from scratch.
- Major permormance upgrade (like a lot).
- Now uses Iris as the raycast library (thanks to Highmore for the suggestion).
- Credit to Evtema3 for his method to hide nametags (here).
- Updated the
Helpmessage. - Now uses AmberWat's Negative Space Font for hiding the nametag.
- Created a new namespace in the resourcepack for more compatibility with other ones.
- Fixed:
- The nametag of the menu now doesn't appear in f5.
- After unistalling the datapack the minecarts now display properly.
- Furnace minecarts now display properly when on.
- When clicking on the
Helpoption the menu doesn't pop anymore. - When opening a chest now displays properly the animation.
- Chest minecarts now face the correct way.
- Command minecarts and spawner minecarts now display properly.
- Shift clicking an item into the gui now works as intended.
- Added:
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:XTJUiumo:A3JGKslF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XTJUiumo:A3JGKslF"
}

