Better Archery

Quick rating

Community listing page, reviews here may not be monitored by the author.

Better Archery

No reviews yet

A mod that gives a purpose to the fletching table.

No Theme
Custom Tools
Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
v1.0.2

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

# This mod is currently in beta, expect bugs and missing features!
# Tipped arrows will come in a future release!
This mod adds a GUI for the fletching table and removes arrow recipes.

# Arrow attributes
Arrows now have 3 different attributes: Damage, Speed, Accuracy.
- Damage decides how much damage will the arrow deal. Sharper head parts deal more damage.
- An arrow with more speed will travel further away. Heavy parts slow the arrow down.
- Accuracy ranges between 0 and 1. It decides how accurate the arrow is. Accuracy is based on the material of the tail.

# Tiny flint
- Can be obtained by putting a normal flint in the crafting table.
- Can be used as the head part in arrow crafting.
- Deals more than normal flint.

# Bone stick
- Can be crafted from 2 bones.
- Replacement for the stick in arrows.
- Lighter than the stick, therefore arrows crafted from it are generally faster.

# Strider hair & Strider hair
- You can now cut a striders hair with a pair of scissors and craft a better tail form it.
- Strider fletching increases speed & accuracy.

# Spectral upgrade
- Can be crafted.
- When used on the fletching table, it allows you to craft spectral arrows.
- 1 glowstone / 4 spectral arrows.

# Fletching table GUI
- On the left, there are 3 slots for the arrow parts.
- On the right, you can select the type of arrow.
- If it has the spectral upgrade, you can input glowstone on the left.

# For mod & modpack makers
You can add more parts with datapacks using the `arrow_material` resource type.
Example arrow part:
```
{
"part": "TAIL",
"item": "minecraft:torch",
"attributes": {
"damage": 0.0,
"speed": 0.0,
"accuracy": 0.0
}
}
```

This mod is currently in beta, expect bugs and missing features!

Tipped arrows will come in a future release!

This mod adds a GUI for the fletching table and removes arrow recipes.

Arrow attributes

Arrows now have 3 different attributes: Damage, Speed, Accuracy.

  • Damage decides how much damage will the arrow deal. Sharper head parts deal more damage.
  • An arrow with more speed will travel further away. Heavy parts slow the arrow down.
  • Accuracy ranges between 0 and 1. It decides how accurate the arrow is. Accuracy is based on the material of the tail.

Tiny flint

  • Can be obtained by putting a normal flint in the crafting table.
  • Can be used as the head part in arrow crafting.
  • Deals more than normal flint.

Bone stick

  • Can be crafted from 2 bones.
  • Replacement for the stick in arrows.
  • Lighter than the stick, therefore arrows crafted from it are generally faster.

Strider hair & Strider hair

  • You can now cut a striders hair with a pair of scissors and craft a better tail form it.
  • Strider fletching increases speed & accuracy.

Spectral upgrade

  • Can be crafted.
  • When used on the fletching table, it allows you to craft spectral arrows.
  • 1 glowstone / 4 spectral arrows.

Fletching table GUI

  • On the left, there are 3 slots for the arrow parts.
  • On the right, you can select the type of arrow.
  • If it has the spectral upgrade, you can input glowstone on the left.

For mod & modpack makers

You can add more parts with datapacks using the arrow_material resource type. Example arrow part:

{
  "part": "TAIL",
  "item": "minecraft:torch",
  "attributes": {
    "damage": 0.0,
    "speed": 0.0,
    "accuracy": 0.0
  }
}

Screenshots

Gallery

This project has no gallery images yet.

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
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