Initial commit

This commit is contained in:
TheTrouper
2024-04-17 19:00:29 -05:00
committed by GitHub
commit 6341bb6e63
19 changed files with 639 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"schemaVersion": 1,
"id": "addon-template",
"version": "${version}",
"name": "Addon Template",
"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.example.addon.Addon"
]
},
"mixins": [
"addon-template.mixins.json"
],
"custom": {
"meteor-client:color": "225,25,25"
},
"depends": {
"java": ">=17",
"minecraft": ">=${mc_version}",
"meteor-client": "*"
}
}