first commit

This commit is contained in:
Cloudburst
2021-03-11 10:09:33 +01:00
commit 081fa3b235
22 changed files with 2036 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"schemaVersion": 1,
"id": "meteor-rejects",
"version": "${version}",
"name": "Meteor Rejects Addon",
"description": "An addon to Meteor Client that adds modules and commands that were to useless to be added to Meteor directly.",
"authors": [
"Cloudburst"
],
"contact": {
},
"license": "GPL-3.0",
"icon": "assets/meteor/icon.png",
"environment": "client",
"entrypoints": {
"meteor": [
"cloudburst.rejects.MeteorRejectsAddon"
]
},
"mixins": [
"meteor-rejects.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x",
"meteor-client": "*"
}
}