Skip to content

Commit

Permalink
reordered alphabetical casing list
Browse files Browse the repository at this point in the history
  • Loading branch information
Coppertine committed Jul 8, 2023
1 parent 80b6564 commit 7c5ef82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/b64/functions/get_bitcode.mcfunction
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7c5ef82

Please sign in to comment.