first commit
This commit is contained in:
34
src/main/resources/fabric.mod.json
Normal file
34
src/main/resources/fabric.mod.json
Normal 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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user