BreakMe/src/main/resources/fabric.mod.json

34 lines
670 B
JSON
Raw Normal View History

2020-08-06 20:47:44 +02:00
{
"schemaVersion": 1,
"id": "breakme",
"version": "${version}",
"name": "BreakMe",
"description": "Crashes if you take damage",
"authors": [
"JFronny"
],
"contact": {
"website": "jfronny.gitlab.io",
2021-03-05 08:03:25 +01:00
"repo": "https://gitlab.com/jfmods/BreakMe"
2020-08-06 20:47:44 +02:00
},
"license": "MIT",
"icon": "assets/breakme/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.breakme.BreakMe"
],
"libjf:config": [
"io.gitlab.jfronny.breakme.BreakMeConfig"
2020-08-06 20:47:44 +02:00
]
},
"mixins": [
"breakme.mixins.json"
],
"depends": {
2021-11-10 18:37:04 +01:00
"fabricloader": ">=0.12.0",
2022-02-28 21:44:08 +01:00
"minecraft": "*",
"libjf-config-core-v1": "*"
2020-08-06 20:47:44 +02:00
}
}