diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-07-27 00:45:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 00:45:11 +0200 |
| commit | 184bf866b30d3235f1a7f1da9cf3bee958b09bbd (patch) | |
| tree | ca8325756c1cd354d6f18d18a05f0cf65fc4b73b /src/main/resources/fabric.mod.json | |
| parent | 257b4aabb5f284106fc4ee78373784a793ee4b72 (diff) | |
| parent | 3123d5696a34a434f8d976df64047c1e12086810 (diff) | |
Merge pull request #1 from anhgelus/refactor/1.21
[Refactor] Change mod version to 1.21
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 61 |
1 files changed, 29 insertions, 32 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5ade821..b097ea1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,33 +1,30 @@ -{ - "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"
+ ]
+ },
+ "depends": {
+ "fabricloader": ">=0.15.11",
+ "minecraft": "~1.21",
+ "java": ">=21",
+ "fabric": "*"
+ },
+ "suggests": {
+ "difficultydeathscaler": "*"
+ }
}
\ No newline at end of file |
