LibJF/libjf-translate-v1/src/testmod/resources/fabric.mod.json

17 lines
313 B
JSON
Raw Normal View History

2022-01-27 15:49:08 +01:00
{
"schemaVersion": 1,
"id": "libjf-translate-v0-testmod",
2023-02-23 17:49:07 +01:00
"name": "LibJF Translate",
2022-01-27 15:49:08 +01:00
"version": "1.0",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.libjf.translate.test.TestEntrypoint"
]
2023-02-23 17:49:07 +01:00
},
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
2022-01-27 15:49:08 +01:00
}
}