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

30 lines
685 B
JSON
Raw Normal View History

2020-09-07 13:29:44 +02:00
{
"schemaVersion": 1,
"id": "dynres",
"version": "${version}",
"name": "DynRes",
"description": "Host resourcepacks directly in-server",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
2021-03-05 07:53:03 +01:00
"repo": "https://www.gitlab.com/jfmods/DynRes"
2020-09-07 13:29:44 +02:00
},
"license": "MIT",
"icon": "assets/dynres/icon.png",
"environment": "*",
2020-09-07 13:29:44 +02:00
"entrypoints": {
2021-06-02 13:31:04 +02:00
"libweb": ["io.gitlab.jfronny.dynres.DynRes"],
"client": ["io.gitlab.jfronny.dynres.DebugClient"],
"libjf:config": ["io.gitlab.jfronny.dynres.Cfg"]
2020-09-07 13:29:44 +02:00
},
"mixins": [
"dynres.mixins.json"
],
"depends": {
"fabricloader": ">=0.9.3+build.207",
"minecraft": "*"
2020-09-07 13:29:44 +02:00
}
}