diff --git a/gradle.properties b/gradle.properties index 3d3bb73c..b7e9d10d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/java/kasuga/lib/core/util/Start.java b/src/main/java/kasuga/lib/core/util/Start.java index 4f14cf25..32387c0c 100644 --- a/src/main/java/kasuga/lib/core/util/Start.java +++ b/src/main/java/kasuga/lib/core/util/Start.java @@ -18,7 +18,7 @@ public final class Start { }; public static final String[] CREDIT = new String[]{ - "MegumiKasuga" + "KasugaLibTeam" }; public static void printLogo(Logger logger) { diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 62149df8..c4167ac5 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -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.