From c2336dc9fc735bb746b9583b75bd7d96f969381c Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sun, 29 Mar 2026 21:39:53 -0500 Subject: [PATCH] chore(mudcraft): set difficulty to normal --- servers/legion/k8s/mudcraft/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/legion/k8s/mudcraft/configmap.yaml b/servers/legion/k8s/mudcraft/configmap.yaml index 0fead32..6c4119b 100644 --- a/servers/legion/k8s/mudcraft/configmap.yaml +++ b/servers/legion/k8s/mudcraft/configmap.yaml @@ -10,7 +10,7 @@ data: EULA: "TRUE" TYPE: "PURPUR" VERSION: "1.21.11" - DIFFICULTY: "hard" + DIFFICULTY: "normal" MAX_PLAYERS: "40" VIEW_DISTANCE: "8" SIMULATION_DISTANCE: "6"