Files
Meteor-Rejects/src/main/resources/fabric.mod.json
2022-07-24 07:57:59 +02:00

43 lines
976 B
JSON

{
"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"
],
"custom": {
"meteor-client:color": "227,0,0",
"github:sha": "${gh_hash}"
},
"depends": {
"java": ">=16",
"minecraft": "~${mc_version}",
"meteor-client": "*"
}
}