mirror of
https://github.com/CPTProgrammer/ChatPlus.git
synced 2025-05-13 07:18:14 +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;
|
package cn.revaria.chatplus;
|
||||||
|
|
||||||
import net.fabricmc.api.ModInitializer;
|
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.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
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.
|
// 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.
|
// 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.
|
// 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
|
@Override
|
||||||
public void onInitialize() {
|
public void onInitialize() {
|
||||||
|
@ -8,8 +8,9 @@
|
|||||||
"Rev_Aria"
|
"Rev_Aria"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://fabricmc.net/",
|
"homepage": "https://modrinth.com/mod/chatplus",
|
||||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
"sources": "https://github.com/CPTProgrammer/ChatPlus/",
|
||||||
|
"issues": "https://github.com/CPTProgrammer/ChatPlus/issues"
|
||||||
},
|
},
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"icon": "assets/chat-plus/icon.png",
|
"icon": "assets/chat-plus/icon.png",
|
||||||
@ -28,7 +29,7 @@
|
|||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.21",
|
"fabricloader": ">=0.14.21",
|
||||||
"minecraft": "~1.20.1",
|
"minecraft": "~1.20.4",
|
||||||
"java": ">=17",
|
"java": ">=17",
|
||||||
"fabric-api": "*"
|
"fabric-api": "*"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user