Update to 1.20.6

This commit is contained in:
Semmieboy YT 2024-05-14 19:49:18 +02:00
parent 620f06930d
commit 88423eeff9
2 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.5 minecraft_version=1.20.6
yarn_mappings=1.20.5+build.1 yarn_mappings=1.20.6+build.1
loader_version=0.15.10 loader_version=0.15.11
# Mod Properties # Mod Properties
mod_version=1.5.0 mod_version=1.5.0
maven_group=semmiedev maven_group=semmiedev
archives_base_name=disc_jockey archives_base_name=disc_jockey
# Dependencies # Dependencies
# check this on https://modmuss50.me/fabric.html # check this on https://modmuss50.me/fabric.html
fabric_version=0.97.6+1.20.5 fabric_version=0.98.0+1.20.6

View File

@ -27,7 +27,7 @@
], ],
"depends": { "depends": {
"fabric": "*", "fabric": "*",
"minecraft": "1.20.5", "minecraft": ">=1.20.5 <=1.20.6",
"cloth-config": "*" "cloth-config": "*"
} }
} }