mirror of
https://github.com/Astatin3/meteorbot.git
synced 2026-06-09 00:28:01 -06:00
Mostly make this thing work
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "addon-template",
|
||||
"version": "${version}",
|
||||
"name": "Addon Template",
|
||||
"description": "An addon template for Meteor Client addons.",
|
||||
"authors": [
|
||||
"seasnail"
|
||||
],
|
||||
"contact": {
|
||||
"repo": "https://github.com/MeteorDevelopment/meteor-addon-template"
|
||||
},
|
||||
"icon": "assets/template/icon.png",
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
"meteor": [
|
||||
"com.example.addon.AddonTemplate"
|
||||
]
|
||||
},
|
||||
"mixins": [],
|
||||
"custom": {
|
||||
"meteor-client:color": "225,25,25"
|
||||
},
|
||||
"depends": {
|
||||
"java": ">=21",
|
||||
"minecraft": ["${mc_version}"],
|
||||
"meteor-client": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user