Update to 1.19 pre 4

This commit is contained in:
Semmieboy YT 2022-05-31 15:09:27 +02:00
parent 9ad707e979
commit 1ca0290885
2 changed files with 12 additions and 8 deletions

View File

@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.22
loader_version=0.13.2
minecraft_version=1.19-pre4
yarn_mappings=1.19-pre4+build.1
loader_version=0.14.6
# Mod Properties
mod_version=1.0.1
mod_version=1.2.0
maven_group=semmieboy_yt
archives_base_name=disc_jockey
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.46.4+1.18
fabric_version=0.53.4+1.19

View File

@ -5,7 +5,7 @@
"name": "Disc Jockey",
"description": "Play note block songs in Minecraft",
"authors": [
"Semmieboy YT"
"SemmieDev"
],
"contact": {
"repo": "https://github.com/SemmieboyYT/Disc-Jockey"
@ -15,10 +15,14 @@
"environment": "client",
"entrypoints": {
"client": [
"semmieboy_yt.disc_jockey.Main"
"semmiedev.disc_jockey.Main"
]
},
"depends": {
"fabric": "*"
"fabric-command-api-v2": "*",
"fabric-lifecycle-events-v1": "*",
"fabric-networking-api-v1": "*",
"fabric-rendering-v1": "*",
"minecraft": "1.19-beta.4"
}
}