diff --git a/README.md b/README.md index ec8b459..1fe3356 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A fabric utility mod -VM Options `--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/sun.reflect.annotation=ALL-UNNAMED` - ## Dependency [fabric-api](https://www.curseforge.com/minecraft/mc-mods/fabric-api) diff --git a/gradle.properties b/gradle.properties index c4bf17e..3deaffb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ yarn_mappings=1.17+build.11 loader_version=0.11.6 loom_version=0.7-SNAPSHOT # Mod Properties -mod_version=1.1.0-MC1.17 +mod_version=1.1.1-MC1.17 maven_group=cn.enaium archives_base_name=vac # Dependencies @@ -15,4 +15,4 @@ archives_base_name=vac fabric_version=0.35.1+1.17 kotlin_version=1.5.10 fabric_kotlin_version=1.6.1+kotlin.1.5.10 -cf4m_version=1.9.5 +cf4m_version=1.9.6 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 051a6c1..c3f413e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.17.x", - "cf4m": ">=1.9.5", + "cf4m": ">=1.9.6", "fabric-language-kotlin": "*" }, "suggests": {