From 5e7479e78f90e344e914aeac1297002fc274f32d Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 27 Nov 2022 18:21:57 +0000 Subject: fix logger on config api and allow all envs --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0bd51c5..90889a0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,7 @@ }, "icon": "yacl-128x.png", "license": "LGPL-3.0-or-later", - "environment": "client", + "environment": "*", "entrypoints": { }, -- cgit