Tags
Creators
Details
1.2.0+1.21.11-fabric
Compatibility
Changes
- Moved arrow in Fletching Table GUI to middle
- Fixed JEI not showing TagKey Ingredient for Fletching Recipe
- Added a new slot to Fletching Table GUI for Explosive Ingredient
- All arrows that are using
AbstractArrowclass (Basically all vanilla arrow, and some modded arrow) can become explosive arrow by crafting in Fletching Table - Added new config
fletchingrecipe-explosive-ingredient.jsonto define explosive ingredient and explosive radius - Added common config to control
Fletching Recipebehaviour - Removed json recipe for
Tipped Arrow - Spectral Arrow and Arrow output amount is doubled from crafting table output amount
- Tipped arrow recipe is now hardcoded to have better support for modded potion (If json recipe is defined, it will use json recipe first, it has the highest priority)
- Tipped arrow crafting amount with 1 potion can be set in common config, default value is
16
This version onwards only support Arrow+ above v3.1.0, which is still W.I.P when Fletching Recipe v1.2.0 release
The reason behind double output amount is because Fletching Table meant to be powerful than Crafting Table for Arrow related recipe, same as stonecutter
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:nDfK7W8j:ItupOe8K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nDfK7W8j:ItupOe8K"
}

