From 14b87393eb349d70d78812f58879efd8dfae94b2 Mon Sep 17 00:00:00 2001 From: Juuxel Date: Sun, 28 Apr 2019 09:29:26 +0300 Subject: [PATCH] Version 0.1.2 - Add zh_cn translation - Remove dependency on fixed Loader version logic :eyes: - Rollback Polyester to 0.1.0 --- build.gradle.kts | 4 ++-- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 54be4cb00..f6d09d4be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ base { archivesBaseName = "Adorn" } -version = "0.1.1+1.14" +version = "0.1.2+1.14" allprojects { apply(plugin = "java") @@ -77,7 +77,7 @@ dependencies { compileOnly("net.fabricmc:fabric-language-kotlin:1.3.30-SNAPSHOT") // Other mods - modCompileAndInclude("com.github.Juuxel:Polyester:0.1.1") + modCompileAndInclude("com.github.Juuxel:Polyester:0.1.0") modCompileAndInclude("towelette:Towelette:1.5.2") modCompileAndInclude("alexiil.mc.lib:libblockattributes:0.4.0") modCompileAndInclude("io.github.cottonmc:cotton:0.6.1+1.14-SNAPSHOT") diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 096289562..5c7781d30 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ }, "depends": { - "fabric": [">=0.2.0", ">=0.3.0-pre"], + "fabric": ">=0.2.0", "fabricloader": ">=0.4.0", "fabric-language-kotlin": ">=1.3.30", "towelette": ">=1.5.0",