Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
- Add zh_cn translation
- Remove dependency on fixed Loader version logic 👀
- Rollback Polyester to 0.1.0
  • Loading branch information
Juuxel committed Apr 28, 2019
1 parent 9f37c48 commit 14b8739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base {
archivesBaseName = "Adorn"
}

version = "0.1.1+1.14"
version = "0.1.2+1.14"

allprojects {
apply(plugin = "java")
Expand Down Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 14b8739

Please sign in to comment.