The Fletching Table

Quick rating

The Fletching Table

No reviews yet

Give the vanilla fletching table a proper use with a custom crafting system for arrows

QoL & Tweaks
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 or later
Latest Version
the_fletching_table-1.0.1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

The Fletching Table

Give the vanilla fletching table a proper use with a custom crafting system for arrows.

How it works

  • Right-click any fletching table to open the crafting UI
  • Place ingredients in the three input slots to craft arrows
  • Sneak + right-click bypasses the menu (for placing blocks against it)

Recipes

Slot 1 Slot 2 Slot 3 Result
Feather Stick Flint 6x Arrow
- 6x Arrow Glowstone Dust 6x Spectral Arrow
- 16x Arrow Potion 16x Tipped Arrow
- 32x Arrow Splash Potion 32x Tipped Arrow
- 64x Arrow Lingering Potion 64x Tipped Arrow

Tipped arrows inherit the potion effect from the input potion, including modded potions.

Adding custom recipes

### Datapacks Any datapack or mod can add fletching table recipes by placing a JSON file in:
data/<your_namespace>/recipe/<recipe_name>.json
Recipe format:
{
    "type": "the_fletching_table:fletching",
    "first": {
        "item": "minecraft:feather"
    },
    "second": {
        "item": "minecraft:stick"
    },
    "third": {
        "item": "minecraft:flint"
    },
    "result": {
        "id": "minecraft:arrow",
        "count": 6
    }
}
- `first`, `second`, `third` are standard ingredient fields - use `"item"` for a specific item or `"tag"` for a tag - `first` is optional - omit it for a two-ingredient recipe (the first slot must be empty to match) - Each ingredient supports an optional `*_count` field (e.g. `"second_count": 6`) - defaults to 1 - `result` uses the standard item format with `id` and `count` ### Tags The built-in arrow recipe uses common tags for broader mod compatibility:
"first": { "tag": "c:feathers" },
"second": { "tag": "c:rods/wooden" }
Any mod that adds items to these tags will automatically work as arrow ingredients.

Compatibility

  • Supports EMI and JEI for recipe browsing
  • Tipped arrow crafting works with any modded potion effects
  • Recipe system is fully extensible via datapacks
  • Requires NeoForge 21.1.219+

Credits

Inspired by Better Fletching Table, a datapack by ElGeroIngles that gives the fletching table crafting functionality using invisible minecarts as containers. This mod is a clean reimplementation as a NeoForge mod with a native crafting UI and recipe system.

License

GPL-3.0-or-later

The Fletching Table

Give the vanilla fletching table a proper use with a custom crafting system for arrows.

How it works

  • Right-click any fletching table to open the crafting UI
  • Place ingredients in the three input slots to craft arrows
  • Sneak + right-click bypasses the menu (for placing blocks against it)

Recipes

Slot 1 Slot 2 Slot 3 Result
Feather Stick Flint 6x Arrow
- 6x Arrow Glowstone Dust 6x Spectral Arrow
- 16x Arrow Potion 16x Tipped Arrow
- 32x Arrow Splash Potion 32x Tipped Arrow
- 64x Arrow Lingering Potion 64x Tipped Arrow

Tipped arrows inherit the potion effect from the input potion, including modded potions.

Adding custom recipes

Datapacks

Any datapack or mod can add fletching table recipes by placing a JSON file in:

data/<your_namespace>/recipe/<recipe_name>.json

Recipe format:

{
    "type": "the_fletching_table:fletching",
    "first": {
        "item": "minecraft:feather"
    },
    "second": {
        "item": "minecraft:stick"
    },
    "third": {
        "item": "minecraft:flint"
    },
    "result": {
        "id": "minecraft:arrow",
        "count": 6
    }
}
  • first, second, third are standard ingredient fields - use "item" for a specific item or "tag" for a tag
  • first is optional - omit it for a two-ingredient recipe (the first slot must be empty to match)
  • Each ingredient supports an optional *_count field (e.g. "second_count": 6) - defaults to 1
  • result uses the standard item format with id and count

Tags

The built-in arrow recipe uses common tags for broader mod compatibility:

"first": { "tag": "c:feathers" },
"second": { "tag": "c:rods/wooden" }

Any mod that adds items to these tags will automatically work as arrow ingredients.

Compatibility

  • Supports EMI and JEI for recipe browsing
  • Tipped arrow crafting works with any modded potion effects
  • Recipe system is fully extensible via datapacks
  • Requires NeoForge 21.1.219+

Credits

Inspired by Better Fletching Table, a datapack by ElGeroIngles that gives the fletching table crafting functionality using invisible minecarts as containers. This mod is a clean reimplementation as a NeoForge mod with a native crafting UI and recipe system.

License

GPL-3.0-or-later

Screenshots

Gallery

  • Fletching Table UI
    Fletching Table UI Fletching Table UI
  • Table UI
    Table UI

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works