Hey there, the static quarries on the map produce a lot of ore (500 sulfur per minute, that more than 700k ore per day with 1 on DayRateMultStaticQuarry) and in the config the value is set only between 1 and 0 (with a value of 0 nothing is mined).
I tried to fix it in the code by adding a float to DayRateMultStaticQuarry, but after the ore from the quarry stopped stacking into inventory, the ore just disappears when dragged (I think it's because I set DayRateMultStaticQuarry to less than 1). Maybe the developer will look into this? or any help?