{
"schemaVersion": 1,
"id": "me.aleteoryx.mc.fedimc",
"version": "${version}",
"name": "FediMC",
"description": "Administrate a Fediverse instance from inside Minecraft! What could go wrong?",
"authors": [
"Aleteoryx"
],
"contact": {
"homepage": "https://amehut.dev/~aleteoryx/fedimc/",
"sources": "https://git.amehut.dev/~aleteoryx/fedimc/"
},
"license": "0BSD",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"me.aleteoryx.mc.fedimc.CoreMod"
],
"server": [
"me.aleteoryx.mc.fedimc.ServerMod"
],
"client": [
"me.aleteoryx.mc.fedimc.ClientMod"
]
},
"mixins": [
],
"depends": {
"fabricloader": ">=0.16.9",
"minecraft": "~1.21.4",
"java": ">=21",
"fabric-api": "*"
}
}