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

@@ -5,6 +5,8 @@ plugins {
publishMods {
if (project.name == 'fabric')
file = remapJar.archiveFile
else if (project.name == 'neoforge')
file = jar.archiveFile
else
file = tasks.named('jarJar').get().archiveFile