Beacon Range Extender
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: fabric
标签: game-mechanics utility
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] - The value is multiplicative. Two layers 4 times their value create a range of 16 times their value, not 8 times.
Note: The range is calculated as (level * rangePerLevel * rangeMultiplier) + baseRange.
请登录后举报
暂无评论,抢个沙发吧~