Option to ignore excavatorSolved
I have exchavator buffed to hell and having this pull resources from that is insane xD
That's how tax works XD

Will include options in the future to turn off specific taxing methods. 

Merged post

So this is implemented in the code now, which will be pushed tomorrow as soon as the other bug is fixed also :) 

Merged post

Now available in 0.6.5

Merged post

after loading new version, just change this 
 "taxSource": { // the below sets if the specific source should be taxed
    "DispenserGather": true,
    "CropGather": true,
    "DispenserBonus": true,
    "QuarryGather": true,
    "ExcavatorGather": true,
    "CollectiblePickup": true,
    "SurveyGather": true
  }​
to
 "taxSource": { // the below sets if the specific source should be taxed
    "DispenserGather": true,
    "CropGather": true,
    "DispenserBonus": true,
    "QuarryGather": true,
    "ExcavatorGather": false,
    "CollectiblePickup": true,
    "SurveyGather": true
  }​
Locked automatically