
A client-side mod that adds a beam of light effect to items dropped in the world, making them more noticeable and guiding players to loot with ease.
This mod is a fork of Loot Beams: Relooted!. but its code has been overwritten totally. The aim of rewriting the code is to provide more compatibility and extension possibilities.
Feature Modules:
1. Light Effect:
This mod provides a light beam effect to show the position of the drop item. In this case, the color of the beam is decided by the item's rarity.
2. Loot Information:
This mod will show the drop item's name and rarity (or tooltips).
3. Compatibility
This mod internally provide custom rarity support for other mods. If you encounter any rarity support issue, you can use the config to set rarity for the non-supported items.
4. Player Customized Effect (1.20.1 only):
Photon compat allows every player to design their beam effect in its in-game Unity-like GUI by adding FX to the current light beam. This system is heavily basing on the config, so don't forget to check the config if you want to use it!
Current Mod Compatibility:
- Apotheosis(1.20/1.21)/Zenith(1.20): Supports affix gear, gems, and rarity materials.
- Photon(1.20.1 only): Players can use customized FX to replace the original effect. Check the config for more information! If you want to use this feature in your game, you need to enable the configs enableFX and affectAllBeam
- Legendary Tooltips: will use the TT border provided by this mod. But the custom border color is not supported!
- Mine and Slash: Fully compatible with all rarity items, including gear, gems, and more.
- Obscure Tooltips: The related function will be disabled when installed.
- TieredZ/Tiered Reforged/Tierify: will use the rarity mods provided. The rare sound effect is unavailable for Tiered Reforged.
- Curios/Trinket/Three trinket mods(1.21): Any items recognized as artifacts will also be recognized as equipment, so Refork can fully control its light effect and sound.
- Subtle Effect: The ItemRarity particle will be disabled. You can re-enable it in this mod's config. Changing the config of SE will not re-enable this!
- Spartan Weaponry(internal), Balkon's WeaponMod: Legacy(in config)
Feel free to contact me on GitHub if you find any mod that needs special compatibility!