mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 17:17:55 +00:00
Update fabric toolchain
This commit is contained in:
@@ -7,7 +7,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '0.2.3-SNAPSHOT'
|
id 'fabric-loom' version '0.2.5-SNAPSHOT'
|
||||||
id 'com.matthewprenger.cursegradle' version '1.2.0'
|
id 'com.matthewprenger.cursegradle' version '1.2.0'
|
||||||
id "com.github.breadmoirai.github-release" version "2.2.4"
|
id "com.github.breadmoirai.github-release" version "2.2.4"
|
||||||
}
|
}
|
||||||
@@ -53,8 +53,8 @@ configurations {
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:${mc_version}"
|
minecraft "com.mojang:minecraft:${mc_version}"
|
||||||
mappings "net.fabricmc:yarn:${mc_version}+build.${mappings_version}"
|
mappings "net.fabricmc:yarn:${mc_version}+build.${mappings_version}"
|
||||||
modCompile "net.fabricmc:fabric-loader:0.4.8+build.159"
|
modCompile "net.fabricmc:fabric-loader:0.6.1+build.165"
|
||||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.1+build.208"
|
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.2+build.226-1.14"
|
||||||
|
|
||||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||||
|
|
||||||
@@ -287,7 +287,7 @@ curseforge {
|
|||||||
requiredDependency "fabric"
|
requiredDependency "fabric"
|
||||||
}
|
}
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
mainArtifact(remapJar.output)
|
mainArtifact(remapJar)
|
||||||
uploadTask.dependsOn(remapJar)
|
uploadTask.dependsOn(remapJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -3,4 +3,4 @@ mod_version=1.83.2+build.2
|
|||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.14.4
|
mc_version=1.14.4
|
||||||
mappings_version=9
|
mappings_version=12
|
||||||
|
Reference in New Issue
Block a user