{ "schemaVersion": 1, "id": "ct-server", "version": "${version}", "name": "ct-server", "description": "This is an example description! Tell everyone what your mod is about!", "authors": [ "Me!" ], "contact": { "homepage": "https://fabricmc.net/", "sources": "https://github.com/FabricMC/fabric-example-mod" }, "license": "CC0-1.0", "icon": "assets/ct-server/icon.png", "environment": "*", "entrypoints": { "main": [ "ct.server.CtServer" ], "client": [ "ct.server.CtserverClient" ] }, "mixins": [ "ct-server.mixins.json", { "config": "ct-server.client.mixins.json", "environment": "client" } ], "depends": { "fabricloader": ">=0.15.11", "minecraft": "~1.21", "java": ">=21", "fabric-api": "*" }, "suggests": { "another-mod": "*" } }