diff --git a/gradle.properties b/gradle.properties index 9d4852a..ce7b861 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.2 -yarn_mappings=1.18.2+build.3 -loader_version=0.14.2 +minecraft_version=1.19 +yarn_mappings=1.19+build.1 +loader_version=0.14.6 # Mod Properties -mod_version=1.0.0-SNAPSHOT +mod_version=1.0.0.1-SNAPSHOT maven_group=ml.unbreakinggold archives_base_name=DatapackInstaller # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.51.1+1.18.2 +fabric_version=0.55.1+1.19 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a702fb8..169154d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,10 +5,10 @@ "name": "Datapack Installer", "description": "Allows you to select datapacks, compressed or as a folder, inside a folder during world creation without having to copy them.", "authors": [ - "UnbreakingGold" + "WardenBypass" ], "contact": { - "repo": "https://github.com/MacaylaMarvelous81/DatapackInstaller" + "repo": "https://git.sr.ht/~macaylamarvelous81/datapack-installer" }, "license": "MIT", "icon": "assets/DatapackInstaller/icon.png", @@ -22,8 +22,8 @@ "DatapackInstaller.mixins.json" ], "depends": { - "fabricloader": ">=0.14.2", + "fabricloader": ">=0.14.6", "fabric": "*", - "minecraft": "1.18.2" + "minecraft": "1.19" } }