aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-07-26 21:23:43 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-07-26 21:23:43 +0000
commit6f183d857d97eb8f45f010b0d9975b4bb19faa9a (patch)
tree0599ab3bb90db86367275273eb910a7634721cae /src/main/resources/fabric.mod.json
parent257b4aabb5f284106fc4ee78373784a793ee4b72 (diff)
refactor(minecraft): upgrade to 1.21
Thanks @Leo-210 for the idea
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 5ade821..8e153fb 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,33 +1,33 @@
-{
- "schemaVersion": 1,
- "id": "manhunt",
- "version": "${version}",
- "name": "Manhunt",
- "description": "Best Manhunt Minecraft mod.",
- "authors": [
- "Anhgelus Morhtuuzh"
- ],
- "contact": {
- "sources": "https://github.com/anhgelus/manhunt-mod"
- },
- "license": "AGPL-3.0",
- "icon": "assets/manhunt/icon.png",
- "environment": "server",
- "entrypoints": {
- "main": [
- "world.anhgelus.manhunt.Manhunt"
- ]
- },
- "mixins": [
- "manhunt.mixins.json"
- ],
- "depends": {
- "fabricloader": ">=0.15.11",
- "minecraft": "~1.16.1",
- "java": ">=17",
- "fabric": "*"
- },
- "suggests": {
- "difficultydeathscaler": "*"
- }
+{
+ "schemaVersion": 1,
+ "id": "manhunt",
+ "version": "${version}",
+ "name": "Manhunt",
+ "description": "Best Manhunt Minecraft mod.",
+ "authors": [
+ "Anhgelus Morhtuuzh"
+ ],
+ "contact": {
+ "sources": "https://github.com/anhgelus/manhunt-mod"
+ },
+ "license": "AGPL-3.0",
+ "icon": "assets/manhunt/icon.png",
+ "environment": "server",
+ "entrypoints": {
+ "main": [
+ "world.anhgelus.manhunt.Manhunt"
+ ]
+ },
+ "mixins": [
+ "manhunt.mixins.json"
+ ],
+ "depends": {
+ "fabricloader": ">=0.15.11",
+ "minecraft": "~1.16.1",
+ "java": ">=17",
+ "fabric": "*"
+ },
+ "suggests": {
+ "difficultydeathscaler": "*"
+ }
} \ No newline at end of file