Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Published 2 weeks ago
Updated 6 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;