├── .gitignore ├── 1.14 ├── Shulker Preview Dark Theme (1.14).zip ├── Shulker Preview Data Pack (1.14).zip ├── Shulker Preview Resource Pack (1.14).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ ├── loot_tables │ │ │ │ └── blocks │ │ │ │ │ └── shulker_box.json │ │ │ └── tags │ │ │ │ └── functions │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancements │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── functions │ │ │ ├── .meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── disable_ender.mcfunction │ │ │ │ ├── enable_ender.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── analyze.mcfunction │ │ │ ├── check_dropped.mcfunction │ │ │ ├── check_ender_chest.mcfunction │ │ │ ├── check_shulker_box.mcfunction │ │ │ ├── detect_ender_chest.mcfunction │ │ │ ├── detect_shulker_box.mcfunction │ │ │ ├── ender_player_tick.mcfunction │ │ │ ├── ender_tick.mcfunction │ │ │ ├── from_dropped.mcfunction │ │ │ ├── from_player.mcfunction │ │ │ ├── has_ender_chest.mcfunction │ │ │ ├── has_shulker_box.mcfunction │ │ │ ├── player_tick.mcfunction │ │ │ ├── row_0 │ │ │ │ ├── process_arrow.mcfunction │ │ │ │ ├── process_count.mcfunction │ │ │ │ ├── process_durability.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ ├── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ └── length_40.mcfunction │ │ │ │ └── process_potion.mcfunction │ │ │ ├── row_1 │ │ │ │ ├── process_arrow.mcfunction │ │ │ │ ├── process_count.mcfunction │ │ │ │ ├── process_durability.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ ├── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ └── length_40.mcfunction │ │ │ │ └── process_potion.mcfunction │ │ │ └── row_2 │ │ │ │ ├── process_arrow.mcfunction │ │ │ │ ├── process_count.mcfunction │ │ │ │ ├── process_durability.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ ├── process_item │ │ │ │ ├── length_13.mcfunction │ │ │ │ ├── length_14.mcfunction │ │ │ │ ├── length_15.mcfunction │ │ │ │ ├── length_16.mcfunction │ │ │ │ ├── length_17.mcfunction │ │ │ │ ├── length_18.mcfunction │ │ │ │ ├── length_19.mcfunction │ │ │ │ ├── length_20.mcfunction │ │ │ │ ├── length_21.mcfunction │ │ │ │ ├── length_22.mcfunction │ │ │ │ ├── length_23.mcfunction │ │ │ │ ├── length_24.mcfunction │ │ │ │ ├── length_25.mcfunction │ │ │ │ ├── length_26.mcfunction │ │ │ │ ├── length_27.mcfunction │ │ │ │ ├── length_28.mcfunction │ │ │ │ ├── length_29.mcfunction │ │ │ │ ├── length_30.mcfunction │ │ │ │ ├── length_31.mcfunction │ │ │ │ ├── length_32.mcfunction │ │ │ │ ├── length_33.mcfunction │ │ │ │ ├── length_34.mcfunction │ │ │ │ ├── length_35.mcfunction │ │ │ │ ├── length_36.mcfunction │ │ │ │ ├── length_37.mcfunction │ │ │ │ ├── length_38.mcfunction │ │ │ │ ├── length_39.mcfunction │ │ │ │ └── length_40.mcfunction │ │ │ │ └── process_potion.mcfunction │ │ │ └── tags │ │ │ └── items │ │ │ └── shulker_boxes.json │ └── pack.mcmeta ├── resourcepack │ ├── assets │ │ ├── minecraft │ │ │ ├── font │ │ │ │ └── default.json │ │ │ └── lang │ │ │ │ └── en_us.json │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── comma.png │ │ │ ├── durability.png │ │ │ ├── ender_tooltip.png │ │ │ ├── item_sheet.png │ │ │ ├── numbers.png │ │ │ ├── overlay_sheet.png │ │ │ ├── pixel.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── ender_tooltip.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png └── script.py ├── 1.15 ├── Shulker Preview Dark Theme (1.15).zip ├── Shulker Preview Data Pack (1.15).zip ├── Shulker Preview Resource Pack (1.15).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ ├── loot_tables │ │ │ │ └── blocks │ │ │ │ │ └── shulker_box.json │ │ │ └── tags │ │ │ │ └── functions │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancements │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── functions │ │ │ ├── .meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── disable_ender.mcfunction │ │ │ │ ├── enable_ender.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── analyze.mcfunction │ │ │ ├── check_dropped.mcfunction │ │ │ ├── check_ender_chest.mcfunction │ │ │ ├── check_shulker_box.mcfunction │ │ │ ├── detect_ender_chest.mcfunction │ │ │ ├── detect_shulker_box.mcfunction │ │ │ ├── ender_player_tick.mcfunction │ │ │ ├── ender_tick.mcfunction │ │ │ ├── from_dropped.mcfunction │ │ │ ├── from_player.mcfunction │ │ │ ├── has_ender_chest.mcfunction │ │ │ ├── has_shulker_box.mcfunction │ │ │ ├── modded_fix_check.mcfunction │ │ │ ├── modded_fix_check_loop.mcfunction │ │ │ ├── modded_fix_perform.mcfunction │ │ │ ├── modded_modify.mcfunction │ │ │ ├── player_tick.mcfunction │ │ │ ├── return_item.mcfunction │ │ │ ├── row_0 │ │ │ │ ├── process_arrow.mcfunction │ │ │ │ ├── process_count.mcfunction │ │ │ │ ├── process_durability.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ ├── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ └── length_40.mcfunction │ │ │ │ └── process_potion.mcfunction │ │ │ ├── row_1 │ │ │ │ ├── process_arrow.mcfunction │ │ │ │ ├── process_count.mcfunction │ │ │ │ ├── process_durability.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ ├── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ └── length_40.mcfunction │ │ │ │ └── process_potion.mcfunction │ │ │ ├── row_2 │ │ │ │ ├── process_arrow.mcfunction │ │ │ │ ├── process_count.mcfunction │ │ │ │ ├── process_durability.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ ├── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ └── length_40.mcfunction │ │ │ │ └── process_potion.mcfunction │ │ │ └── vanilla_modify.mcfunction │ │ │ └── tags │ │ │ └── items │ │ │ └── shulker_boxes.json │ └── pack.mcmeta ├── resourcepack │ ├── assets │ │ ├── minecraft │ │ │ ├── font │ │ │ │ └── default.json │ │ │ └── lang │ │ │ │ └── en_us.json │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── comma.png │ │ │ ├── durability.png │ │ │ ├── ender_tooltip.png │ │ │ ├── item_sheet.png │ │ │ ├── numbers.png │ │ │ ├── overlay_sheet.png │ │ │ ├── pixel.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── ender_tooltip.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png └── script.py ├── 1.16 ├── Shulker Preview Dark Theme (1.16).zip ├── Shulker Preview Data Pack (1.16).zip ├── Shulker Preview Resource Pack (1.16).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ ├── loot_tables │ │ │ │ └── blocks │ │ │ │ │ └── shulker_box.json │ │ │ └── tags │ │ │ │ └── functions │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancements │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── functions │ │ │ ├── .config │ │ │ │ ├── ender_chest │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── show_settings.mcfunction │ │ │ │ └── shulker_box │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ ├── .meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── install.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── analyze.mcfunction │ │ │ ├── check_dropped.mcfunction │ │ │ ├── check_ender_chests.mcfunction │ │ │ ├── check_shulker_box.mcfunction │ │ │ ├── detect_ender_chest.mcfunction │ │ │ ├── detect_shulker_box.mcfunction │ │ │ ├── ender_chest │ │ │ │ └── scan.mcfunction │ │ │ ├── ender_player_tick.mcfunction │ │ │ ├── ender_tick.mcfunction │ │ │ ├── from_dropped.mcfunction │ │ │ ├── from_player.mcfunction │ │ │ ├── has_ender_chest.mcfunction │ │ │ ├── has_shulker_box.mcfunction │ │ │ ├── modded_fix_check.mcfunction │ │ │ ├── modded_fix_check_loop.mcfunction │ │ │ ├── modded_fix_perform.mcfunction │ │ │ ├── modded_modify.mcfunction │ │ │ ├── player_tick.mcfunction │ │ │ ├── process_ender_chests.mcfunction │ │ │ ├── return_ender_chests.mcfunction │ │ │ ├── return_item.mcfunction │ │ │ ├── row_0 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_1 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_2 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ └── vanilla_modify.mcfunction │ │ │ ├── loot_tables │ │ │ ├── modded │ │ │ │ ├── broken.json │ │ │ │ ├── first_row │ │ │ │ │ ├── empty.json │ │ │ │ │ ├── named.json │ │ │ │ │ └── unnamed.json │ │ │ │ └── other_rows │ │ │ │ │ ├── empty.json │ │ │ │ │ ├── more.json │ │ │ │ │ ├── named.json │ │ │ │ │ └── unnamed.json │ │ │ └── vanilla │ │ │ │ ├── first_row │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ │ └── other_rows │ │ │ │ ├── empty.json │ │ │ │ ├── more.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── tags │ │ │ └── items │ │ │ └── shulker_boxes.json │ ├── pack.mcmeta │ └── pack.png ├── resourcepack │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ ├── font │ │ │ └── preview.json │ │ │ ├── lang │ │ │ └── en_us.json │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── durability.png │ │ │ ├── ender_tooltip.png │ │ │ ├── numbers.png │ │ │ ├── pixel.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── ender_tooltip.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png └── script.py ├── 1.17 ├── Shulker Preview Dark Theme (1.17).zip ├── Shulker Preview Data Pack (1.17).zip ├── Shulker Preview Resource Pack (1.17).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ └── tags │ │ │ │ └── functions │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancements │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── functions │ │ │ ├── .config │ │ │ │ ├── ender_chest │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── show_settings.mcfunction │ │ │ │ └── shulker_box │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ ├── .meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── install.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── analyze.mcfunction │ │ │ ├── check_dropped.mcfunction │ │ │ ├── ender_chest │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── player_tick.mcfunction │ │ │ │ ├── prepare.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ ├── return.mcfunction │ │ │ │ ├── scan.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── from_player.mcfunction │ │ │ ├── modded_fix_check.mcfunction │ │ │ ├── modded_fix_check_loop.mcfunction │ │ │ ├── modded_fix_perform.mcfunction │ │ │ ├── modded_modify.mcfunction │ │ │ ├── return_item.mcfunction │ │ │ ├── row_0 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_1 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_2 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── shulker_box │ │ │ │ ├── analyze.mcfunction │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── from_dropped.mcfunction │ │ │ │ ├── prepare.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ └── scan.mcfunction │ │ │ └── vanilla_modify.mcfunction │ │ │ ├── item_modifiers │ │ │ ├── modded │ │ │ │ ├── broken.json │ │ │ │ ├── first_row │ │ │ │ │ ├── empty.json │ │ │ │ │ ├── named.json │ │ │ │ │ └── unnamed.json │ │ │ │ └── other_rows │ │ │ │ │ ├── empty.json │ │ │ │ │ ├── more.json │ │ │ │ │ ├── named.json │ │ │ │ │ └── unnamed.json │ │ │ └── vanilla │ │ │ │ ├── first_row │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ │ └── other_rows │ │ │ │ ├── empty.json │ │ │ │ ├── more.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── tags │ │ │ └── items │ │ │ └── shulker_boxes.json │ ├── pack.mcmeta │ └── pack.png ├── resourcepack │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ ├── font │ │ │ └── preview.json │ │ │ ├── lang │ │ │ └── en_us.json │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── durability.png │ │ │ ├── ender_tooltip.png │ │ │ ├── missingno.png │ │ │ ├── numbers.png │ │ │ ├── pixel.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── ender_tooltip.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png └── script.py ├── 1.18 ├── Shulker Preview Dark Theme (1.18).zip ├── Shulker Preview Data Pack (1.18).zip ├── Shulker Preview Resource Pack (1.18).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ └── tags │ │ │ │ └── functions │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancements │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── functions │ │ │ ├── analyze.mcfunction │ │ │ ├── check_dropped.mcfunction │ │ │ ├── config │ │ │ │ ├── ender_chest │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── show_settings.mcfunction │ │ │ │ └── shulker_box │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ ├── ender_chest │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── player_tick.mcfunction │ │ │ │ ├── prepare.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ ├── return.mcfunction │ │ │ │ ├── scan.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── from_player.mcfunction │ │ │ ├── meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── install.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── modded_fix_check.mcfunction │ │ │ ├── modded_fix_check_loop.mcfunction │ │ │ ├── modded_fix_perform.mcfunction │ │ │ ├── modded_modify.mcfunction │ │ │ ├── modify_other_rows.mcfunction │ │ │ ├── return_item.mcfunction │ │ │ ├── row_0 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_1 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_2 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── shulker_box │ │ │ │ ├── analyze.mcfunction │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── from_dropped.mcfunction │ │ │ │ ├── prepare.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ └── scan.mcfunction │ │ │ └── vanilla_modify.mcfunction │ │ │ ├── item_modifiers │ │ │ ├── first_row_modded │ │ │ │ ├── broken.json │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ ├── first_row_vanilla │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── other_rows │ │ │ │ ├── empty.json │ │ │ │ ├── more.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── tags │ │ │ └── items │ │ │ └── shulker_boxes.json │ ├── pack.mcmeta │ └── pack.png ├── resourcepack │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ ├── font │ │ │ └── preview.json │ │ │ ├── lang │ │ │ └── en_us.json │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── durability.png │ │ │ ├── ender_tooltip.png │ │ │ ├── missingno.png │ │ │ ├── numbers.png │ │ │ ├── pixel.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── ender_tooltip.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png └── script.py ├── 1.19 ├── Shulker Preview Dark Theme (1.19).zip ├── Shulker Preview Data Pack (1.19).zip ├── Shulker Preview Resource Pack (1.19).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ └── tags │ │ │ │ └── functions │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancements │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── functions │ │ │ ├── analyze.mcfunction │ │ │ ├── check_dropped.mcfunction │ │ │ ├── config │ │ │ │ ├── ender_chest │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── show_settings.mcfunction │ │ │ │ └── shulker_box │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ ├── ender_chest │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── player_tick.mcfunction │ │ │ │ ├── prepare.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ ├── return.mcfunction │ │ │ │ ├── scan.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── from_player.mcfunction │ │ │ ├── meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── install.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── modded_fix_check.mcfunction │ │ │ ├── modded_fix_check_loop.mcfunction │ │ │ ├── modded_fix_perform.mcfunction │ │ │ ├── modded_modify.mcfunction │ │ │ ├── modify_other_rows.mcfunction │ │ │ ├── return_item.mcfunction │ │ │ ├── row_0 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_1 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── row_2 │ │ │ │ ├── analyze_color.mcfunction │ │ │ │ ├── dye_armor │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ ├── horse.mcfunction │ │ │ │ │ └── leggings.mcfunction │ │ │ │ ├── overlay │ │ │ │ │ ├── arrow.mcfunction │ │ │ │ │ ├── banner.mcfunction │ │ │ │ │ ├── banner │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── banner_pattern.mcfunction │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ ├── custom_arrow.mcfunction │ │ │ │ │ ├── custom_map.mcfunction │ │ │ │ │ ├── custom_potion.mcfunction │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ ├── map.mcfunction │ │ │ │ │ ├── potion.mcfunction │ │ │ │ │ ├── shield.mcfunction │ │ │ │ │ ├── shield │ │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ │ └── yellow.mcfunction │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ └── shield_pattern.mcfunction │ │ │ │ ├── process_item.mcfunction │ │ │ │ └── process_item │ │ │ │ │ ├── length_13.mcfunction │ │ │ │ │ ├── length_14.mcfunction │ │ │ │ │ ├── length_15.mcfunction │ │ │ │ │ ├── length_16.mcfunction │ │ │ │ │ ├── length_17.mcfunction │ │ │ │ │ ├── length_18.mcfunction │ │ │ │ │ ├── length_19.mcfunction │ │ │ │ │ ├── length_20.mcfunction │ │ │ │ │ ├── length_21.mcfunction │ │ │ │ │ ├── length_22.mcfunction │ │ │ │ │ ├── length_23.mcfunction │ │ │ │ │ ├── length_24.mcfunction │ │ │ │ │ ├── length_25.mcfunction │ │ │ │ │ ├── length_26.mcfunction │ │ │ │ │ ├── length_27.mcfunction │ │ │ │ │ ├── length_28.mcfunction │ │ │ │ │ ├── length_29.mcfunction │ │ │ │ │ ├── length_30.mcfunction │ │ │ │ │ ├── length_31.mcfunction │ │ │ │ │ ├── length_32.mcfunction │ │ │ │ │ ├── length_33.mcfunction │ │ │ │ │ ├── length_34.mcfunction │ │ │ │ │ ├── length_35.mcfunction │ │ │ │ │ ├── length_36.mcfunction │ │ │ │ │ ├── length_37.mcfunction │ │ │ │ │ ├── length_38.mcfunction │ │ │ │ │ ├── length_39.mcfunction │ │ │ │ │ ├── length_40.mcfunction │ │ │ │ │ ├── length_41.mcfunction │ │ │ │ │ ├── length_42.mcfunction │ │ │ │ │ ├── length_43.mcfunction │ │ │ │ │ └── length_44.mcfunction │ │ │ ├── shulker_box │ │ │ │ ├── analyze.mcfunction │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── from_dropped.mcfunction │ │ │ │ ├── prepare.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ └── scan.mcfunction │ │ │ └── vanilla_modify.mcfunction │ │ │ ├── item_modifiers │ │ │ ├── first_row_modded │ │ │ │ ├── broken.json │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ ├── first_row_vanilla │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── other_rows │ │ │ │ ├── empty.json │ │ │ │ ├── more.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── tags │ │ │ └── items │ │ │ └── shulker_boxes.json │ ├── pack.mcmeta │ └── pack.png ├── resourcepack │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ ├── font │ │ │ └── preview.json │ │ │ ├── lang │ │ │ └── en_us.json │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── durability.png │ │ │ ├── ender_tooltip.png │ │ │ ├── missingno.png │ │ │ ├── numbers.png │ │ │ ├── pixel.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── textures │ │ │ ├── ender_tooltip.png │ │ │ ├── shulker_tooltip.png │ │ │ └── shulker_tooltip_header.png │ ├── pack.mcmeta │ └── pack.png └── script.py ├── 1.20 ├── Shulker Preview Dark Theme (1.20.5).zip ├── Shulker Preview Data Pack (1.20.5).zip ├── Shulker Preview Resource Pack (1.20.5).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ └── tags │ │ │ │ └── functions │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancements │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── functions │ │ │ ├── analyze.mcfunction │ │ │ ├── config │ │ │ │ ├── colors │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── ender_chest │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── show_settings.mcfunction │ │ │ │ └── shulker_box │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ ├── ender_chest │ │ │ │ ├── check_player.mcfunction │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── player_tick.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ ├── to_enderchest.mcfunction │ │ │ │ ├── to_hotbar.mcfunction │ │ │ │ └── to_inventory.mcfunction │ │ │ ├── meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── initialize_data.mcfunction │ │ │ │ ├── install.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── process.mcfunction │ │ │ ├── render │ │ │ │ ├── banner_color.mcfunction │ │ │ │ ├── bundle_nested.mcfunction │ │ │ │ ├── bundle_weight.mcfunction │ │ │ │ ├── convert_color.mcfunction │ │ │ │ ├── hex_color.mcfunction │ │ │ │ ├── potion_color.mcfunction │ │ │ │ ├── potion_color_get.mcfunction │ │ │ │ ├── potion_color_loop.mcfunction │ │ │ │ ├── row_0 │ │ │ │ │ ├── item.mcfunction │ │ │ │ │ ├── overlay │ │ │ │ │ │ ├── armor_trim.mcfunction │ │ │ │ │ │ ├── armor_trim │ │ │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ │ │ └── leggings.mcfunction │ │ │ │ │ │ ├── banner_patterns.mcfunction │ │ │ │ │ │ ├── banner_patterns_loop.mcfunction │ │ │ │ │ │ ├── banner_patterns_one.mcfunction │ │ │ │ │ │ ├── bundle_bar.mcfunction │ │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ │ ├── pot_patterns1.mcfunction │ │ │ │ │ │ ├── pot_patterns2.mcfunction │ │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ │ ├── shield_patterns.mcfunction │ │ │ │ │ │ ├── shield_patterns_loop.mcfunction │ │ │ │ │ │ └── shield_patterns_one.mcfunction │ │ │ │ │ ├── simple.mcfunction │ │ │ │ │ ├── special.mcfunction │ │ │ │ │ └── special_render │ │ │ │ │ │ ├── bundle.mcfunction │ │ │ │ │ │ ├── crossbow.mcfunction │ │ │ │ │ │ ├── dyeable1.mcfunction │ │ │ │ │ │ ├── dyeable2.mcfunction │ │ │ │ │ │ ├── elytra.mcfunction │ │ │ │ │ │ ├── grass_colored.mcfunction │ │ │ │ │ │ ├── light.mcfunction │ │ │ │ │ │ ├── map1.mcfunction │ │ │ │ │ │ ├── map2.mcfunction │ │ │ │ │ │ ├── overrides.mcfunction │ │ │ │ │ │ ├── potion1.mcfunction │ │ │ │ │ │ ├── potion2.mcfunction │ │ │ │ │ │ ├── spawn_eggs.mcfunction │ │ │ │ │ │ ├── star1.mcfunction │ │ │ │ │ │ └── star2.mcfunction │ │ │ │ ├── row_1 │ │ │ │ │ ├── item.mcfunction │ │ │ │ │ ├── overlay │ │ │ │ │ │ ├── armor_trim.mcfunction │ │ │ │ │ │ ├── armor_trim │ │ │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ │ │ └── leggings.mcfunction │ │ │ │ │ │ ├── banner_patterns.mcfunction │ │ │ │ │ │ ├── banner_patterns_loop.mcfunction │ │ │ │ │ │ ├── banner_patterns_one.mcfunction │ │ │ │ │ │ ├── bundle_bar.mcfunction │ │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ │ ├── pot_patterns1.mcfunction │ │ │ │ │ │ ├── pot_patterns2.mcfunction │ │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ │ ├── shield_patterns.mcfunction │ │ │ │ │ │ ├── shield_patterns_loop.mcfunction │ │ │ │ │ │ └── shield_patterns_one.mcfunction │ │ │ │ │ ├── simple.mcfunction │ │ │ │ │ ├── special.mcfunction │ │ │ │ │ └── special_render │ │ │ │ │ │ ├── bundle.mcfunction │ │ │ │ │ │ ├── crossbow.mcfunction │ │ │ │ │ │ ├── dyeable1.mcfunction │ │ │ │ │ │ ├── dyeable2.mcfunction │ │ │ │ │ │ ├── elytra.mcfunction │ │ │ │ │ │ ├── grass_colored.mcfunction │ │ │ │ │ │ ├── light.mcfunction │ │ │ │ │ │ ├── map1.mcfunction │ │ │ │ │ │ ├── map2.mcfunction │ │ │ │ │ │ ├── overrides.mcfunction │ │ │ │ │ │ ├── potion1.mcfunction │ │ │ │ │ │ ├── potion2.mcfunction │ │ │ │ │ │ ├── spawn_eggs.mcfunction │ │ │ │ │ │ ├── star1.mcfunction │ │ │ │ │ │ └── star2.mcfunction │ │ │ │ ├── row_2 │ │ │ │ │ ├── item.mcfunction │ │ │ │ │ ├── overlay │ │ │ │ │ │ ├── armor_trim.mcfunction │ │ │ │ │ │ ├── armor_trim │ │ │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ │ │ └── leggings.mcfunction │ │ │ │ │ │ ├── banner_patterns.mcfunction │ │ │ │ │ │ ├── banner_patterns_loop.mcfunction │ │ │ │ │ │ ├── banner_patterns_one.mcfunction │ │ │ │ │ │ ├── bundle_bar.mcfunction │ │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ │ ├── pot_patterns1.mcfunction │ │ │ │ │ │ ├── pot_patterns2.mcfunction │ │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ │ ├── shield_patterns.mcfunction │ │ │ │ │ │ ├── shield_patterns_loop.mcfunction │ │ │ │ │ │ └── shield_patterns_one.mcfunction │ │ │ │ │ ├── simple.mcfunction │ │ │ │ │ ├── special.mcfunction │ │ │ │ │ └── special_render │ │ │ │ │ │ ├── bundle.mcfunction │ │ │ │ │ │ ├── crossbow.mcfunction │ │ │ │ │ │ ├── dyeable1.mcfunction │ │ │ │ │ │ ├── dyeable2.mcfunction │ │ │ │ │ │ ├── elytra.mcfunction │ │ │ │ │ │ ├── grass_colored.mcfunction │ │ │ │ │ │ ├── light.mcfunction │ │ │ │ │ │ ├── map1.mcfunction │ │ │ │ │ │ ├── map2.mcfunction │ │ │ │ │ │ ├── overrides.mcfunction │ │ │ │ │ │ ├── potion1.mcfunction │ │ │ │ │ │ ├── potion2.mcfunction │ │ │ │ │ │ ├── spawn_eggs.mcfunction │ │ │ │ │ │ ├── star1.mcfunction │ │ │ │ │ │ └── star2.mcfunction │ │ │ │ ├── star_color.mcfunction │ │ │ │ └── star_color_loop.mcfunction │ │ │ ├── shulker_box │ │ │ │ ├── check_dropped.mcfunction │ │ │ │ ├── check_player.mcfunction │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── from_inventory.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ ├── process_dropped.mcfunction │ │ │ │ └── to_inventory.mcfunction │ │ │ └── start_render.mcfunction │ │ │ ├── item_modifiers │ │ │ ├── ender_chest_copy.json │ │ │ ├── finish.json │ │ │ ├── first_row │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ ├── modded_broken.json │ │ │ └── other_rows │ │ │ │ ├── empty.json │ │ │ │ ├── more.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── tags │ │ │ └── items │ │ │ ├── armor_material │ │ │ ├── diamond.json │ │ │ ├── gold.json │ │ │ ├── iron.json │ │ │ └── netherite.json │ │ │ ├── shulker_boxes.json │ │ │ ├── special_render.json │ │ │ └── special_render │ │ │ ├── grass_colored.json │ │ │ ├── overrides.json │ │ │ ├── potion.json │ │ │ └── spawn_eggs.json │ ├── pack.mcmeta │ └── pack.png ├── resourcepack │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ ├── font │ │ │ └── preview.json │ │ │ ├── lang │ │ │ └── en_us.json │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── durability.png │ │ │ └── missingno.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── lang │ │ │ └── en_us.json │ ├── pack.mcmeta │ └── pack.png └── script.py ├── 1.21 ├── Shulker Preview Dark Theme (1.21.6).zip ├── Shulker Preview Data Pack (1.21.6).zip ├── Shulker Preview Resource Pack (1.21.6).zip ├── datapack │ ├── data │ │ ├── minecraft │ │ │ └── tags │ │ │ │ └── function │ │ │ │ ├── load.json │ │ │ │ └── tick.json │ │ └── tryashtar.shulker_preview │ │ │ ├── advancement │ │ │ ├── detect_ender_chest.json │ │ │ └── detect_shulker_box.json │ │ │ ├── function │ │ │ ├── analyze.mcfunction │ │ │ ├── config │ │ │ │ ├── colors │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── ender_chest │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ │ ├── set.mcfunction │ │ │ │ ├── show_settings.macro.mcfunction │ │ │ │ ├── show_settings.mcfunction │ │ │ │ └── shulker_box │ │ │ │ │ ├── disable.mcfunction │ │ │ │ │ └── enable.mcfunction │ │ │ ├── ender_chest │ │ │ │ ├── check_player.mcfunction │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── player_tick.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ ├── to_enderchest.mcfunction │ │ │ │ ├── to_hotbar.mcfunction │ │ │ │ └── to_inventory.mcfunction │ │ │ ├── meta │ │ │ │ ├── await_player.mcfunction │ │ │ │ ├── initialize_data.mcfunction │ │ │ │ ├── install.mcfunction │ │ │ │ ├── load.mcfunction │ │ │ │ ├── player_online.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── process.mcfunction │ │ │ ├── render │ │ │ │ ├── banner_color.mcfunction │ │ │ │ ├── bundle_nested.mcfunction │ │ │ │ ├── bundle_weight.mcfunction │ │ │ │ ├── convert_color.mcfunction │ │ │ │ ├── hex_color.mcfunction │ │ │ │ ├── potion_color.mcfunction │ │ │ │ ├── potion_color_get.mcfunction │ │ │ │ ├── potion_color_loop.mcfunction │ │ │ │ ├── row_0 │ │ │ │ │ ├── item.mcfunction │ │ │ │ │ ├── overlay │ │ │ │ │ │ ├── armor_trim.mcfunction │ │ │ │ │ │ ├── armor_trim │ │ │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ │ │ └── leggings.mcfunction │ │ │ │ │ │ ├── banner_patterns.mcfunction │ │ │ │ │ │ ├── banner_patterns_loop.mcfunction │ │ │ │ │ │ ├── banner_patterns_one.mcfunction │ │ │ │ │ │ ├── bundle_bar.mcfunction │ │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ │ ├── pot_patterns1.mcfunction │ │ │ │ │ │ ├── pot_patterns2.mcfunction │ │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ │ ├── shield_patterns.mcfunction │ │ │ │ │ │ ├── shield_patterns_loop.mcfunction │ │ │ │ │ │ └── shield_patterns_one.mcfunction │ │ │ │ │ ├── simple.mcfunction │ │ │ │ │ ├── special.mcfunction │ │ │ │ │ └── special_render │ │ │ │ │ │ ├── bee_nest.mcfunction │ │ │ │ │ │ ├── beehive.mcfunction │ │ │ │ │ │ ├── crossbow.mcfunction │ │ │ │ │ │ ├── dyeable1.mcfunction │ │ │ │ │ │ ├── dyeable2.mcfunction │ │ │ │ │ │ ├── elytra.mcfunction │ │ │ │ │ │ ├── grass_colored.mcfunction │ │ │ │ │ │ ├── light.mcfunction │ │ │ │ │ │ ├── map1.mcfunction │ │ │ │ │ │ ├── map2.mcfunction │ │ │ │ │ │ ├── overrides.mcfunction │ │ │ │ │ │ ├── potion1.mcfunction │ │ │ │ │ │ ├── potion2.mcfunction │ │ │ │ │ │ ├── star1.mcfunction │ │ │ │ │ │ ├── star2.mcfunction │ │ │ │ │ │ └── test_block.mcfunction │ │ │ │ ├── row_1 │ │ │ │ │ ├── item.mcfunction │ │ │ │ │ ├── overlay │ │ │ │ │ │ ├── armor_trim.mcfunction │ │ │ │ │ │ ├── armor_trim │ │ │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ │ │ └── leggings.mcfunction │ │ │ │ │ │ ├── banner_patterns.mcfunction │ │ │ │ │ │ ├── banner_patterns_loop.mcfunction │ │ │ │ │ │ ├── banner_patterns_one.mcfunction │ │ │ │ │ │ ├── bundle_bar.mcfunction │ │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ │ ├── pot_patterns1.mcfunction │ │ │ │ │ │ ├── pot_patterns2.mcfunction │ │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ │ ├── shield_patterns.mcfunction │ │ │ │ │ │ ├── shield_patterns_loop.mcfunction │ │ │ │ │ │ └── shield_patterns_one.mcfunction │ │ │ │ │ ├── simple.mcfunction │ │ │ │ │ ├── special.mcfunction │ │ │ │ │ └── special_render │ │ │ │ │ │ ├── bee_nest.mcfunction │ │ │ │ │ │ ├── beehive.mcfunction │ │ │ │ │ │ ├── crossbow.mcfunction │ │ │ │ │ │ ├── dyeable1.mcfunction │ │ │ │ │ │ ├── dyeable2.mcfunction │ │ │ │ │ │ ├── elytra.mcfunction │ │ │ │ │ │ ├── grass_colored.mcfunction │ │ │ │ │ │ ├── light.mcfunction │ │ │ │ │ │ ├── map1.mcfunction │ │ │ │ │ │ ├── map2.mcfunction │ │ │ │ │ │ ├── overrides.mcfunction │ │ │ │ │ │ ├── potion1.mcfunction │ │ │ │ │ │ ├── potion2.mcfunction │ │ │ │ │ │ ├── star1.mcfunction │ │ │ │ │ │ ├── star2.mcfunction │ │ │ │ │ │ └── test_block.mcfunction │ │ │ │ ├── row_2 │ │ │ │ │ ├── item.mcfunction │ │ │ │ │ ├── overlay │ │ │ │ │ │ ├── armor_trim.mcfunction │ │ │ │ │ │ ├── armor_trim │ │ │ │ │ │ │ ├── boots.mcfunction │ │ │ │ │ │ │ ├── chestplate.mcfunction │ │ │ │ │ │ │ ├── helmet.mcfunction │ │ │ │ │ │ │ └── leggings.mcfunction │ │ │ │ │ │ ├── banner_patterns.mcfunction │ │ │ │ │ │ ├── banner_patterns_loop.mcfunction │ │ │ │ │ │ ├── banner_patterns_one.mcfunction │ │ │ │ │ │ ├── bundle_bar.mcfunction │ │ │ │ │ │ ├── count.mcfunction │ │ │ │ │ │ ├── durability.mcfunction │ │ │ │ │ │ ├── pot_patterns1.mcfunction │ │ │ │ │ │ ├── pot_patterns2.mcfunction │ │ │ │ │ │ ├── shield_base.mcfunction │ │ │ │ │ │ ├── shield_patterns.mcfunction │ │ │ │ │ │ ├── shield_patterns_loop.mcfunction │ │ │ │ │ │ └── shield_patterns_one.mcfunction │ │ │ │ │ ├── simple.mcfunction │ │ │ │ │ ├── special.mcfunction │ │ │ │ │ └── special_render │ │ │ │ │ │ ├── bee_nest.mcfunction │ │ │ │ │ │ ├── beehive.mcfunction │ │ │ │ │ │ ├── crossbow.mcfunction │ │ │ │ │ │ ├── dyeable1.mcfunction │ │ │ │ │ │ ├── dyeable2.mcfunction │ │ │ │ │ │ ├── elytra.mcfunction │ │ │ │ │ │ ├── grass_colored.mcfunction │ │ │ │ │ │ ├── light.mcfunction │ │ │ │ │ │ ├── map1.mcfunction │ │ │ │ │ │ ├── map2.mcfunction │ │ │ │ │ │ ├── overrides.mcfunction │ │ │ │ │ │ ├── potion1.mcfunction │ │ │ │ │ │ ├── potion2.mcfunction │ │ │ │ │ │ ├── star1.mcfunction │ │ │ │ │ │ ├── star2.mcfunction │ │ │ │ │ │ └── test_block.mcfunction │ │ │ │ ├── star_color.mcfunction │ │ │ │ └── star_color_loop.mcfunction │ │ │ ├── shulker_box │ │ │ │ ├── check_dropped.mcfunction │ │ │ │ ├── check_player.mcfunction │ │ │ │ ├── detect.mcfunction │ │ │ │ ├── from_inventory.mcfunction │ │ │ │ ├── process.mcfunction │ │ │ │ ├── process_dropped.mcfunction │ │ │ │ └── to_inventory.mcfunction │ │ │ └── start_render.mcfunction │ │ │ ├── item_modifier │ │ │ ├── ender_chest_copy.json │ │ │ ├── finish.json │ │ │ ├── first_row │ │ │ │ ├── empty.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── other_rows │ │ │ │ ├── empty.json │ │ │ │ ├── more.json │ │ │ │ ├── named.json │ │ │ │ └── unnamed.json │ │ │ └── tags │ │ │ └── item │ │ │ ├── armor_material │ │ │ ├── diamond.json │ │ │ ├── gold.json │ │ │ ├── iron.json │ │ │ └── netherite.json │ │ │ ├── shulker_boxes.json │ │ │ ├── special_render.json │ │ │ └── special_render │ │ │ ├── grass_colored.json │ │ │ ├── overrides.json │ │ │ └── potion.json │ ├── pack.mcmeta │ └── pack.png ├── resourcepack │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ ├── font │ │ │ └── preview.json │ │ │ ├── lang │ │ │ └── en_us.json │ │ │ └── textures │ │ │ ├── block_sheet.png │ │ │ ├── durability.png │ │ │ └── missingno.png │ ├── pack.mcmeta │ └── pack.png ├── resourcepack_dark │ ├── assets │ │ └── tryashtar.shulker_preview │ │ │ └── lang │ │ │ └── en_us.json │ ├── pack.mcmeta │ └── pack.png └── script.py └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | cache/ -------------------------------------------------------------------------------- /1.14/Shulker Preview Dark Theme (1.14).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/Shulker Preview Dark Theme (1.14).zip -------------------------------------------------------------------------------- /1.14/Shulker Preview Data Pack (1.14).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/Shulker Preview Data Pack (1.14).zip -------------------------------------------------------------------------------- /1.14/Shulker Preview Resource Pack (1.14).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/Shulker Preview Resource Pack (1.14).zip -------------------------------------------------------------------------------- /1.14/datapack/data/minecraft/loot_tables/blocks/shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/minecraft/loot_tables/blocks/shulker_box.json -------------------------------------------------------------------------------- /1.14/datapack/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/minecraft/tags/functions/load.json -------------------------------------------------------------------------------- /1.14/datapack/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/minecraft/tags/functions/tick.json -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/disable_ender.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/disable_ender.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/enable_ender.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/enable_ender.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/check_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/check_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/check_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/check_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/detect_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/detect_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/detect_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/detect_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/ender_player_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/ender_player_tick.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/ender_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/ender_tick.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/from_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/from_dropped.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/has_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/has_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/has_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/has_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/player_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/player_tick.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_arrow.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_count.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_0/process_potion.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_arrow.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_count.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_1/process_potion.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_arrow.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_count.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/functions/row_2/process_potion.mcfunction -------------------------------------------------------------------------------- /1.14/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json -------------------------------------------------------------------------------- /1.14/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.14/resourcepack/assets/minecraft/font/default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/minecraft/font/default.json -------------------------------------------------------------------------------- /1.14/resourcepack/assets/minecraft/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/minecraft/lang/en_us.json -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/comma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/comma.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/item_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/item_sheet.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/overlay_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/overlay_sheet.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.14/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png -------------------------------------------------------------------------------- /1.14/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.14/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack/pack.png -------------------------------------------------------------------------------- /1.14/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.14/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.14/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.14/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.14/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.14/script.py -------------------------------------------------------------------------------- /1.15/Shulker Preview Dark Theme (1.15).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/Shulker Preview Dark Theme (1.15).zip -------------------------------------------------------------------------------- /1.15/Shulker Preview Data Pack (1.15).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/Shulker Preview Data Pack (1.15).zip -------------------------------------------------------------------------------- /1.15/Shulker Preview Resource Pack (1.15).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/Shulker Preview Resource Pack (1.15).zip -------------------------------------------------------------------------------- /1.15/datapack/data/minecraft/loot_tables/blocks/shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/minecraft/loot_tables/blocks/shulker_box.json -------------------------------------------------------------------------------- /1.15/datapack/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/minecraft/tags/functions/load.json -------------------------------------------------------------------------------- /1.15/datapack/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/minecraft/tags/functions/tick.json -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/disable_ender.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/disable_ender.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/enable_ender.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/enable_ender.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/check_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/check_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/check_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/check_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/detect_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/detect_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/detect_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/detect_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/ender_player_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/ender_player_tick.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/ender_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/ender_tick.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/from_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/from_dropped.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/has_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/has_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/has_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/has_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/player_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/player_tick.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_arrow.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_count.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_0/process_potion.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_arrow.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_count.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_1/process_potion.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_arrow.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_count.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/row_2/process_potion.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction -------------------------------------------------------------------------------- /1.15/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json -------------------------------------------------------------------------------- /1.15/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.15/resourcepack/assets/minecraft/font/default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/minecraft/font/default.json -------------------------------------------------------------------------------- /1.15/resourcepack/assets/minecraft/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/minecraft/lang/en_us.json -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/comma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/comma.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/item_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/item_sheet.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/overlay_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/overlay_sheet.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.15/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png -------------------------------------------------------------------------------- /1.15/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.15/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack/pack.png -------------------------------------------------------------------------------- /1.15/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.15/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.15/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.15/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.15/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.15/script.py -------------------------------------------------------------------------------- /1.16/Shulker Preview Dark Theme (1.16).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/Shulker Preview Dark Theme (1.16).zip -------------------------------------------------------------------------------- /1.16/Shulker Preview Data Pack (1.16).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/Shulker Preview Data Pack (1.16).zip -------------------------------------------------------------------------------- /1.16/Shulker Preview Resource Pack (1.16).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/Shulker Preview Resource Pack (1.16).zip -------------------------------------------------------------------------------- /1.16/datapack/data/minecraft/loot_tables/blocks/shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/minecraft/loot_tables/blocks/shulker_box.json -------------------------------------------------------------------------------- /1.16/datapack/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/minecraft/tags/functions/load.json -------------------------------------------------------------------------------- /1.16/datapack/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/minecraft/tags/functions/tick.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/.config/show_settings.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/.config/show_settings.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/install.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/install.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/check_ender_chests.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/check_ender_chests.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/check_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/check_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/detect_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/detect_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/detect_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/detect_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/ender_player_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/ender_player_tick.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/ender_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/ender_tick.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/from_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/from_dropped.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/has_ender_chest.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/has_ender_chest.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/has_shulker_box.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/has_shulker_box.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/player_tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/player_tick.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/process_ender_chests.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/process_ender_chests.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/return_ender_chests.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/return_ender_chests.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/broken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/broken.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/first_row/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/first_row/empty.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/first_row/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/first_row/named.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/first_row/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/first_row/unnamed.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/empty.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/more.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/named.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/modded/other_rows/unnamed.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/first_row/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/first_row/empty.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/first_row/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/first_row/named.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/first_row/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/first_row/unnamed.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/empty.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/more.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/named.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/loot_tables/vanilla/other_rows/unnamed.json -------------------------------------------------------------------------------- /1.16/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json -------------------------------------------------------------------------------- /1.16/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.16/datapack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/datapack/pack.png -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/font/preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/font/preview.json -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.16/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png -------------------------------------------------------------------------------- /1.16/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.16/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack/pack.png -------------------------------------------------------------------------------- /1.16/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.16/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.16/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.16/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.16/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.16/script.py -------------------------------------------------------------------------------- /1.17/Shulker Preview Dark Theme (1.17).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/Shulker Preview Dark Theme (1.17).zip -------------------------------------------------------------------------------- /1.17/Shulker Preview Data Pack (1.17).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/Shulker Preview Data Pack (1.17).zip -------------------------------------------------------------------------------- /1.17/Shulker Preview Resource Pack (1.17).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/Shulker Preview Resource Pack (1.17).zip -------------------------------------------------------------------------------- /1.17/datapack/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/minecraft/tags/functions/load.json -------------------------------------------------------------------------------- /1.17/datapack/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/minecraft/tags/functions/tick.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/.config/show_settings.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/.config/show_settings.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/install.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/install.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/load.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/.meta/tick.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/prepare.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/prepare.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/return.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/return.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/analyze.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/prepare.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/prepare.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/scan.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/shulker_box/scan.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/broken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/broken.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/first_row/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/first_row/empty.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/first_row/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/first_row/named.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/other_rows/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/other_rows/empty.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/other_rows/more.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/other_rows/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/modded/other_rows/named.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/vanilla/first_row/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/vanilla/first_row/empty.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/vanilla/first_row/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/vanilla/first_row/named.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/vanilla/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/item_modifiers/vanilla/other_rows/more.json -------------------------------------------------------------------------------- /1.17/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json -------------------------------------------------------------------------------- /1.17/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.17/datapack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/datapack/pack.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/font/preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/font/preview.json -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.17/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png -------------------------------------------------------------------------------- /1.17/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.17/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack/pack.png -------------------------------------------------------------------------------- /1.17/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.17/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.17/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.17/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.17/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.17/script.py -------------------------------------------------------------------------------- /1.18/Shulker Preview Dark Theme (1.18).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/Shulker Preview Dark Theme (1.18).zip -------------------------------------------------------------------------------- /1.18/Shulker Preview Data Pack (1.18).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/Shulker Preview Data Pack (1.18).zip -------------------------------------------------------------------------------- /1.18/Shulker Preview Resource Pack (1.18).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/Shulker Preview Resource Pack (1.18).zip -------------------------------------------------------------------------------- /1.18/datapack/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/minecraft/tags/functions/load.json -------------------------------------------------------------------------------- /1.18/datapack/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/minecraft/tags/functions/tick.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/config/show_settings.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/config/show_settings.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/prepare.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/prepare.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/return.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/return.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/meta/install.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/meta/install.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/meta/load.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/meta/tick.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/modify_other_rows.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/modify_other_rows.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/analyze.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/prepare.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/prepare.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/scan.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/shulker_box/scan.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_modded/broken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_modded/broken.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_modded/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_modded/empty.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_modded/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_modded/named.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_vanilla/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_vanilla/empty.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_vanilla/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row_vanilla/named.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/empty.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/more.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/named.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/unnamed.json -------------------------------------------------------------------------------- /1.18/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json -------------------------------------------------------------------------------- /1.18/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.18/datapack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/datapack/pack.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/font/preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/font/preview.json -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.18/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png -------------------------------------------------------------------------------- /1.18/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.18/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack/pack.png -------------------------------------------------------------------------------- /1.18/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.18/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.18/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.18/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.18/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.18/script.py -------------------------------------------------------------------------------- /1.19/Shulker Preview Dark Theme (1.19).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/Shulker Preview Dark Theme (1.19).zip -------------------------------------------------------------------------------- /1.19/Shulker Preview Data Pack (1.19).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/Shulker Preview Data Pack (1.19).zip -------------------------------------------------------------------------------- /1.19/Shulker Preview Resource Pack (1.19).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/Shulker Preview Resource Pack (1.19).zip -------------------------------------------------------------------------------- /1.19/datapack/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/minecraft/tags/functions/load.json -------------------------------------------------------------------------------- /1.19/datapack/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/minecraft/tags/functions/tick.json -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/check_dropped.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/config/show_settings.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/config/show_settings.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/prepare.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/prepare.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/return.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/return.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/scan.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/from_player.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/meta/install.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/meta/install.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/meta/load.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/meta/tick.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/modded_fix_check_loop.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/modded_fix_perform.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/modded_modify.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/modify_other_rows.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/modify_other_rows.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/return_item.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/helmet.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/dye_armor/horse.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_0/process_item.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/dye_armor/boots.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_1/process_item.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/analyze_color.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/arrow.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/banner.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/count.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/map.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/potion.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/overlay/shield.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/row_2/process_item.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/analyze.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/prepare.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/prepare.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/scan.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/shulker_box/scan.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/functions/vanilla_modify.mcfunction -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/empty.json -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/more.json -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/named.json -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/unnamed.json -------------------------------------------------------------------------------- /1.19/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json -------------------------------------------------------------------------------- /1.19/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.19/datapack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/datapack/pack.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/font/preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/font/preview.json -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/numbers.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/pixel.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.19/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/assets/tryashtar.shulker_preview/textures/shulker_tooltip_header.png -------------------------------------------------------------------------------- /1.19/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.19/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack/pack.png -------------------------------------------------------------------------------- /1.19/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack_dark/assets/tryashtar.shulker_preview/textures/ender_tooltip.png -------------------------------------------------------------------------------- /1.19/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack_dark/assets/tryashtar.shulker_preview/textures/shulker_tooltip.png -------------------------------------------------------------------------------- /1.19/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.19/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.19/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.19/script.py -------------------------------------------------------------------------------- /1.20/Shulker Preview Dark Theme (1.20.5).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/Shulker Preview Dark Theme (1.20.5).zip -------------------------------------------------------------------------------- /1.20/Shulker Preview Data Pack (1.20.5).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/Shulker Preview Data Pack (1.20.5).zip -------------------------------------------------------------------------------- /1.20/Shulker Preview Resource Pack (1.20.5).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/Shulker Preview Resource Pack (1.20.5).zip -------------------------------------------------------------------------------- /1.20/datapack/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/minecraft/tags/functions/load.json -------------------------------------------------------------------------------- /1.20/datapack/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/minecraft/tags/functions/tick.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/advancements/detect_ender_chest.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/advancements/detect_shulker_box.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/analyze.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/config/colors/enable.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/config/colors/enable.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/config/show_settings.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/config/show_settings.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/ender_chest/detect.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/ender_chest/process.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/ender_chest/tick.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/meta/initialize_data.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/meta/initialize_data.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/meta/install.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/meta/install.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/meta/load.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/meta/tick.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/process.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/banner_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/banner_color.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/bundle_nested.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/bundle_nested.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/bundle_weight.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/bundle_weight.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/convert_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/convert_color.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/hex_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/hex_color.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/potion_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/potion_color.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_0/item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_0/item.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_0/simple.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_0/simple.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_0/special.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_0/special.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_1/item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_1/item.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_1/simple.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_1/simple.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_1/special.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_1/special.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_2/item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_2/item.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_2/simple.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_2/simple.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_2/special.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/row_2/special.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/render/star_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/render/star_color.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/shulker_box/detect.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/shulker_box/process.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/functions/start_render.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/functions/start_render.mcfunction -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/ender_chest_copy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/ender_chest_copy.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/finish.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/finish.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row/empty.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row/named.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/first_row/unnamed.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/modded_broken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/modded_broken.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/empty.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/more.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/named.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/item_modifiers/other_rows/unnamed.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/diamond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/diamond.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/gold.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/gold.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/iron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/iron.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/netherite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/armor_material/netherite.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/shulker_boxes.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render/overrides.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render/overrides.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render/potion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render/potion.json -------------------------------------------------------------------------------- /1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render/spawn_eggs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/data/tryashtar.shulker_preview/tags/items/special_render/spawn_eggs.json -------------------------------------------------------------------------------- /1.20/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.20/datapack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/datapack/pack.png -------------------------------------------------------------------------------- /1.20/resourcepack/assets/tryashtar.shulker_preview/font/preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack/assets/tryashtar.shulker_preview/font/preview.json -------------------------------------------------------------------------------- /1.20/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.20/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.20/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.20/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png -------------------------------------------------------------------------------- /1.20/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.20/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack/pack.png -------------------------------------------------------------------------------- /1.20/resourcepack_dark/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack_dark/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.20/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.20/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.20/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.20/script.py -------------------------------------------------------------------------------- /1.21/Shulker Preview Dark Theme (1.21.6).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/Shulker Preview Dark Theme (1.21.6).zip -------------------------------------------------------------------------------- /1.21/Shulker Preview Data Pack (1.21.6).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/Shulker Preview Data Pack (1.21.6).zip -------------------------------------------------------------------------------- /1.21/Shulker Preview Resource Pack (1.21.6).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/Shulker Preview Resource Pack (1.21.6).zip -------------------------------------------------------------------------------- /1.21/datapack/data/minecraft/tags/function/load.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/minecraft/tags/function/load.json -------------------------------------------------------------------------------- /1.21/datapack/data/minecraft/tags/function/tick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/minecraft/tags/function/tick.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/advancement/detect_ender_chest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/advancement/detect_ender_chest.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/advancement/detect_shulker_box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/advancement/detect_shulker_box.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/analyze.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/analyze.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/config/colors/disable.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/config/colors/disable.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/config/colors/enable.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/config/colors/enable.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/config/set.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/config/set.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/config/show_settings.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/config/show_settings.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/detect.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/process.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/tick.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/to_hotbar.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/ender_chest/to_hotbar.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/meta/await_player.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/meta/await_player.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/meta/initialize_data.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/meta/initialize_data.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/meta/install.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/meta/install.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/meta/load.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/meta/load.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/meta/player_online.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/meta/player_online.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/meta/tick.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/meta/tick.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/process.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/banner_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/banner_color.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/bundle_nested.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/bundle_nested.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/bundle_weight.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/bundle_weight.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/convert_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/convert_color.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/hex_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/hex_color.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/potion_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/potion_color.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_0/item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_0/item.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_0/simple.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_0/simple.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_0/special.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_0/special.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_1/item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_1/item.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_1/simple.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_1/simple.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_1/special.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_1/special.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_2/item.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_2/item.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_2/simple.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_2/simple.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/row_2/special.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/row_2/special.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/render/star_color.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/render/star_color.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/shulker_box/detect.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/shulker_box/detect.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/shulker_box/process.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/shulker_box/process.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/function/start_render.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/function/start_render.mcfunction -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/ender_chest_copy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/ender_chest_copy.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/finish.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/finish.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/first_row/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/first_row/empty.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/first_row/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/first_row/named.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/first_row/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/first_row/unnamed.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/empty.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/more.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/more.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/named.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/named.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/unnamed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/item_modifier/other_rows/unnamed.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/diamond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/diamond.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/gold.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/gold.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/iron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/iron.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/netherite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/armor_material/netherite.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/shulker_boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/shulker_boxes.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/special_render.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/special_render.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/special_render/overrides.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/special_render/overrides.json -------------------------------------------------------------------------------- /1.21/datapack/data/tryashtar.shulker_preview/tags/item/special_render/potion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/data/tryashtar.shulker_preview/tags/item/special_render/potion.json -------------------------------------------------------------------------------- /1.21/datapack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/pack.mcmeta -------------------------------------------------------------------------------- /1.21/datapack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/datapack/pack.png -------------------------------------------------------------------------------- /1.21/resourcepack/assets/tryashtar.shulker_preview/font/preview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack/assets/tryashtar.shulker_preview/font/preview.json -------------------------------------------------------------------------------- /1.21/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.21/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack/assets/tryashtar.shulker_preview/textures/block_sheet.png -------------------------------------------------------------------------------- /1.21/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack/assets/tryashtar.shulker_preview/textures/durability.png -------------------------------------------------------------------------------- /1.21/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack/assets/tryashtar.shulker_preview/textures/missingno.png -------------------------------------------------------------------------------- /1.21/resourcepack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack/pack.mcmeta -------------------------------------------------------------------------------- /1.21/resourcepack/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack/pack.png -------------------------------------------------------------------------------- /1.21/resourcepack_dark/assets/tryashtar.shulker_preview/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack_dark/assets/tryashtar.shulker_preview/lang/en_us.json -------------------------------------------------------------------------------- /1.21/resourcepack_dark/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack_dark/pack.mcmeta -------------------------------------------------------------------------------- /1.21/resourcepack_dark/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/resourcepack_dark/pack.png -------------------------------------------------------------------------------- /1.21/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/1.21/script.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tryashtar/shulker-preview/HEAD/README.md --------------------------------------------------------------------------------