Skip to content

Commit

Permalink
Update VV API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Aug 3, 2024
1 parent 820d2d4 commit 40acc74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication

loader_version=0.16.0
viaver_version=5.0.2
viaver_version=5.0.3-SNAPSHOT
yaml_version=2.2

publish_mc_versions=1.21, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,9 @@ public JsonObject getDump() {
public final boolean hasPlugin(String name) {
return FabricLoader.getInstance().isModLoaded(name);
}

@Override
public boolean couldBeReloading() {
return false;
}
}

0 comments on commit 40acc74

Please sign in to comment.