{ "schemaVersion": 1, "id": "dynres", "version": "${version}", "name": "DynRes", "description": "Host resourcepacks directly in-server", "authors": [ "JFronny" ], "contact": { "website": "https://jfronny.gitlab.io", "repo": "https://www.gitlab.com/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.Cfg"] }, "mixins": [ "dynres.mixins.json" ], "depends": { "fabricloader": ">=0.12.0", "minecraft": "*", "libjf-config-v0": ">=2.7.0" }, "custom": { "libjf": { "web": true }, "libjf:config": { "referencedConfigs": ["libjf-web-v0"] } } }