From e2039260fc80c732b1b5c5cd433bb6f70dc3ba51 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 17 Mar 2026 18:55:42 +0100 Subject: refactor(): use ticks for timer --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index d218be5..abbd844 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,7 @@ }, "license": "AGPL-3.0", "icon": "assets/manhunt/icon.png", - "environment": "server", + "environment": "*", "entrypoints": { "main": [ "world.anhgelus.manhunt.Manhunt" -- cgit v1.2.3