Additional Enchanted Miner

Additional Enchanted Miner

22M Downloads

Add config to change the limit for the Flexible marker

yutoe opened this issue · 3 comments

commented

Idea

Wanted to see if you could add a config for the Flexible markers, as the mining dimension in All the Mods 8 reaches from 255 down to -64 and the marker wouldn't reach that far

Versions

Using All the Mods 8-1.0.22

commented
commented

Thank you for what you do, ive seen that are very active with your mod, Thank you again for your hard work

commented

Memo
Minecraft 1.19.2 with Forge

Check TileFlexMarker#maxRange (

public class TileFlexMarker extends BlockEntity implements QuarryMarker, CheckerLog {
private static final int maxRange = TileMarker.MAX_SEARCH;
) and change to load config value, that's it.