Mostly make this thing work

This commit is contained in:
astatin3
2024-07-22 20:53:28 -06:00
parent 62b884249c
commit c04557b4ed
112 changed files with 3626 additions and 0 deletions
@@ -0,0 +1,31 @@
{
"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": "*"
}
}