diff options
author | nea <romangraef@gmail.com> | 2022-07-26 23:12:13 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-07-26 23:12:13 +0200 |
commit | 386ee78026801bf50d9cba24de541ed087f145d6 (patch) | |
tree | 3f85f2595141802d3d7f9828d440cfd50aee9a7c /quilt/src/main/resources/quilt.mod.json | |
parent | cc9c23914b8a928026a457b259e44bc4bb2fe655 (diff) | |
download | firmament-386ee78026801bf50d9cba24de541ed087f145d6.tar.gz firmament-386ee78026801bf50d9cba24de541ed087f145d6.tar.bz2 firmament-386ee78026801bf50d9cba24de541ed087f145d6.zip |
1.19 and no more forge
Diffstat (limited to 'quilt/src/main/resources/quilt.mod.json')
-rw-r--r-- | quilt/src/main/resources/quilt.mod.json | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/quilt/src/main/resources/quilt.mod.json b/quilt/src/main/resources/quilt.mod.json deleted file mode 100644 index 6cdf9ae..0000000 --- a/quilt/src/main/resources/quilt.mod.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "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" - } - ] - } -} |