{ "schemaVersion": 1, "id": "phycon", "version": "${version}", "name": "Physical Connectivity", "description": "Physical item storage.", "authors": [ "Shadowfacts" ], "contact": { "homepage": "https://git.shadowfacts.net/minecraft/PhysicalConnectivity" }, "license": "LGPL-3.0", "environment": "*", "entrypoints": { "main": [ { "adapter": "kotlin", "value": "net.shadowfacts.phycon.PhysicalConnectivity" } ] }, "mixins": [ "phycon.mixins.json" ], "depends": { "fabricloader": ">=0.4.0", "fabric": "*", "fabric-language-kotlin": ">=1.3.50" } }