mirror of
https://github.com/CPTProgrammer/ChatPlus.git
synced 2026-09-22 00:23:36 +08:00
Details update
- Updated information in fabric.mod.json - Changed logger prefix
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
package cn.revaria.chatplus;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
|
||||
import net.fabricmc.fabric.api.message.v1.ServerMessageEvents;
|
||||
import net.minecraft.network.message.MessageType;
|
||||
import net.minecraft.network.message.SignedMessage;
|
||||
import net.minecraft.server.network.ServerPlayerEntity;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@@ -13,7 +8,7 @@ public class ChatPlus implements ModInitializer {
|
||||
// This logger is used to write text to the console and the log file.
|
||||
// It is considered best practice to use your mod id as the logger's name.
|
||||
// That way, it's clear which mod wrote info, warnings, and errors.
|
||||
public static final Logger LOGGER = LoggerFactory.getLogger("chat-plus");
|
||||
public static final Logger LOGGER = LoggerFactory.getLogger("Chat Plus");
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
|
||||
Reference in New Issue
Block a user