diff options
| -rw-r--r-- | gradle.properties | 2 | ||||
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 29a128593..36097eb37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Xmx3G -mod_version=5.8.2 +mod_version=5.8.3 supported_version=1.16.2/3/4 minecraft_version=1.16.4 fabricloader_version=0.10.6+build.214 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index fa7e43cdd..8e4df7a23 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -16,7 +16,7 @@ "fabricloader": "*", "cloth-client-events-v0": ">=1.0.2", "cloth-basic-math": "*", - "cloth-config2": ">=4-", + "cloth-config2": ">=4.8.3", "minecraft": "~1.16.2-rc.1" }, "license": "MIT", |
