~aleteoryx/fedimc

ref: d505a55f84fc1dd7d77381164fdbeaaceedbcfd7 fedimc/src/main/resources/fabric.mod.json -rw-r--r-- 806 bytes
d505a55fAleteoryx basics 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "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": "*"
  }
}