From 7c5ef822b5e54c2f04d328ee0b3ee428658d9254 Mon Sep 17 00:00:00 2001 From: Coppertine <37494321+Coppertine@users.noreply.github.com> Date: Sat, 8 Jul 2023 12:56:42 +1000 Subject: [PATCH] reordered alphabetical casing list --- data/b64/functions/get_bitcode.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/b64/functions/get_bitcode.mcfunction b/data/b64/functions/get_bitcode.mcfunction index bbc066a..127bb45 100644 --- a/data/b64/functions/get_bitcode.mcfunction +++ b/data/b64/functions/get_bitcode.mcfunction @@ -1,6 +1,6 @@ from bolt_expressions import Scoreboard, Data from nbtlib import Byte -l = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz /@_~^!#{:}$%&'()|*+,-.;<=>?[\"\\]`" +l = "0123456789AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz /@_~^!#{:}$%&'()|*+,-.;<=>?[\"\\]`" # TODO: get_bitcode still reads all other commands even if only 1 command is properly executed. Try to optimise this. # Could try a binary tree, but we don't have a number represenation of a string character.