Add code authors to mod info
This commit is contained in:
parent
7007feac5a
commit
d28b2005a4
2 changed files with 5 additions and 4 deletions
|
@ -8,6 +8,7 @@ import ct.server.http.ServiceServer;
|
|||
import net.fabricmc.api.ModInitializer;
|
||||
import net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents;
|
||||
|
||||
import net.fabricmc.fabric.api.message.v1.ServerMessageDecoratorEvent;
|
||||
import net.fabricmc.fabric.api.networking.v1.ServerPlayConnectionEvents;
|
||||
import net.minecraft.server.MinecraftServer;
|
||||
import net.minecraft.server.network.ServerPlayerEntity;
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
"id": "ct-server",
|
||||
"version": "${version}",
|
||||
"name": "ct-server",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
"description": "Server mod for the project CT Minecraft server",
|
||||
"authors": [
|
||||
"Me!"
|
||||
"AlexDevs",
|
||||
"EmmaKnijn"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
"sources": "https://github.com/project-connecticut/ct-server"
|
||||
},
|
||||
"license": "CC0-1.0",
|
||||
"icon": "assets/ct-server/icon.png",
|
||||
|
|
Loading…
Reference in a new issue