Private
Public Access
1
0

Updated gradle and metadata.

This commit is contained in:
2025-05-26 20:25:04 +01:00
parent 7bfac37b97
commit ea3fcb428d
5 changed files with 49 additions and 196 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 = 'geologistpicktweaks'
rootProject.name = "geologist_pick_tweaks-${minecraft_version}"