diff --git a/gradle.properties b/gradle.properties index f10292d..37af7ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21 -yarn_mappings=1.21+build.9 +minecraft_version=1.21.1 +yarn_mappings=1.21.1+build.3 loader_version=0.15.11 # Mod Properties @@ -14,4 +14,4 @@ maven_group=io.fabricatedatelier.mayor archives_base_name=mayor # Dependencies -fabric_version=0.100.7+1.21 \ No newline at end of file +fabric_version=0.102.1+1.21.1 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 77c3a66..695cc94 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,7 +7,8 @@ "authors": [ "DEV - Globox", "DEV - ShiroJR", - "ART - ShiroJR" + "ART - ShiroJR", + "ART - Apfelrunder" ], "contact": { "homepage": "https://github.com/fabricated-atelier",