mirror of
https://github.com/Astatin3/meteorbot.git
synced 2026-06-09 00:28:01 -06:00
32 lines
640 B
JSON
32 lines
640 B
JSON
|
|
{
|
||
|
|
"schemaVersion": 1,
|
||
|
|
"id": "meteorbot",
|
||
|
|
"version": "${version}",
|
||
|
|
"name": "Meteor-Bot",
|
||
|
|
"description": "An addon template for the Meteor addons.",
|
||
|
|
"authors": [
|
||
|
|
"seasnail"
|
||
|
|
],
|
||
|
|
"contact": {
|
||
|
|
"repo": "https://github.com/MeteorDevelopment/meteor-addon-template"
|
||
|
|
},
|
||
|
|
"icon": "assets/template/icon.png",
|
||
|
|
"environment": "client",
|
||
|
|
"entrypoints": {
|
||
|
|
"meteor": [
|
||
|
|
"com.astatin3.meteorbot.Addon"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"mixins": [
|
||
|
|
"meteorbot.mixins.json"
|
||
|
|
],
|
||
|
|
"custom": {
|
||
|
|
"meteor-client:color": "225,25,25"
|
||
|
|
},
|
||
|
|
"depends": {
|
||
|
|
"java": ">=17",
|
||
|
|
"minecraft": ">=${mc_version}",
|
||
|
|
"meteor-client": "*"
|
||
|
|
}
|
||
|
|
}
|