diff options
author | Keuin <[email protected]> | 2020-12-25 16:22:47 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-25 16:22:47 +0800 |
commit | 9de4839c30ca750026b6fbed235a0300c82f67a8 (patch) | |
tree | 446212046ec4aea47f6222d89d0454f7489ffc2f /gradle.properties | |
parent | 623ebbc3f65ec82bcec66de0f213bbe39065a25a (diff) |
Add `/blame limit <limit>` command to change the lookup limit.
Improve the implementation of look up limit.
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 0c58fb8..2527577 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.1.3-beta +mod_version=1.2.0-alpha maven_group=com.keuin.blame archives_base_name=blame-fabric # Dependencies |