-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated Gradle and added Simplified Chinese translation
Thanks to BradNotBad for the translation
- Loading branch information
1 parent
80ccf0f
commit c317bce
Showing
4 changed files
with
13 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
plugins { | ||
id 'fabric-loom' version '0.8-SNAPSHOT' | ||
id 'fabric-loom' version '0.10-SNAPSHOT' | ||
id 'maven-publish' | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
30 changes: 0 additions & 30 deletions
30
src/main/java/io/github/Andrew6rant/stacker/mixin/InmisFixMixin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"text.autoconfig.stacker.title": "Stacker配置", | ||
"text.autoconfig.stacker.option.maxStacker": "最大堆叠大小", | ||
"text.autoconfig.stacker.option.maxStacker.@Tooltip": "不要设置超过2147483647,也不要小于1", | ||
"text.autoconfig.stacker.option.maxStacker.@PrefixText": "更改最大堆叠大小需要重新启动才会生效", | ||
"text.autoconfig.stacker.option.variableOverride": "动态字体比例覆盖", | ||
"text.autoconfig.stacker.option.variableOverride.@Tooltip": "将该项设置为 §a是 §f如果您希望字体随数量大小而变化", | ||
"text.autoconfig.stacker.option.variableOverride.@PrefixText": "字体更改立即生效,无需重新启动", | ||
"text.autoconfig.stacker.option.itemCountScaleInt": "物品数量字体大小", | ||
"text.autoconfig.stacker.option.itemCountScaleInt.@Tooltip": "仅在动态字体比例覆盖设置为 §c否 §f时适用" | ||
} |