Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium committed Jun 15, 2021
1 parent a409920 commit 274363b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ 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
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api (or https://fabricmc.net/versions.html)
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
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 274363b

Please sign in to comment.