39 lines
872 B
JSON
39 lines
872 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": [
|
|
"cloudburst.rejects.MeteorRejectsAddon"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"meteor-rejects.mixins.json",
|
|
"meteor-rejects-meteor.mixins.json"
|
|
],
|
|
"custom": {
|
|
"meteor-client:color": "227,0,0"
|
|
},
|
|
"depends": {
|
|
"java": ">=16",
|
|
"minecraft": ">=@mc_version@",
|
|
"meteor-client": "*"
|
|
}
|
|
}
|