aboutsummaryrefslogtreecommitdiff
path: root/quilt/src/main/resources/quilt.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'quilt/src/main/resources/quilt.mod.json')
-rw-r--r--quilt/src/main/resources/quilt.mod.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/quilt/src/main/resources/quilt.mod.json b/quilt/src/main/resources/quilt.mod.json
new file mode 100644
index 0000000..6cdf9ae
--- /dev/null
+++ b/quilt/src/main/resources/quilt.mod.json
@@ -0,0 +1,45 @@
+{
+ "schema_version": 1,
+ "mixins": [
+ "notenoughupdates.mixins.json",
+ "notenoughupdates-common.mixins.json"
+ ],
+ "quilt_loader": {
+ "group": "${group}",
+ "id": "notenoughupdates",
+ "version": "${version}",
+ "name": "Not Enough Updates",
+ "description": "Not Enough Updates - A mod for Hypixel Skyblock",
+ "authors": ["nea89"],
+ "contact": {
+ "sources": "https://github.com/romangraef/TODO"
+ },
+ "license": "LGPL-3.0",
+ "icon": "assets/notenoughupdates/icon.png",
+ "intermediate_mappings": "net.fabricmc:intermediary",
+ "environment": "*",
+ "entrypoints": {
+ "init": [
+ "net.examplemod.quilt.ExampleModQuilt"
+ ]
+ },
+ "depends": [
+ {
+ "id": "quilt_loader",
+ "version": "*"
+ },
+ {
+ "id": "quilt_base",
+ "version": "*"
+ },
+ {
+ "id": "minecraft",
+ "version": ">=1.18.2"
+ },
+ {
+ "id": "architectury",
+ "version": ">=4.2.50"
+ }
+ ]
+ }
+}