Arrows & Slots

Quick rating

Arrows & Slots

No reviews yet

When you draw a bow, Arrow & Slots automatically consumes the arrow placed in the hotbar slot directly above that bow. Made for DashPum4

Mod Loaders
NeoForge
Fabric
Paper
Minecraft
26.2

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 Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
0.1.0
Authors

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

Modrinth ID

Resources

External Links

About

Description

Arrow & Slots

A lightweight Minecraft archery helper that lets you focus on aiming, not inventory management.

Description

When you draw a bow, Arrow & Slots automatically picks the arrow from the hotbar slot directly above the bow. No more swapping items mid-fight—your ammunition always matches the weapon you are holding.

  • Works on dedicated servers (the logic runs server-side).
  • Works in single-player because the integrated server handles it.
  • Also available as a Paper plugin for Bukkit-based servers.

Supported Platforms

Platform Type Status
Fabric Mod implemented
NeoForge Mod implemented
Paper Plugin implemented

Project Layout

ArrowMod/
├── common/        Shared code used by Fabric and NeoForge
├── fabric/        Fabric loader entry point
├── neoforge/      NeoForge loader entry point
├── paper/         Paper plugin entry point
├── build.gradle   Root build configuration
└── settings.gradle

Supported Versions

Platform Supported MC versions Notes
Fabric 1.21.1 – 26.1.2 Built against 1.21.1; metadata declares >=1.21.1
NeoForge 1.21.1 – 26.1.2 NeoForge 21.1+ through 26.1+
Paper 1.21.1 – 26.1.2 api-version: '1.21'

The jar is compiled against MC 1.21.1 with official Mojang mappings. All injected code is wrapped in try-catch with require = 0 on Mixin targets so it degrades gracefully instead of crashing if an API changes between versions.

If you hit issues on a newer MC version, rebuild the mod against that version's toolchain — the Mixin target (Player#getProjectile) and class names are stable across all supported versions under official mappings.

Requirements

  • Java 21 or newer
  • Gradle 8.11+ (wrapper included)

Building

./gradlew build

Built artifacts will be in each subproject's build/libs/ directory.

Development Run Configurations

Generate run configs for your IDE with:

./gradlew genIntelliJRuns
# or
./gradlew genEclipseRuns

You can also run a client/server directly from the command line:

./gradlew :fabric:runClient
./gradlew :fabric:runServer
./gradlew :neoforge:runClient
./gradlew :neoforge:runServer

License

MIT

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
Downloads
Last Updated
CurseForge
Created
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