From 0c69ac1e1be15546e1895f29adb2fa02a321bd93 Mon Sep 17 00:00:00 2001 From: Merith Date: Fri, 14 Feb 2025 19:35:27 -0800 Subject: [PATCH] make oneslot survival only --- .minecraft/config/one_slot.json | 3 --- .minecraft/config/yosbr/config/one_slot.json | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .minecraft/config/one_slot.json create mode 100644 .minecraft/config/yosbr/config/one_slot.json diff --git a/.minecraft/config/one_slot.json b/.minecraft/config/one_slot.json deleted file mode 100644 index 72e41bb..0000000 --- a/.minecraft/config/one_slot.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "sgm": "CREATIVE" -} diff --git a/.minecraft/config/yosbr/config/one_slot.json b/.minecraft/config/yosbr/config/one_slot.json new file mode 100644 index 0000000..edd9df9 --- /dev/null +++ b/.minecraft/config/yosbr/config/one_slot.json @@ -0,0 +1,3 @@ +{ + "sgm": "SURVIVAL" +} \ No newline at end of file