From eb8f8491b164a3cdbf163f393d360142ef7df7ad Mon Sep 17 00:00:00 2001 From: Nickid2018 Date: Sun, 6 Aug 2023 21:21:04 +0800 Subject: [PATCH] fix string `gamemode` --- strings/strings_je.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/strings/strings_je.json b/strings/strings_je.json index 8f24b80..9269d73 100644 --- a/strings/strings_je.json +++ b/strings/strings_je.json @@ -778,11 +778,17 @@ }, "gamemode": { "name": "Game Mode", - "type": "u8" + "type": [ + "u8", + "i8" + ] }, "previous_gamemode": { "name": "Previous Game Mode", - "type": "i8" + "type": [ + "u8", + "i8" + ] }, "dimension_codec": { "name": "Dimension Codec",