aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-18 13:11:45 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-18 13:11:45 +0100
commit7ba39f866a3ab293ce81b5397c1e2975241919cb (patch)
treee2292d94c7b83ede75c72fff61c4bffd5c8de3b3 /src/main/resources/fabric.mod.json
parent3b694a936c7138acc5eaca3da2ec528c2e8c0894 (diff)
style(): switch to tab and to lf
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json69
1 files changed, 34 insertions, 35 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 09a65fe..43d56c8 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,37 +1,36 @@
{
- "schemaVersion": 1,
- "id": "molehunt",
- "version": "${version}",
- "name": "Molehunt",
- "description": "Molehunt mod",
- "authors": [
- "Anhgelus Morhtuuzh"
- ],
- "contact": {},
- "license": "AGPL-3.0",
- "icon": "assets/molehunt/icon.png",
- "environment": "*",
- "entrypoints": {
- "client": [
- "world.anhgelus.molehunt.client.MolehuntClient"
- ],
- "server": [
-
- ],
- "main": [
- "world.anhgelus.molehunt.Molehunt"
- ]
- },
- "mixins": [
- "molehunt.mixins.json",
- {
- "config": "molehunt.client.mixins.json",
- "environment": "client"
- }
- ],
- "depends": {
- "fabricloader": ">=${loader_version}",
- "fabric-api": "*",
- "minecraft": "${minecraft_version}"
- }
+ "schemaVersion": 1,
+ "id": "molehunt",
+ "version": "${version}",
+ "name": "Molehunt",
+ "description": "Molehunt mod",
+ "authors": [
+ "Anhgelus Morhtuuzh"
+ ],
+ "contact": {},
+ "license": "AGPL-3.0",
+ "icon": "assets/molehunt/icon.png",
+ "environment": "*",
+ "entrypoints": {
+ "client": [
+ "world.anhgelus.molehunt.client.MolehuntClient"
+ ],
+ "server": [
+ ],
+ "main": [
+ "world.anhgelus.molehunt.Molehunt"
+ ]
+ },
+ "mixins": [
+ "molehunt.mixins.json",
+ {
+ "config": "molehunt.client.mixins.json",
+ "environment": "client"
+ }
+ ],
+ "depends": {
+ "fabricloader": ">=${loader_version}",
+ "fabric-api": "*",
+ "minecraft": "${minecraft_version}"
+ }
}