From 416c674aa09d3aa973fef3cb4c1c603473efaaa4 Mon Sep 17 00:00:00 2001 From: Legends11 <235496468+tickwarden@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:51:51 +0300 Subject: [PATCH] Update fabric.mod.json --- rtwrapper-fabric/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] },