diff --git a/gradle.properties b/gradle.properties index 5255789..cb47725 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.17 -yarn_mappings=1.17+build.13 +minecraft_version=1.17.1 +yarn_mappings=1.17.1+build.1 loader_version=0.11.6 # Mod Properties -mod_version = 1.0.2 +mod_version = 1.0.3 maven_group = net.fabricmc archives_base_name = trample-disabler # 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.36.0+1.17 +fabric_version=0.36.1+1.17 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b7c15ba..49ac00f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "trampledisablerfabric", - "version": "1.0.2", + "version": "1.0.3", "name": "Trample Disabler", "description": "Disables farmland trampling",