diff options
author | Keuin <[email protected]> | 2020-12-28 22:53:31 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-28 22:53:31 +0800 |
commit | 4dad5fc27145593c14425b3e673b924155903585 (patch) | |
tree | 3573b6ddb9170126d47f75a10b91c140c6fd9e98 /gradle.properties | |
parent | f287ea9dbb54b96c15f441b7f72e7d6527704ded (diff) |
Version 1.3.0: add switches for all disable features. Fixed the vanilla bug that the entity trackers sometimes spam in the console.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 4e05fe8..ec979de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.15.2 yarn_mappings=1.15.2+build.17 loader_version=0.10.8 # Mod Properties -mod_version=1.2.0 +mod_version=1.3.0 maven_group=com.keuin.omvm archives_base_name=oh-my-vanilla-mc # Dependencies |