diff --git a/gradle.properties b/gradle.properties index a137614..8fbad09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 76059e8..e3bb845 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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" } }