Back to mods
OpenFletching project artwork

CurseForge · Minecraft mod

OpenFletching

Adds GUI and recipes for Fletching Table

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which OpenFletching release should I use?

Updated 8 days ago
Latest stable file OpenFletching 1.0.1 Forge 1.20.1
Game version 1.20.1
Loader Forge

OpenFletching 1.0.1 Forge 1.20.1 targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is OpenFletching required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does OpenFletching 1.0.1 Forge 1.20.1 need?

OpenFletching 1.0.1 Forge 1.20.1. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add OpenFletching without breaking your instance.

Built for OpenFletching 1.0.1 Forge 1.20.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use OpenFletching 1.0.1 Forge 1.20.1. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside OpenFletching 1.0.1 Forge 1.20.1. It opens that exact file at the source.

About this project

What does OpenFletching add?

This mod adds GUI opened by right click on Fletching Table and read recipes type fletching:fletching.


Tags:

at tags/blocks/fletching_tables.json,
all blocks registered in this tag will open the GUI for custom fletching tables, include Minecraft's fletching table.
[ ! ] Avoid from adding blocks that already own they gui and interactions.


Customization of recipes:

If an potion effect have only potion bottle, and no tipped arrow,
resault falls to minecraft's tipped arrow with custom potion effect.

Recipe example4.json 8 arrows for 8 tipped arrows with any potions. (1.0.1)

{
  "type": "fletching:fletching",
  "arrow":{
    "item": "minecraft:arrow",
    "count": 8
  },
  "potion": {
    "any_potion": true,
    "count": 1
  },
  "result": {
    "item": "minecraft:tipped_arrow",
    "count": 8,
    "copy_potion": true
  }
}

Recipe example5.json combination of materials with arrows for tipped arrows with any potions. (1.0.1)

{
  "type": "fletching:fletching",
  "head": {
    "item": "minecraft:flint",
    "count": 1
  },
  "stick": {
    "item": "minecraft:stick",
    "count": 1
  },
  "feather": {
    "item": "minecraft:feather",
    "count": 1
  },
  "arrow":{
    "item": "minecraft:arrow",
    "count": 4
  },
  "potion": {
    "any_potion": true,
    "count": 1
  },
  "result": {
    "item": "minecraft:tipped_arrow",
    "count": 8,
    "copy_potion": true
  }
}

Recipe example1.json default arrow.

{
  "type": "fletching:fletching",
  "head": {
    "item": "minecraft:flint",
    "count": 1
  },
  "stick": {
    "item": "minecraft:stick",
    "count": 1
  },
  "feather": {
    "item": "minecraft:feather",
    "count": 1
  },
  "result": {
    "item": "minecraft:arrow",
    "count": 4
  }
}

Recipe example2.json tipped arrow.

{
  "type": "fletching:fletching",
  "head": {
    "item": "minecraft:flint",
    "count": 2
  },
  "stick": {
    "item": "minecraft:stick",
    "count": 2
  },
  "feather": {
    "item": "minecraft:feather",
    "count": 2
  },
  "potion": {
    "items": [
      {
        "item": "minecraft:potion",
        "nbt": "{Potion:\"minecraft:regeneration\"}"
      },
      {
        "item": "minecraft:splash_potion",
        "nbt": "{Potion:\"minecraft:regeneration\"}"
      },
      {
        "item": "minecraft:lingering_potion",
        "nbt": "{Potion:\"minecraft:regeneration\"}"
      }
    ],
    "count": 1
  },
  "result": {
    "item": "minecraft:tipped_arrow",
    "nbt": "{Potion:\"minecraft:regeneration\"}",
    "count": 8
  }
}

Recipe example3.json apply any potions effect to customed arrow.

{
  "type": "fletching:fletching",
  "head": {
    "item": "minecraft:diamond",
    "count": 2
  },
  "stick": {
    "item": "minecraft:blaze_rod",
    "count": 2
  },
  "feather": {
    "item": "minecraft:gunpowder",
    "count": 2
  },
  "potion": {
    "any_potion": true,
    "count": 1
  },
  "result": {
    "item": "mod_id:rocket_arrow",
    "count": 8,
    "copy_potion": true
  }
}

"type" is for check if crafting in fletching table.
"count" how much items needs for craft an arrow, in example 2 if an item less than 2 and with potion, resaulted'll non, without potions recipe falls to 4 arrows in example 1.
in potions solt can registered some multi items.
[in example 2, recipe how in crafting table resoult count].
at example 3, recipe do tell to mod add potion to an customed arrows.


License:
  non-licensed.
  Created using mod maker MCreator, Developed by ArthurVesta(MNTS) with assistance from OpenAI Codex.
  Logo generated by Gemini.
  Idea ArthurVesta(MNTS).

Project description from CurseForge.

Pick your setup

OpenFletching by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

OpenFletching versions and loaders

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.