ModGPL-3.0-only
Better Beacon Range
Makes the beacon effect range configurable.
2.3K
Downloads
8
Followers
3 months ago
Updated
📦
9
Versions
📖About Better Beacon Range
Better Beacon Range
Makes the Minecraft beacon effect range configurable.
By default, this mod uses the vanilla values.
This can be changed in the config file: config/better_beacon_range.json
| Value | Default | Type | Description |
|---|---|---|---|
| base | 10.0 | double | base range |
| perLevel | 10.0 | double | added range per beacon level |
| belowInfinite | false | boolean | infinite effect range below |
The calculation is the following: range = beaconLevel * perLevel + base;
As of version 0.4.0, the mod also supports single player worlds.