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
|
||||
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
|
||||
You can grab the mod jar from releases section.
|
||||
|
|
|
@ -4,15 +4,15 @@ org.gradle.parallel=true
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.20.3
|
||||
minecraft_version=1.20.4
|
||||
yarn_mappings=1.20.3+build.1
|
||||
loader_version=0.15.0
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 3.1.2
|
||||
mod_version = 3.1.3
|
||||
maven_group = com.github.hhhzzzsss
|
||||
archives_base_name = song-player
|
||||
|
||||
# Dependencies
|
||||
# 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": {
|
||||
"fabricloader": ">=0.14.11",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.20.3",
|
||||
"minecraft": "~1.20.3",
|
||||
"java": ">=17"
|
||||
},
|
||||
"suggests": {
|
||||
|
|
Loading…
Reference in a new issue