aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json69
-rw-r--r--src/main/resources/molehunt.mixins.json26
2 files changed, 47 insertions, 48 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}"
+ }
}
diff --git a/src/main/resources/molehunt.mixins.json b/src/main/resources/molehunt.mixins.json
index 2dc5bb9..8013886 100644
--- a/src/main/resources/molehunt.mixins.json
+++ b/src/main/resources/molehunt.mixins.json
@@ -1,15 +1,15 @@
{
- "required": true,
- "minVersion": "0.8",
- "package": "world.anhgelus.molehunt.mixin",
- "compatibilityLevel": "JAVA_21",
- "mixins": [
- "NoJoinLeaveMessage",
- "NoMsgCommand",
- "NoPortals",
- "WorldTimerAccess"
- ],
- "injectors": {
- "defaultRequire": 1
- }
+ "required": true,
+ "minVersion": "0.8",
+ "package": "world.anhgelus.molehunt.mixin",
+ "compatibilityLevel": "JAVA_21",
+ "mixins": [
+ "NoJoinLeaveMessage",
+ "NoMsgCommand",
+ "NoPortals",
+ "WorldTimerAccess"
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ }
}