From e1ed1744ac98a232f4a9362500aff1dd1374c0e8 Mon Sep 17 00:00:00 2001 From: c0de Date: Mon, 20 Mar 2023 22:29:09 -0500 Subject: [PATCH] say we're in a client --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f065fe1..3a9e048 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -16,7 +16,7 @@ "license": "MIT", "icon": "assets/c0defox/icon.png", - "environment": "*", + "environment": "client", "entrypoints": { "main": [ "dev.c0de.minecraft.c0deFoxMod"