This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os, platform | |
import keyboard, time, random | |
import getpass | |
def get_prompt_style(): | |
BLUE = "\033[34m" | |
GREEN = "\033[32m" | |
RED = "\033[31m" | |
RESET = "\033[0m" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcmove * Announcements |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def _get_new_data(data, section: int, get_air=False, get_as_list=False): | |
if not data: | |
return {} | |
data = data["sections"][section] | |
if 'data' not in data['block_states']: | |
if len(data['block_states']['palette']): | |
return {data['block_states']['palette'][0]["Name"].replace( | |
"minecraft:", "").replace("_", " ").title(): 16*16*16} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test2 |