diff --git a/gradle.properties b/gradle.properties index c5825d1..df90fec 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.18.1 -yarn_mappings=1.18.1+build.7 -loader_version=0.12.12 +minecraft_version=1.18.2 +yarn_mappings=1.18.2+build.3 +loader_version=0.14.7 # Mod Properties -mod_version = 1.0.4 +mod_version = 1.0.5 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.44.0+1.18 +fabric_version=0.56.0+1.18.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b59a04e..8338724 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.4", + "version": "1.0.5", "name": "Trample Disabler", "description": "Disables farmland trampling",