diff --git a/gradle.properties b/gradle.properties index 27504ac..6aa4086 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.11.6 # Mod Properties - mod_version = 2.1.3 + mod_version = 2.1.3-1.19-experimental-snapshot maven_group = io.github.Andrew6rant archives_base_name = stacker diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 2e1da7c..5b52840 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "stacker", - "version": "2.1.3", + "version": "2.1.3-1.19-experimental-snapshot", "name": "Stacker", "description": "Change the stack size of all items!", @@ -35,7 +35,8 @@ "fabric": "*", "minecraft": [ "1.17.x", - "1.18.x" + "1.18.x", + "1.19.x" ], "java": ">=16", "cloth-config2": ">=5.0.34"