
Beacons have a pitiful range of only 50 blocks in vanilla when at max level (1476 iron ingots and you can't even go four chunks!) This mod changes that to 150 blocks by default, but supports going up to infinite range.
To compliment this exciting extension of range, beacons now also load the chunk they are inside so that they can continue to provide effects to players wherever they happen to be.
Another common complaint about beacons is the particles obscuring your vision. More than 50 gets rid of these too!
More Than 50 only needs to be installed server side, however will function in singleplayer worlds as well.
As well as providing all of these useful features, More Than 50 is highly configurable allowing pretty much all values in the mod to be configured. The configuration file can be found at saves/worldname/serverconfig/morethan50-server.toml. If you wish for this to apply to all newly created worlds simply copy it to the defaultconfigs folder.
Example config:
#The multiplier to apply to the beacons range. A value of 1 will use vanilla behaviour. A value of 0 will stop beacons applying effects.
#Range: 0.0 ~ Infinity
size_multiplier = 3.0
#Whether to forceload the chunk the beacon is in or not.
#Recommended to be on when the multiplier * 50 is greater than your simulation distance * 16, or you have the range set to infinite at any tier
forceload = true
#The tier at which the range becomes infinite.
#The default is 5, meaning that unless you have another mod that adds another tier, the range is never infinite.
#Range: > 0
infiniteRangeThreshold = 2
#How the range should be extended vertically. In vanilla this is UP, to the sky limit
#Can also be DOWN (to bedrock/the void), BOTH (extend both up and down) or NONE (only use the regular range to extend up and down)
#Allowed Values: UP, DOWN, BOTH, NONE
verticalMode = "UP"
#If particles from beacons effects should be visible. false will use existing behaviour, which in vanilla is to show particles, however mods may change that.
hideParticles = true
Shader used to create the icon is https://gist.github.com/williambl/4a4d74d1b72da350d96d7859b6b70e57#file-animalcrossing-zip