Posted 02 November 2015 - 09:23 AM
Hi,
Im making a couple APIs to help with my use in computercraft and they work great. So I have put them into a resource pack to put them onto my friends server. They pack works fine, programs run, help works… however, I cant't seem to get it to work when using
os.loadAPI()
say the fileis called "MYAPI". How do I reference it within os.loadAPI().
I want to be able to access this API from files both written within the resource pack and from any computer.
Im making a couple APIs to help with my use in computercraft and they work great. So I have put them into a resource pack to put them onto my friends server. They pack works fine, programs run, help works… however, I cant't seem to get it to work when using
os.loadAPI()
say the fileis called "MYAPI". How do I reference it within os.loadAPI().
I want to be able to access this API from files both written within the resource pack and from any computer.