Skip to content

Commit a0c757d

Browse files
authored
Merge pull request #4 from BIGGASSS/feature/1.21.11-support
Support Minecraft 1.21.11
2 parents f40d6a5 + 797171a commit a0c757d

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A Minecraft Fabric mod that displays the current playing song in Netease Music on Windows and Linux (via MPRIS).
44

5+
Supports Minecraft `1.21.11` on Fabric.
6+
57
## Available Commands
68

79
- `/nmd color <hex|name>` - Set color (e.g., `FF5733`, `red`, `yellow`)

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ org.gradle.configuration-cache=false
77

88
# Fabric Properties
99
# check these on https://fabricmc.net/develop
10-
minecraft_version=1.21.10
11-
yarn_mappings=1.21.10+build.3
10+
minecraft_version=1.21.11
11+
yarn_mappings=1.21.11+build.4
1212
loader_version=0.18.4
13-
loom_version=1.15-SNAPSHOT
14-
fabric_kotlin_version=1.13.8+kotlin.2.3.0
13+
loom_version=1.15.5
14+
fabric_kotlin_version=1.13.9+kotlin.2.3.10
1515

1616
# Mod Properties
17-
mod_version=1.0.0
17+
mod_version=1.0.1
1818
maven_group=com.as9929.display.netease
1919
archives_base_name=netease-music-display
2020

2121
# Dependencies
22-
fabric_api_version=0.138.4+1.21.10
22+
fabric_api_version=0.141.3+1.21.11

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
],
3434
"depends": {
3535
"fabricloader": ">=0.18.4",
36-
"minecraft": "~1.21.10",
36+
"minecraft": "~1.21.11",
3737
"java": ">=21",
3838
"fabric-api": "*",
3939
"fabric-language-kotlin": "*"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)