From 3aea53dfb2a73dd78c4ca6ce674ddc65e444bb34 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 29 Apr 2019 23:06:05 +0800 Subject: Server Support --- src/main/resources/fabric.mod.json | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b06c9398e..26b041cc6 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,7 +14,6 @@ }, "license": "MIT", "icon": "pack.png", - "environment": "client", "entrypoints": { "client": [ "me.shedaniel.rei.RoughlyEnoughItemsCore", -- cgit