diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-02 00:34:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-02 00:34:17 +0800 |
| commit | 172897ef31c38871d0e0274bcd36db8f71254ba3 (patch) | |
| tree | f4e7b8e00c74ee424418ae75c355b0c5f7fe1aa2 | |
| parent | d699907815a61550e46f2a7a5ba15a6e0d52b054 (diff) | |
| download | RoughlyEnoughItems-172897ef31c38871d0e0274bcd36db8f71254ba3.tar.gz RoughlyEnoughItems-172897ef31c38871d0e0274bcd36db8f71254ba3.tar.bz2 RoughlyEnoughItems-172897ef31c38871d0e0274bcd36db8f71254ba3.zip | |
20w14infitite
Signed-off-by: shedaniel <daniel@shedaniel.me>
| -rwxr-xr-x | build.gradle | 2 | ||||
| -rw-r--r-- | gradle.properties | 2 | ||||
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 461890685..d12ebd015 100755 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ curseforge { embeddedLibrary 'cloth-config' } mainArtifact(file("${project.buildDir}/libs/${project.archivesBaseName}-${project.version}.jar")) { - displayName = "[Fabric 20w12a] v$project.version" + displayName = "[Fabric 20w13b - 20w14infinite] v$project.version" } afterEvaluate { uploadTask.dependsOn("remapJar") diff --git a/gradle.properties b/gradle.properties index f22f5301d..d41f33dc5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -mod_version=4.1.2-unstable +mod_version=4.1.3-unstable minecraft_version=20w13b yarn_version=20w13b+build.4 fabricloader_version=0.7.8+build.189 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 19cf90b91..e12827db1 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,8 +38,7 @@ "fabricloader": "*", "cloth": ">=2-", "cloth-basic-math": "*", - "cloth-config2": ">=3-", - "minecraft": "~1.16-Snapshot.20.12.a" + "cloth-config2": ">=3-" }, "mixins": [ "mixin.roughlyenoughitems.json", |
