Skip to content

Commit

Permalink
更新制作者名单
Browse files Browse the repository at this point in the history
  • Loading branch information
MegumiKasuga committed Apr 10, 2024
1 parent e68a2b4 commit 4203bb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ mixin_version=0.8.5
mixingradle_version = 0.7.+
jei_version=11.2.0.246
mc_version=1.19.2
mod_version = 0.12
mod_version = 0.13

jarVersion = 0.12
jarVersion = 0.13

registrate_version = MC1.19-1.1.5
2 changes: 1 addition & 1 deletion src/main/java/kasuga/lib/core/util/Start.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class Start {
};

public static final String[] CREDIT = new String[]{
"MegumiKasuga"
"KasugaLibTeam"
};

public static void printLogo(Logger logger) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ logoFile="kasuga_lib.png" #optional
# A text field displayed in the mod UI
credits="KasugaLib Group" #optional
# A text field displayed in the mod UI
authors="MegumiKasuga" #optional
authors="KasugaLibTeam" #optional
# Display Test controls the display for your mod in the server connection screen
# MATCH_VERSION means that your mod will cause a red X if the versions on client and server differ. This is the default behaviour and should be what you choose if you have server and client elements to your mod.
# IGNORE_SERVER_VERSION means that your mod will not cause a red X if it's present on the server but not on the client. This is what you should use if you're a server only mod.
Expand Down

0 comments on commit 4203bb8

Please sign in to comment.