From 18df789f1065d69ac2d1370e88083d4bb5bfff63 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 12 Oct 2015 23:41:26 +0200 Subject: [PATCH] disable modpe by default: important ram usage, buggy --- config/default-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default-settings.json b/config/default-settings.json index e8d8344..44aa848 100644 --- a/config/default-settings.json +++ b/config/default-settings.json @@ -11,5 +11,5 @@ "worldHeight":80 } }, - "modpe": true + "modpe": false }