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.json15
-rw-r--r--src/main/resources/manhunt.mixins.json6
2 files changed, 9 insertions, 12 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index ce79883..5ade821 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -3,17 +3,16 @@
"id": "manhunt",
"version": "${version}",
"name": "Manhunt",
- "description": "This is an example description! Tell everyone what your mod is about!",
+ "description": "Best Manhunt Minecraft mod.",
"authors": [
- "Me!"
+ "Anhgelus Morhtuuzh"
],
"contact": {
- "homepage": "https://fabricmc.net/",
- "sources": "https://github.com/FabricMC/fabric-example-mod"
+ "sources": "https://github.com/anhgelus/manhunt-mod"
},
- "license": "CC0-1.0",
+ "license": "AGPL-3.0",
"icon": "assets/manhunt/icon.png",
- "environment": "*",
+ "environment": "server",
"entrypoints": {
"main": [
"world.anhgelus.manhunt.Manhunt"
@@ -25,10 +24,10 @@
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.16.1",
- "java": ">=8",
+ "java": ">=17",
"fabric": "*"
},
"suggests": {
- "another-mod": "*"
+ "difficultydeathscaler": "*"
}
} \ No newline at end of file
diff --git a/src/main/resources/manhunt.mixins.json b/src/main/resources/manhunt.mixins.json
index d1c0666..4fcff5b 100644
--- a/src/main/resources/manhunt.mixins.json
+++ b/src/main/resources/manhunt.mixins.json
@@ -1,10 +1,8 @@
{
"required": true,
"package": "world.anhgelus.manhunt.mixin",
- "compatibilityLevel": "JAVA_8",
- "mixins": [
- "ExampleMixin"
- ],
+ "compatibilityLevel": "JAVA_17",
+ "mixins": [],
"injectors": {
"defaultRequire": 1
}