Project Red - Exploration

Project Red - Exploration

27M Downloads

Project:Red is shipping an outdated, beta version of the ComputerCraft API, causing incompatibilty crashes

dan200 opened this issue ยท 4 comments

commented

The APIs of other mods are not stable during betas, so shipping them is a recipe for disaster, manifesting as crashes in the latest CC beta builds. To work around this, I've added @API annotations to all the API classes in the latest beta release, but this requires Project:Red to update to this version of the API. The latest API can be found in the download here:

http://www.computercraft.info/forums2/index.php?/topic/16881-computercraft-16-beta-download-and-discussion-164pr5-released-september-23rd/

commented

I like this solution :D Thanks for the super quick response

commented

Hmm. Your API was a soft dependency, doesn't need to be included at all. Will update api and build script to exclude it.

commented

Fixed via 8eacbed. API excluded from build.

commented

Project:Red 4.5.12.64 still includes the ComputerCraft API.