From 095aa12d0cf8170014f59d1e1646311989aaca58 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 19 Mar 2026 14:32:46 +0100 Subject: Copy Molehunt and rename --- src/main/resources/fabric.mod.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/main/resources/fabric.mod.json (limited to 'src/main/resources/fabric.mod.json') 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}" + } +} -- cgit v1.2.3