Skip to content

Commit

Permalink
It seems to work on 21H2
Browse files Browse the repository at this point in the history
Wait, build number 22000 is 21H2..
  • Loading branch information
LemonCaramel committed Oct 21, 2023
1 parent 5f3ed8d commit d50742a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Mica

### Enable Mica or Acrylic on Windows 11 22H2 (Build 22000) or later.
### Enable Mica or Acrylic on Windows 11 21H2 (Build 22000) or later.

![License](https://img.shields.io/github/license/LemonCaramel/Mica.svg)
![Issues](https://img.shields.io/github/issues/LemonCaramel/Mica.svg)
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/resources/assets/mica/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"modmenu.descriptionTranslation.mica": "Enable Mica or Acrylic on Windows 11 22H2 22000 or later.",
"modmenu.descriptionTranslation.mica": "Enable Mica or Acrylic on Windows 11 21H2 22000 or later.",

"mica.unsupported_os.title": "Unsupported OS",
"mica.unsupported_os.description": "%s is only available for Windows 11 22H2 (22000) or later operating systems.",
"mica.unsupported_os.description": "%s is only available for Windows 11 21H2 (22000) or later operating systems.",

"mica.missing_yacl.title": "YetAnotherConfigLib mod isn't installed!!",
"mica.missing_yacl.description": "YACL mod is required to change settings on %s.\nClick the button below to download it.",
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/resources/assets/mica/lang/ko_kr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"modmenu.descriptionTranslation.mica": "Windows 11 22H2 22000 이상의 OS에서 Mica 또는 Acrylic 재질을 활성화합니다.",
"modmenu.descriptionTranslation.mica": "Windows 11 21H2 22000 이상의 OS에서 Mica 또는 Acrylic 재질을 활성화합니다.",

"mica.unsupported_os.title": "지원하지 않는 OS",
"mica.unsupported_os.description": "%s는 Windows 11 22H2 (22000) 이상의 OS에서만 사용할 수 있습니다.",
"mica.unsupported_os.description": "%s는 Windows 11 21H2 (22000) 이상의 OS에서만 사용할 수 있습니다.",

"mica.missing_yacl.title": "YetAnotherConfigLib 모드가 설치되지 않음!!",
"mica.missing_yacl.description": "%s의 설정을 변경하기 위해서는 YACL 모드가 필요합니다.\n아래 버튼을 클릭하여 다운로드 받으세요.",
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/resources/assets/mica/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"modmenu.descriptionTranslation.mica": "在 Windows 11 22H2 22000 或更高版本上启用云母或亚克力效果",
"modmenu.descriptionTranslation.mica": "在 Windows 11 21H2 22000 或更高版本上启用云母或亚克力效果",

"mica.unsupported_os.title": "不支持的系统",
"mica.unsupported_os.description": "%s 仅适用于 Windows 11 22H2 (22000) 或更高版本的操作系统。",
"mica.unsupported_os.description": "%s 仅适用于 Windows 11 21H2 (22000) 或更高版本的操作系统。",

"mica.missing_yacl.title": "YetAnotherConfigLib 模组没有安装!!",
"mica.missing_yacl.description": "需要 YACL 模组来更改%s上的设置。\n单击下面的按钮下载它。",
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "${version}",

"name": "Mica",
"description": "Enable Mica or Acrylic on Windows 11 22H2 22000 or later.",
"description": "Enable Mica or Acrylic on Windows 11 21H2 22000 or later.",
"authors": [
"LemonCaramel"
],
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ displayTest="IGNORE_SERVER_VERSION" # MATCH_VERSION is the default if nothing is

# The description text for the mod (multi line!) (#mandatory)
description='''
Enable Mica or Acrylic on Windows 11 22H2 22000 or later.
Enable Mica or Acrylic on Windows 11 21H2 22000 or later.
'''
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.mica]] #optional
Expand Down

0 comments on commit d50742a

Please sign in to comment.