Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Mine only exposed to air ores?

devinoff opened this issue ยท 2 comments

commented

how do I mine only exposed to air ores?
I've seen this command, but it does not work: #mine minecraft:diamond_ore if is_exposed

commented

its a setting. enable legit mine to only mine exposed ores. #legitMine true

/**
* Disallow MineBehavior from using X-Ray to see where the ores are. Turn this option on to force it to mine "legit"
* where it will only mine an ore once it can actually see it, so it won't do or know anything that a normal player
* couldn't. If you don't want it to look like you're X-Raying, turn this on
* This will always explore, regardless of exploreForBlocks
*/
public final Setting<Boolean> legitMine = new Setting<>(false);

commented

@devinoff you're looking for #AllowOnlyExposedOres