aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-17 18:55:42 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-17 18:55:42 +0100
commite2039260fc80c732b1b5c5cd433bb6f70dc3ba51 (patch)
tree57c757aa67f3715808a0910c216b18b448c8c5db /src/main/resources/fabric.mod.json
parent0473971208eac8116dd0761e595d3a0a83d8e4ee (diff)
refactor(): use ticks for timer
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
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"