Project Red - Exploration

Project Red - Exploration

27M Downloads

Computercraft asm crash

MrTJP opened this issue ยท 1 comments

commented

ASM is a little above my level...

http://pastebin.com/x9Hqt9ha

I guess its a problem with obfuscation. Why not have the build script download and deob Computercraft as it does with TC and TE?

commented

Fixed by ce26c78

Yes, it was an obfuscation problem, but not the one you'd think. The .asm file needs to be obfuscated by CCObf.
ComputerCraft doesn't need to be deobfuscated, because it's searge mapped, and we don't reference any minecraft methods when we compile against it.