mouse0w0 / mouse0w0.github.io

https://mouse0w0.github.io
5 stars 0 forks source link

用Kotlin开发Forge模组 | 耗子的博客 #18

Open mouse0w0 opened 5 years ago

mouse0w0 commented 5 years ago

https://mouse0w0.github.io/2018/08/24/Minecraft-Forge-Modding-with-Kotlin/

首先打开ForgeMdk目录下的build.gradle文件,在其中添加仓库:1234567repositories { mavenCentral() jcenter() maven { url "http://maven.shadowfacts.net/ }} 然后为模组添加依赖:12345dependencies &