diff --git a/gradle.properties b/gradle.properties index 0a60362..bfbe6d0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,17 @@ org.gradle.jvmargs=-Xmx6G org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2 # Fabric Properties - # check these on https://fabricmc.net/versions.html - minecraft_version=1.19 - yarn_mappings=1.19+build.4 - loader_version=0.14.9 +minecraft_version=1.19.2 +yarn_mappings=1.19.2+build.9 +loader_version=0.14.9 + +#Fabric api +fabric_version=0.60.0+1.19.2 # Mod Properties - mod_version = 1.0.7 + mod_version = 1.0.7-1.19.x maven_group = com.aspects archives_base_name = aspects - origins_version=v1.6.2 # Dependencies - fabric_version=0.58.0+1.19 + origins_version=v1.7.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fe7a568..fc29970 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,9 +9,9 @@ "Fishplex" ], "contact": { - "homepage": "https://github.com/missingbinary/Aspects", - "sources": "https://github.com/missingbinary/Aspects", - "issues": "https://github.com/missingbinary/Aspects/issues" + "homepage": "https://github.com/Fishplex/Aspects", + "sources": "https://github.com/Fishplex/Aspects", + "issues": "https://github.com/Fishplex/Aspects/issues" }, "license": "CC0-1.0",