Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Mar 13, 2024
1 parent 92c13dd commit a6ebb8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@

see
https://github.com/reobf/Void-Miner-Tweak-Mod/wiki

[![](https://github.com/reobf/Programmable-Hatches-Mod/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/reobf/Programmable-Hatches-Mod/actions/workflows/build-and-test.yml)


注意:
安装mod后会基于你当前的游戏语言,向GregTech.lang写入翻译条目,而写入后无法自动移除条目。
因此请先设置好游戏语言再安装此mod。
如果在运行过mod之后想更改语言,且启用了UseThisFileAsLanguageFile=true,你需要删除GregTech.lang,或者恢复安装mod前的GregTech.lang的备份(若有)。
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ catch (Exception ignored) {

// Pulls version first from the VERSION env and then git tag
String identifiedVersion = null
String versionOverride = '0.0.5'
String versionOverride = '0.0.1'
try {
// Produce a version based on the tag, or for branches something like 0.2.2-configurable-maven-and-extras.38+43090270b6-dirty
if (versionOverride == null) {
Expand Down

0 comments on commit a6ebb8c

Please sign in to comment.