diff --git a/gradle.properties b/gradle.properties index 6ab8d9b..9cb4f67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html - minecraft_version=1.21 + minecraft_version=1.21.1 parchment_version=1.21:2024.07.28 - loader_version=0.15.11 + loader_version=0.16.0 # Mod Properties mod_version = 1.0.0 @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # check this on https://modmuss50.me/fabric.html - fabric_version=0.100.1+1.21 + fabric_version=0.102.0+1.21.1 bingo_repo=RasmusAntons/bingo - bingo_commit=29e3fe9199f318ce347bd274a352437f07045c31 + bingo_commit=c93a1536686ec908c495fef0cb99fa12e8f3e239 bingo_version=1.1.10+enigmatics+fabric diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0cae414..a94fdd4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ "depends": { "fabricloader": ">=0.15.11", "fabric": "*", - "minecraft": ">=1.21- <1.21.1", + "minecraft": ">=1.21- <1.22", "bingo": "1.1.10" }, "accessWidener": "enigmaticsbingogoals.accesswidener"