here is how the script is with the addition to what you suggest:
local mining = Action()
local config = {
maxmininglevel = 120,
storagemining = 100000,
expperlevel = 1000,
experiencemining = 125
}
local stone = {
blue = {27956},
green = {8640, 8636, 1353, 11534},
lightblue =...