Add support for 1.20.4
This commit is contained in:
parent
36ab413e99
commit
06f3497c95
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# SongPlayer
|
# SongPlayer
|
||||||
A Fabric mod for Minecraft that plays songs with noteblocks.
|
A Fabric mod for Minecraft that plays songs with noteblocks.
|
||||||
The current version is for Minecraft 1.20.3.
|
The current version is for Minecraft 1.20.4.
|
||||||
|
|
||||||
# How to install
|
# How to install
|
||||||
You can grab the mod jar from releases section.
|
You can grab the mod jar from releases section.
|
||||||
|
|
|
@ -4,15 +4,15 @@ org.gradle.parallel=true
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version=1.20.3
|
minecraft_version=1.20.4
|
||||||
yarn_mappings=1.20.3+build.1
|
yarn_mappings=1.20.3+build.1
|
||||||
loader_version=0.15.0
|
loader_version=0.15.0
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 3.1.2
|
mod_version = 3.1.3
|
||||||
maven_group = com.github.hhhzzzsss
|
maven_group = com.github.hhhzzzsss
|
||||||
archives_base_name = song-player
|
archives_base_name = song-player
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
fabric_version=0.91.1+1.20.3
|
fabric_version=0.91.1+1.20.4
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.11",
|
"fabricloader": ">=0.14.11",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "1.20.3",
|
"minecraft": "~1.20.3",
|
||||||
"java": ">=17"
|
"java": ">=17"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
|
Loading…
Reference in a new issue