mirror of
https://github.com/CPTProgrammer/ChatPlus.git
synced 2025-05-12 23:08:13 +08:00
Details update
- Updated information in fabric.mod.json - Changed logger prefix
This commit is contained in:
parent
ef99035b2d
commit
7ac3c4a802
@ -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() {
|
||||
|
@ -8,8 +8,9 @@
|
||||
"Rev_Aria"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
"homepage": "https://modrinth.com/mod/chatplus",
|
||||
"sources": "https://github.com/CPTProgrammer/ChatPlus/",
|
||||
"issues": "https://github.com/CPTProgrammer/ChatPlus/issues"
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"icon": "assets/chat-plus/icon.png",
|
||||
@ -28,7 +29,7 @@
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.21",
|
||||
"minecraft": "~1.20.1",
|
||||
"minecraft": "~1.20.4",
|
||||
"java": ">=17",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user