Skip to content

Instantly share code, notes, and snippets.

@sclark39
Last active June 5, 2017 14:13
Show Gist options
  • Save sclark39/fff17ff39939e9999a512f407b9ca4ae to your computer and use it in GitHub Desktop.
Save sclark39/fff17ff39939e9999a512f407b9ca4ae to your computer and use it in GitHub Desktop.
Minecraft Color Coded Signal Strength Shulker Boxes
/blockdata ~0 ~1 ~0 {Items:[
{id:brown_shulker_box,Slot:0,Count:1,tag:{display:{Name:"Signal Strength 1"},
BlockEntityTag:{Items:[
{Slot:4,id:redstone_block,Count:21b},
{Slot:13,id:redstone_block,Count:21b},
{Slot:22,id:redstone_block,Count:21b}
]}}},
{id:red_shulker_box,Slot:1,Count:1,tag:{display:{Name:"Signal Strength 2"},
BlockEntityTag:{Items:[
{Slot:3,id:redstone_block,Count:21b},
{Slot:12,id:redstone_block,Count:21b},
{Slot:21,id:redstone_block,Count:21b},
{Slot:5,id:redstone_block,Count:21b},
{Slot:14,id:redstone_block,Count:21b},
{Slot:23,id:redstone_block,Count:21b}
]}}},
{id:orange_shulker_box,Slot:2,Count:1,tag:{display:{Name:"Signal Strength 3"},
BlockEntityTag:{Items:[
{Slot:2,id:redstone_block,Count:21b},
{Slot:11,id:redstone_block,Count:21b},
{Slot:20,id:redstone_block,Count:21b},
{Slot:4,id:redstone_block,Count:64b},
{Slot:13,id:redstone_block,Count:64b},
{Slot:22,id:redstone_block,Count:64b},
{Slot:6,id:redstone_block,Count:21b},
{Slot:15,id:redstone_block,Count:21b},
{Slot:24,id:redstone_block,Count:21b}
]}}},
{id:yellow_shulker_box,Slot:3,Count:1,tag:{display:{Name:"Signal Strength 4"},
BlockEntityTag:{Items:[
{Slot:2,id:redstone_block,Count:21b},
{Slot:11,id:redstone_block,Count:21b},
{Slot:20,id:redstone_block,Count:21b},
{Slot:4,id:redstone_block,Count:64b},
{Slot:13,id:redstone_block,Count:64b},
{Slot:6,id:redstone_block,Count:64b},
{Slot:15,id:redstone_block,Count:64b},
{Slot:23,id:redstone_block,Count:64b}
]}}},
{id:lime_shulker_box,Slot:4,Count:1,tag:{display:{Name:"Signal Strength 5"},
BlockEntityTag:{Items:[
{Slot:8,id:stained_glass_pane,Count:64b,Damage:8},
{Slot:17,id:stained_glass_pane,Count:64b,Damage:8},
{Slot:26,id:stained_glass_pane,Count:64b,Damage:8},
{Slot:3,id:redstone_block,Count:64b},
{Slot:12,id:redstone_block,Count:64b},
{Slot:5,id:redstone_block,Count:64b},
{Slot:14,id:redstone_block,Count:64b},
{Slot:22,id:redstone_block,Count:64b}
]}}},
{id:light_blue_shulker_box,Slot:5,Count:1,tag:{display:{Name:"Signal Strength 6"},
BlockEntityTag:{Items:[
{Slot:8,id:stained_glass_pane,Count:64b,Damage:8},
{Slot:17,id:stained_glass_pane,Count:64b,Damage:8},
{Slot:26,id:stained_glass_pane,Count:64b,Damage:8},
{Slot:1,id:redstone_block,Count:64b},
{Slot:10,id:redstone_block,Count:64b},
{Slot:3,id:redstone_block,Count:64b},
{Slot:12,id:redstone_block,Count:64b},
{Slot:20,id:redstone_block,Count:64b},
{Slot:5,id:redstone_block,Count:64b},
{Slot:14,id:redstone_block,Count:64b},
{Slot:23,id:redstone_block,Count:64b}
]}}},
{id:magenta_shulker_box,Slot:6,Count:1,tag:{display:{Name:"Signal Strength 7"},
BlockEntityTag:{Items:[
{Slot:7,id:redstone_block,Count:64b},
{Slot:16,id:redstone_block,Count:64b},
{Slot:25,id:redstone_block,Count:64b},
{Slot:1,id:redstone_block,Count:64b},
{Slot:10,id:redstone_block,Count:64b},
{Slot:3,id:redstone_block,Count:64b},
{Slot:12,id:redstone_block,Count:64b},
{Slot:20,id:redstone_block,Count:64b},
{Slot:5,id:redstone_block,Count:64b},
{Slot:14,id:redstone_block,Count:64b},
{Slot:23,id:redstone_block,Count:64b},
{Slot:18,id:stained_glass_pane,Count:64b,Damage:8}
]}}},
{id:silver_shulker_box,Slot:7,Count:1,tag:{display:{Name:"Signal Strength 8"},
BlockEntityTag:{Items:[
{Slot:4,id:redstone_block,Count:64b},
{Slot:13,id:redstone_block,Count:64b},
{Slot:22,id:redstone_block,Count:64b},
{Slot:0,id:redstone_block,Count:64b},
{Slot:9,id:redstone_block,Count:64b},
{Slot:2,id:redstone_block,Count:64b},
{Slot:11,id:redstone_block,Count:64b},
{Slot:19,id:redstone_block,Count:64b},
{Slot:6,id:redstone_block,Count:64b},
{Slot:15,id:redstone_block,Count:64b},
{Slot:24,id:redstone_block,Count:64b},
{Slot:8,id:redstone_block,Count:64b},
{Slot:17,id:redstone_block,Count:64b},
{Slot:26,id:redstone_block,Count:64b},
]}}},
{id:white_shulker_box,Slot:8,Count:1,tag:{display:{Name:"Signal Strength 9"},
BlockEntityTag:{Items:[
{Slot:0,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:1,id:stained_glass_pane,Damage:8,Count:32b},
{Slot:2,id:redstone_block,Count:64b},
{Slot:4,id:redstone_block,Count:64b},
{Slot:6,id:redstone_block,Count:64b},
{Slot:7,id:stained_glass_pane,Damage:8,Count:32b},
{Slot:8,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:9,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:10,id:stained_glass_pane,Damage:8,Count:32b},
{Slot:11,id:redstone_block,Count:64b},
{Slot:14,id:redstone_block,Count:64b},
{Slot:16,id:stained_glass_pane,Damage:8,Count:32b},
{Slot:17,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:18,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:19,id:stained_glass_pane,Damage:8,Count:32b},
{Slot:20,id:redstone_block,Count:64b},
{Slot:22,id:redstone_block,Count:64b},
{Slot:24,id:redstone_block,Count:64b},
{Slot:25,id:stained_glass_pane,Damage:8,Count:32b},
{Slot:26,id:stained_glass_pane,Damage:8,Count:64b},
]}}},
{id:gray_shulker_box,Slot:9,Count:1,tag:{display:{Name:"Signal Strength 10"},
BlockEntityTag:{Items:[
{Slot:0,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:1,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:2,id:stained_glass_pane,Damage:8,Count:21b},
{Slot:3,id:redstone_block,Count:64b},
{Slot:5,id:redstone_block,Count:64b},
{Slot:6,id:stained_glass_pane,Damage:8,Count:21b},
{Slot:7,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:8,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:9,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:10,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:11,id:stained_glass_pane,Damage:8,Count:21b},
{Slot:13,id:redstone_block,Count:64b},
{Slot:15,id:stained_glass_pane,Damage:8,Count:21b},
{Slot:16,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:17,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:18,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:19,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:20,id:stained_glass_pane,Damage:8,Count:21b},
{Slot:21,id:redstone_block,Count:64b},
{Slot:23,id:redstone_block,Count:64b},
{Slot:24,id:stained_glass_pane,Damage:8,Count:21b},
{Slot:25,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:26,id:stained_glass_pane,Damage:8,Count:64b},
]}}},
{id:green_shulker_box,Slot:10,Count:1,tag:{display:{Name:"Signal Strength 11"},
BlockEntityTag:{Items:[
{Slot:0,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:1,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:2,id:redstone_block,Count:64b},
{Slot:4,id:redstone_block,Count:64b},
{Slot:6,id:redstone_block,Count:64b},
{Slot:7,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:8,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:9,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:10,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:12,id:redstone_block,Count:64b},
{Slot:15,id:redstone_block,Count:64b},
{Slot:16,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:17,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:18,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:19,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:20,id:redstone_block,Count:64b},
{Slot:22,id:redstone_block,Count:64b},
{Slot:24,id:redstone_block,Count:64b},
{Slot:25,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:26,id:stained_glass_pane,Damage:8,Count:64b},
]}}},
{id:cyan_shulker_box,Slot:11,Count:1,tag:{display:{Name:"Signal Strength 12"},
BlockEntityTag:{Items:[
{Slot:0,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:1,id:redstone_block,Count:64b},
{Slot:3,id:redstone_block,Count:64b},
{Slot:4,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:5,id:redstone_block,Count:64b},
{Slot:6,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:7,id:redstone_block,Count:64b},
{Slot:8,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:9,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:11,id:redstone_block,Count:64b},
{Slot:13,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:14,id:redstone_block,Count:64b},
{Slot:15,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:16,id:redstone_block,Count:64b},
{Slot:17,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:18,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:19,id:redstone_block,Count:64b},
{Slot:21,id:redstone_block,Count:64b},
{Slot:22,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:23,id:redstone_block,Count:64b},
{Slot:24,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:25,id:redstone_block,Count:64b},
{Slot:26,id:stained_glass_pane,Damage:8,Count:64b},
]}}},
{id:blue_shulker_box,Slot:12,Count:1,tag:{display:{Name:"Signal Strength 13"},
BlockEntityTag:{Items:[
{Slot:0,id:redstone_block,Count:64b},
{Slot:2,id:redstone_block,Count:64b},
{Slot:3,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:4,id:redstone_block,Count:64b},
{Slot:5,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:6,id:redstone_block,Count:64b},
{Slot:7,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:8,id:redstone_block,Count:64b},
{Slot:10,id:redstone_block,Count:64b},
{Slot:11,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:12,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:13,id:redstone_block,Count:64b},
{Slot:14,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:15,id:redstone_block,Count:64b},
{Slot:16,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:17,id:redstone_block,Count:64b},
{Slot:18,id:redstone_block,Count:64b},
{Slot:20,id:redstone_block,Count:64b},
{Slot:21,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:22,id:redstone_block,Count:64b},
{Slot:23,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:24,id:redstone_block,Count:64b},
{Slot:25,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:26,id:redstone_block,Count:64b},
]}}},
{id:purple_shulker_box,Slot:13,Count:1,tag:{display:{Name:"Signal Strength 14"},
BlockEntityTag:{Items:[
{Slot:0,id:redstone_block,Count:64b},
{Slot:1,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:2,id:redstone_block,Count:64b},
{Slot:3,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:4,id:redstone_block,Count:64b},
{Slot:5,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:6,id:redstone_block,Count:64b},
{Slot:8,id:redstone_block,Count:64b},
{Slot:9,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:10,id:redstone_block,Count:64b},
{Slot:11,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:12,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:13,id:redstone_block,Count:64b},
{Slot:14,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:15,id:redstone_block,Count:64b},
{Slot:16,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:17,id:redstone_block,Count:64b},
{Slot:18,id:redstone_block,Count:64b},
{Slot:19,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:20,id:redstone_block,Count:64b},
{Slot:21,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:22,id:redstone_block,Count:64b},
{Slot:23,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:24,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:25,id:redstone_block,Count:64b},
{Slot:26,id:stained_glass_pane,Damage:8,Count:64b},
]}}},
{id:black_shulker_box,Slot:14,Count:1,tag:{display:{Name:"Signal Strength 15"},
BlockEntityTag:{Items:[
{Slot:0,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:1,id:redstone_block,Count:64b},
{Slot:2,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:3,id:redstone_block,Count:64b},
{Slot:4,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:5,id:redstone_block,Count:64b},
{Slot:6,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:7,id:redstone_block,Count:64b},
{Slot:8,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:9,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:10,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:11,id:redstone_block,Count:64b},
{Slot:12,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:13,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:14,id:redstone_block,Count:64b},
{Slot:15,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:16,id:redstone_block,Count:64b},
{Slot:17,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:18,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:19,id:redstone_block,Count:64b},
{Slot:20,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:21,id:redstone_block,Count:64b},
{Slot:22,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:23,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:24,id:redstone_block,Count:64b},
{Slot:25,id:stained_glass_pane,Damage:8,Count:64b},
{Slot:26,id:stained_glass_pane,Damage:8,Count:64b},
]}}}
]}
@sclark39
Copy link
Author

sclark39 commented Jun 5, 2017

Put in a command block, and place a trap chest on top of it. When the chest is opened, the command is run, and the chest should get filled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment