From e7a40622fe606fc5d5da12091bb528f16459927e Mon Sep 17 00:00:00 2001 From: MineGame159 Date: Tue, 31 Aug 2021 19:36:10 +0200 Subject: [PATCH] Added optional color property --- src/main/resources/fabric.mod.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7553908..1cf1dab 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,6 +20,9 @@ "mixins": [ "template.mixins.json" ], + "custom": { + "meteor-client:color": "225,25,25" + }, "depends": { "java": ">=16", "minecraft": ">=@mc_version@",