Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published last month
Actually Useful Fletching Table
Usage
Actually Useful Fletching Table is a Minecraft mod that allows you to tip arrows via the previously useless Fletching Table. Recipes for tipped arrows are the same as their potion counterparts, outside of the Arrow of Weakness, which is made with Blaze Powder and a Fermented Spider Eye.
Mod Compatibility
If you want to make custom recipes using this mod, there are a few things you should be familiar with:
Recipe Formatting
This mod uses Fabric's API for data-driven recipes, and the recipe JSON should follow the following format:
{
"type": "useful-fletching-table:tipping",
"arrowItem": "namespace:arrow",
"materialItem": "namespace:material",
"modifierItem": "namespace:modifier",
"result": {
"id": "namespace:result",
"components": {}
}
}
Item Tags
The arrowItem item needs to have theminecraft#arrows tag, and the modifierItem item needs to have the useful-fletching-table#fletching_mod tag.


