diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-17 18:55:42 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-17 18:55:42 +0100 |
| commit | e2039260fc80c732b1b5c5cd433bb6f70dc3ba51 (patch) | |
| tree | 57c757aa67f3715808a0910c216b18b448c8c5db /src/main/resources/fabric.mod.json | |
| parent | 0473971208eac8116dd0761e595d3a0a83d8e4ee (diff) | |
refactor(): use ticks for timer
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
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"
|
