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 = '编码'}