Skip to content

Commit 1fd1c3f

Browse files
committed
Set mod environment to server in fabric.mod.json
This update changes the mod's environment from universal ("*") to server-specific. It ensures the mod is only loaded in server environments, preventing unnecessary client-side initialization.
1 parent 57b810d commit 1fd1c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "CC0-1.0",
1212
"icon": "assets/time-loop/icon.png",
13-
"environment": "*",
13+
"environment": "server",
1414
"entrypoints": {
1515
"main": [
1616
"com.vltno.timeloop.TimeLoop"

0 commit comments

Comments
 (0)