diff --git a/rtwrapper-fabric/src/main/resources/fabric.mod.json b/rtwrapper-fabric/src/main/resources/fabric.mod.json index 1271777..f11b77d 100644 --- a/rtwrapper-fabric/src/main/resources/fabric.mod.json +++ b/rtwrapper-fabric/src/main/resources/fabric.mod.json @@ -6,7 +6,7 @@ "description": "Queued, permission-checked native command dispatch API for other mods/datapacks. Fabric reimplementation of the runtoolkit RTWrapper datapack protocol.", "authors": ["runtoolkit"], "license": "MIT", - "environment": "server", + "environment": "*", "entrypoints": { "main": ["com.runtoolkit.rtwrapper.RTWrapper"] },