Files
Butler/src/main/resources/fabric.mod.json

33 lines
666 B
JSON

{
"schemaVersion": 1,
"id": "butler-addon",
"version": "${version}",
"name": "Butler Addon",
"description": "Added functionality to the swarm module.",
"authors": [
"obvWolf",
"ImproperIssues"
],
"contact": {
"repo": "https://github.com/MeteorDevelopment/meteor-addon-template"
},
"icon": "assets/template/icon.png",
"environment": "client",
"entrypoints": {
"meteor": [
"me.trouper.butler.Addon"
]
},
"mixins": [
"addon-template.mixins.json"
],
"custom": {
"meteor-client:color": "225,25,25"
},
"depends": {
"java": ">=17",
"minecraft": ">=${mc_version}",
"meteor-client": "*"
}
}