Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Aug 28, 2023
1 parent 2da2add commit 43d132b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'org.spongepowered.mixin'

version = '1.0.0'
version = '1.0.1'
group = 'org.teacon'
archivesBaseName = 'TeaChat-Forge-1.20'

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
modLoader="javafml"

loaderVersion="[31,)"
loaderVersion="[40,)"

license="BSD-3-Clause"

[[mods]]
modId="tea_chat"
version="${file.jarVersion}"
displayName="TeaChat"
displayTest="IGNORE_SERVER_VERSION"

# We will come back later.
credits=""

authors="3TUSK"

description="Add prefixes and suffixes from LuckPerms to player display names."
Expand Down

0 comments on commit 43d132b

Please sign in to comment.