mirror of
https://github.com/Astatin3/no-more-render.git
synced 2026-06-09 08:38:01 -06:00
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.example.addon.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"client": [
|
||||
"MixinGameRenderer"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "addon-template",
|
||||
"version": "0.1.0",
|
||||
"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": [
|
||||
"addon-template.mixins.json"
|
||||
],
|
||||
"custom": {
|
||||
"meteor-client:color": "225,25,25"
|
||||
},
|
||||
"depends": {
|
||||
"java": ">=21",
|
||||
"minecraft": ["1.21"],
|
||||
"meteor-client": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user