diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-19 14:32:46 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-19 14:32:46 +0100 |
| commit | 095aa12d0cf8170014f59d1e1646311989aaca58 (patch) | |
| tree | 3af7b4e08aaae82a5bdcf6fbd0bb14b519d1cb27 /src/main/resources/fabric.mod.json | |
Copy Molehunt and rename
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..7b5b38d --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,36 @@ +{ + "schemaVersion": 1, + "id": "Floodhunt", + "version": "${version}", + "name": "Floodhunt", + "description": "Floodhunt mod", + "authors": [ + "Anhgelus Morhtuuzh" + ], + "contact": {}, + "license": "AGPL-3.0", + "icon": "assets/molehunt/icon.png", + "environment": "*", + "entrypoints": { + "client": [ + "world.anhgelus.floodhunt.client.FloodhuntClient" + ], + "server": [ + ], + "main": [ + "world.anhgelus.floodhunt.Floodhunt" + ] + }, + "mixins": [ + "Floodhunt.mixins.json", + { + "config": "Floodhunt.client.mixins.json", + "environment": "client" + } + ], + "depends": { + "fabricloader": ">=${loader_version}", + "fabric-api": "*", + "minecraft": "${minecraft_version}" + } +} |
