Nova-Committee / Re-Avaritia

MIT License
16 stars 14 forks source link

[Question / 询问] Mod build from source code #79

Closed ashi0-a closed 1 month ago

ashi0-a commented 1 month ago

Checks / 检查

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

cnlimiter commented 1 month ago

use Idea and import this project

ashi0-a commented 1 month ago

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

cnlimiter commented 1 month ago

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

ashi0-a commented 1 month ago

Thanks for your help.