Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Beacon Range Extender
A Minecraft Fabric mod, which extends the range of beacons.
Configuration
Within the config directory, there is beacon-range-extender.json.
It has the following options:
rangePerLevel: the base range each level providesbaseRange: the range the beacon gives as long as it's activatedrangeMultipliers: if a level is made of only one material, the range can (and by default will) be multiplied by the provided value.- By default, diamond blocks double the range and netherite blocks x4 it.
- This is given as
[block identifier]: [multiplier]
Note: The range is calculated as (level * rangePerLevel * rangeMultiplier) + baseRange.


