MinecraftForge / FernFlowerLegacy

Legacy FernFlower with our changes. Currently working on redesiging how we do this repo to make updating easier.
26 stars 16 forks source link

Does not compile. #5

Closed wgaylord closed 8 years ago

wgaylord commented 8 years ago

http://pastebin.com/yGqv2aSN

that is the output when runing gradle build

matthewprenger commented 8 years ago

Looks like a wrong import here, should be using this. Oddly enough it still builds for me.

cpw commented 8 years ago

Heh, yeah, that import is wrong..

wgaylord commented 8 years ago

Actually remove the import codeconstants are imported already.

wgaylord commented 8 years ago

And replace the references.

LexManos commented 8 years ago

https://github.com/MinecraftForge/FernFlower/commit/3b04e422ba4902bbaf7b058fc96326dc5c7d9458 Fixed, old habbits of using ASM die hard :P Also fixed unit tests and some errors they exposed while at it.

wgaylord commented 8 years ago

Thanks!