-
Notifications
You must be signed in to change notification settings - Fork 6
Description
So at the moment I've largely lost interest in working on this script. ATM10 is a large modpack and Minecolonies is such a slow to progress time sink...
The last Advanced Peripherals version I tested my script with was AP 0.7.55b, and my ae2Colony script has version checking to error on versions I didn't test.
Comment out line 9, to disable it.
Change:
error("Incompatible Advanced Peripherals version: " .. tostring(requiredAP))
To:
--error("Incompatible Advanced Peripherals version: " .. tostring(requiredAP))
Also people may have been working or forking this script which is a lot fancier than mine, I don't know if it works but check it out.
https://gist.github.com/adkinss/592d282d82a8cce95a55db6a33aa6736
If anyone happens to find a working script/fixes one, please feel free to share it here for others. Include a version it works with as well! Thanks,