{ "schemaVersion": 1, "id": "meteor-rejects", "version": "${version}", "name": "Meteor Rejects", "description": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly.", "authors": [ "Cloudburst", "StormyBytes" ], "contact": { "issues": "https://github.com/AntiCope/meteor-rejects/issues", "sources": "https://github.com/AntiCope/meteor-rejects" }, "license": "GPL-3.0", "icon": "assets/rejects/icon.png", "environment": "client", "entrypoints": { "meteor": [ "anticope.rejects.MeteorRejectsAddon" ], "seedcrackerx": [ "anticope.rejects.utils.SeedCrackerEP" ] }, "mixins": [ "meteor-rejects.mixins.json", "meteor-rejects-meteor.mixins.json" ], "accessWidener": "meteor-rejects.accesswidener", "custom": { "meteor-client:color": "227,0,0", "github:sha": "${gh_hash}" }, "depends": { "java": ">=21", "minecraft": "~${mc_version}", "meteor-client": "*" } }