Actually Useful Fletching Table

Adds a use for the Fletching Table, that being tipping arrows early-game.

41

Actually Useful Fletching Table

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:

```json { "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 the`minecraft#arrows` tag, and the `modifierItem` item needs to have the `useful-fletching-table#fletching_mod` tag.

ADS