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.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
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!
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources