Sender's Return Policy

Quick rating

Sender's Return Policy

No reviews yet

A mod that allows you to specify which items/projectiles can reflect redirect-able projectiles such as Ghast fireballs and Breeze wind charges.

Adventure/Exploration
Mod Loaders
Fabric
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
MIT License
Latest Version
1.21.8-1.0.0

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

Source Issues Wiki Discord

About

Description

Description

Ever wondered why a bare hand can deflect a Ghast fireball? With Sender’s Return Policy, you decide which items or projectiles can redirect incoming attacks! The mod comes ready to play with default settings that make sense! Minecraft defines redirect-able projectiles as the Ghast fireball, Breeze Wind Charge, and Wind Charge.

Features:

  • By default, only melee attacks with these items in the main hand will reflect redirect-able projectiles: Iron Sword, Golden Sword, Diamond Sword, Netherite Sword, Iron Shovel, Golden Shovel, Diamond Shovel, and Netherite Shovel
  • By default, only the following projectile types will reflect redirect-able projectiles: Arrows, Spectral Arrows, Wind Charges, Breeze Wind Charges, and Tridents
  • In-game configuration is available via Mod Menu if installed

Config:

These options can be changed:

  • Whether or not to use datapack tags to define items/projectiles that redirect
  • Whether or not to use configured list options to define items/projectiles that redirect
  • Whether or not to allow any melee attack to redirect as a fallback
  • Whether or not to allow any projectile to redirect another projectile as a fallback
  • The item IDs for which items can redirect projectiles
  • The projectile IDs for which items can redirect projectiles

Default .minecraft/config/sendersreturnpolicy.json:

{
  "useTags": true,
  "useConfigLists": true,
  "fallbackAllowAnyItemToRedirect": false,
  "fallbackAllowAnyProjectileToRedirect": false,
  "redirectingItemIds": [
    "minecraft:iron_sword",
    "minecraft:golden_sword",
    "minecraft:diamond_sword",
    "minecraft:netherite_sword",
    "minecraft:iron_shovel",
    "minecraft:golden_shovel",
    "minecraft:diamond_shovel",
    "minecraft:netherite_shovel"
  ],
  "redirectingProjectileIds": [
    "minecraft:arrow",
    "minecraft:spectral_arrow",
    "minecraft:wind_charge",
    "minecraft:breeze_wind_charge",
    "minecraft:trident"
  ]
}

You can also use a datapack to define which main-hand items and projectiles can redirect. Click here to learn how to create a data pack if you don't know how.

Projectile Entities that can redirect should be added to a data/sendersreturnpolicy/tags/entity_type/redirects_projectiles.json file.

Example redirects_projectiles.json:

{
  "values": [
      "minecraft:arrow",
      "minecraft:spectral_arrow"
  ]
}

Items that can redirect when held in the main hand should be added to a data/sendersreturnpolicy/tags/item/redirects_projectiles_when_in_main_hand.json file.

Example redirects_projectiles_when_in_main_hand.json:

{
  "values": [
      "minecraft:iron_sword",
      "minecraft:iron_shovel"
  ]
}

Support

If you have a bug report, feature request, or any other type of issue, please post on our GitHub issues page. This is an issues page for all of our mods, so be sure to include the mod's name and version in your post. We appreciate all feedback!

If you'd like to support development, you can leave a tip at our BuyMeACoffee. Only if it's within your means- otherwise, using, sharing, and enjoying the mod is support enough. Thank you!

Screenshots

Gallery

  • Redirected!
    Redirected! The player redirects a Ghast fireball with a Diamond Sword.
  • Mod Menu Config Screen
    Mod Menu Config Screen A config screen option is added to Mod Menu if installed.

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