1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

use moddev gradle for neoforge

This commit is contained in:
2025-03-26 02:15:11 +03:00
parent ad2177848c
commit 07d620ae2f
4 changed files with 46 additions and 42 deletions

View File

@@ -40,7 +40,7 @@ minecraft {
runs {
client {
workingDirectory file('../run/client')
workingDirectory rootProject.file('run/client')
ideaModule "${rootProject.name}.${project.name}.main"
taskName 'Client'
mods {
@@ -51,7 +51,7 @@ minecraft {
}
server {
workingDirectory file('../run/server')
workingDirectory rootProject.file('run/server')
ideaModule "${rootProject.name}.${project.name}.main"
taskName 'Server'
mods {