Avaritia:Reforged

Avaritia:Reforged

45.5k Downloads

[Question / 询问] Mod build from source code

ashi0-a opened this issue · 4 comments

commented

Checks / 检查

  • I confirm that I have searched for existing issues / pull requests before reporting to avoid duplicate reporting./我确认在报告之前我已经搜索了现有的问题或者拉取请求,以避免重复报告。
  • I confirm that I noted that if I don't follow the instructions, the issue may be closed directly./我确认我已经检查,如果我不按照说明进行操作,该问题可能会被直接关闭。

Description / 描述

How to make a mod build from source code? I changed some tool effects, but I don't understand how to make a build. I tried gradlew.bat, but it doesn't work

commented

use Idea and import this project

commented

I did this and added 2 folders build and .gradle, but there is no .jar file with the mod in those folders.

commented

use gradle task buildNeeded and you will find .jar at build/lib

commented

Thanks for your help.