{ "schemaVersion": 1, "id": "dynres", "version": "${version}", "name": "DynRes", "description": "Host a resource pack directly on your server", "authors": ["JFronny"], "contact": { "email": "projects.contact@frohnmeyer-wds.de", "homepage": "https://jfronny.gitlab.io", "issues": "https://git.frohnmeyer-wds.de/JfMods/DynRes/issues", "sources": "https://git.frohnmeyer-wds.de/JfMods/DynRes" }, "license": "MIT", "icon": "assets/dynres/icon.png", "environment": "*", "entrypoints": { "libjf:web": ["io.gitlab.jfronny.dynres.DynRes"], "client": ["io.gitlab.jfronny.dynres.DebugClient"], "libjf:config": ["io.gitlab.jfronny.dynres.JFC_Cfg"] }, "mixins": [ "dynres.mixins.json", { "config": "dynres.client.mixins.json", "environment": "client" } ], "depends": { "fabricloader": ">=0.12.0", "minecraft": "*", "libjf-config-core-v1": ">=2.7.0" }, "custom": { "libjf": { "web": true } } }