mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 12:26:10 +03:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"quilt_loader": {
|
|
"group": "fudge.notenoughcrashes",
|
|
"id": "notenoughcrashes",
|
|
"version": "${version}",
|
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
|
"entrypoints": {
|
|
"main": [
|
|
"fudge.notenoughcrashes.fabric.NotEnoughCrashesFabric"
|
|
]
|
|
},
|
|
"depends": [
|
|
{
|
|
"id": "minecraft",
|
|
"versions": "1.18.2"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"name": "Not Enough Crashes",
|
|
"description": "Improves crashes in Minecraft - allows returning to title screen, blaming causing mods, and more.",
|
|
"contributors": {
|
|
"Fudge": "Maintainer",
|
|
"Runemoro": "TMC Dev",
|
|
"Liach": "TMC Contributor",
|
|
"Siuolplex": "Contributor",
|
|
"the456gamer": "Contributor",
|
|
"WuzgXY": "Translator",
|
|
"Madis0": "Translator",
|
|
"Fourmisain": "Contributor",
|
|
"wafflecoffee": "Contributor"
|
|
},
|
|
"contact": {
|
|
"issues": "https://github.com/natanfudge/Not-Enough-Crashes/issues",
|
|
"sources": "https://github.com/natanfudge/Not-Enough-Crashes",
|
|
"homepage": "https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes",
|
|
"discord": "https://discord.gg/6TfUuZ2GSe"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "icon.png"
|
|
}
|
|
},
|
|
"mixin": [
|
|
"notenoughcrashes.mixins.json",
|
|
"notenoughcrashes.fabric.mixins.json"
|
|
]
|
|
}
|