aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100644
index 0000000..68f8dd0
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,31 @@
+{
+ "schemaVersion": 1,
+ "id": "meteor-trashy-addon",
+ "version": "${version}",
+ "name": "Meteor Trashy Addon",
+ "description": "A trashy collection of meteor addons",
+ "authors": [
+ "Chris Xiong"
+ ],
+ "contact": {
+ "repo": "https://github.com/MeteorDevelopment/meteor-addon-template"
+ },
+ "icon": "assets/template/icon.png",
+ "environment": "client",
+ "entrypoints": {
+ "meteor": [
+ "org.chrisoft.trashyaddon.Addon"
+ ]
+ },
+ "mixins": [
+ "addon.mixins.json"
+ ],
+ "custom": {
+ "meteor-client:color": "225,25,25"
+ },
+ "depends": {
+ "java": ">=17",
+ "minecraft": ">=${mc_version}",
+ "meteor-client": "*"
+ }
+}