Compatibility
Minecraft: Java Edition
1.21.7
1.21.4–1.21.5
Platforms
Supported environments
Links
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 5 days ago
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.