diff --git a/gradle.properties b/gradle.properties index a4b89f7..9c2eec1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.18.1 - yarn_mappings=1.18.1+build.3 - loader_version=0.12.11 + minecraft_version=1.18.2 + yarn_mappings=1.18.2+build.2 + loader_version=0.13.3 # Mod Properties mod_version = 1.1.1 @@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.44.0+1.18 + fabric_version=0.48.0+1.18.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0fcc909..fe76b03 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,10 +28,8 @@ ], "depends": { - "fabricloader": ">=0.7.4", + "fabricloader": ">=0.12", "minecraft": "1.18.x" }, - "suggests": { - "flamingo": "*" - } + "suggests": {} }