diff --git a/README.md b/README.md index abe8f9f..83a41dd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gradle.properties b/gradle.properties index 5cbe8c5..194608e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f3938a7..8b1d77f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,7 +28,7 @@ "depends": { "fabricloader": ">=0.14.11", "fabric": "*", - "minecraft": "1.20.3", + "minecraft": "~1.20.3", "java": ">=17" }, "suggests": {