Private
Public Access
1
0

Updated template files.

This commit is contained in:
2026-06-09 18:52:15 +01:00
parent b2c08bda25
commit 6ee252e545
7 changed files with 95 additions and 351 deletions

View File

@ -5,6 +5,7 @@ pluginManagement {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven { url = 'https://maven.parchmentmc.org' }
}
}
@ -12,4 +13,4 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}
rootProject.name = 'wildflowers_backport'
rootProject.name = "${mod_id}-${minecraft_version}"