FGOW 1.0.2

下載地址:
SkyDrive:http://1drv.ms/1xNSQl0
百度網盤:http://pan.baidu.com/s/1i3GapYd

更新內容:
修正了ForgeGradle更新帶來的ClassCastException

順便一提,Gradle更新到2.X後,1.X中用來設置編譯使用的字符集的命令不管用了...

1.X下是

tasks.withType(Compile) { options.encoding = '編碼' }

2.X下是

compileJava{options.encoding = '編碼'}