Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 3 weeks ago
All versions
1.9.0
Release
More Fletching Tables 1.9.0 + 26.33 weeks ago 64
Compatibility
Minecraft: Java Edition
26.3-snapshot-5
26.3-snapshot-4
Platform
Fabric
Supported environments
Client and server
Changes
1.9.0:
26.3:- Update to 26.3
- Add Poplar Fletching Table (Textures by hunnycakehorse)
See screenshot below.
- Implement Tag Entry Removal in (Vanilla/)Birch Fletching Table recipe
What this means:
- (Vanilla/)Birch Fletching Tables can now be crafted natively with any modded Planks.
- More Compatibility Variants datapacks are no longer required for this to work.
- This does however require the latest Fabric API (
) version for anything below
26.1.2:- 1.20.1:
0.92.11+1.20.1 - 1.21.1:
0.116.14+1.21.1 - 1.21.11:
0.141.5+1.21.11
- 1.20.1:

Looking for changes of previous versions?
You can find them in the changelog history.
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:8TnTa9Ui:4NKiYqhL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8TnTa9Ui:4NKiYqhL"
}

