update gradle properties etc.

This commit is contained in:
Flemmli97 2022-02-28 02:31:56 +01:00
parent 2545b6e9b5
commit 13e4e66d13
4 changed files with 13 additions and 7 deletions

View File

@ -33,7 +33,7 @@ subprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings loom.layered() {
officialMojangMappings()
parchment("org.parchmentmc.data:parchment-1.18.1:2021.12.19@zip")
parchment("org.parchmentmc.data:parchment-${rootProject.parchment_version}@zip")
}
}
}
@ -197,4 +197,4 @@ task buildUploadAll(group: "publishing") {
}
tasks.getByName("curseforge").dependsOn buildAll
publishAll.dependsOn buildAll
publishAll.dependsOn buildAll

View File

@ -41,6 +41,10 @@ repositories {
name = "FTB"
url = "https://maven.saps.dev/minecraft"
}
maven {
name = "CurseMaven"
url "https://www.cursemaven.com"
}
}
dependencies {
@ -54,7 +58,8 @@ dependencies {
modImplementation "me.lucko:fabric-permissions-api:${rootProject.fabric_permissions_api}"
modCompileOnly("io.github.gunpowder:gunpowder-currency:${rootProject.gunpowder_currency_version}") {
// Rip currency on their maven and prob rip currency all together
modCompileOnly("curse.maven:gunpowdercurrency-402041:3584557") {
exclude group: "com.google.guava", module:"failureaccess"
}

View File

@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[38,)"
loaderVersion="[39,)"
license="All rights reserved"
issueTrackerURL="https://github.com/Flemmli97/Flan/issues"
[[mods]]
@ -15,4 +15,4 @@ modId="minecraft"
mandatory=true
versionRange="[1.18,)"
ordering="NONE"
side="BOTH"
side="BOTH"

View File

@ -1,13 +1,14 @@
org.gradle.jvmargs=-Xmx2G
minecraft_version=1.18.1
parchment_version=1.18.1:2022.02.13
# Forge Properties
forge_version=1.18.1-39.0.14
forge_version=1.18.1-39.0.79
# Fabric Properties
# check these on https://fabricmc.net/use
loader_version=0.12.8
loader_version=0.13.2
# Mod Properties
mod_version=1.7.3