Skip to content

Instantly share code, notes, and snippets.

@Thibb1
Created February 13, 2025 13:29
Show Gist options
  • Select an option

  • Save Thibb1/2d5a5e687fb70dc0bba1e16533573577 to your computer and use it in GitHub Desktop.

Select an option

Save Thibb1/2d5a5e687fb70dc0bba1e16533573577 to your computer and use it in GitHub Desktop.
Blocks = {
alphaBlocks: [
0,6,8,9,10,11,20,26,27,28,29,30,31,32,33,34,36,37,38,39,40,50,51,52,55,59,
64,65,66,69,71,75,76,78,79,81,83,90,92,93,94,95,96,101,102,
104,105,106,111,115,116,117,118,119,122,127,132,138,140,
141,142,144,145,149,150,151,154,157,160,165,166,167,171,175,176,177,178,
193,194,195,196,197,209,212,207,198,217,253
],
specialBlocks: [ // blocks that are not standard cubes
6,26,27,28,30,31,32,34,37,38,39,40,44,50,51,53,54,55,59,60,63,64,65,66,67,68,69,70,71,
72,75,76,77,81,83,85,92,93,94,96,101,102,104,105,106,107,108,109,111,113,114,115,116,
117,118,119,120,122,126,127,128,130,131,132,134,135,136,139,140,141,142,143,144,145,
146,147,148,149,150,151,154,156,157,163,164,167,171,175,176,177,178,180,182,183,184,
185,186,187,188,189,190,191,192,193,194,195,196,197,198,203,205,207,208,217,254
],
nonSolidBlocks: [
0,6,8,9,10,11,27,28,30,31,32,37,38,39,40,50,51,55,59,63,65,66,68,69,70,72,
75,76,77,83,90,92,104,105,106,115,119,127,132,140,141,142,143,144,
147,148,151,157,175,176,177,198,207,209,217,253
],
blockColors: {
0: [198,234,254], //air
1: [120,120,120], //stone
2: [0,145,0], //grass
3: [138,102,55], //dirt
4: [125,125,125], //cobblestone
5: [185,133,83], //wood planks
6: [0,210,0], //saplings
7: [60,60,60], //bedrock
8: [0,0,255], //water (flowing]
9: [0,0,235], //water (stationary]
10: [255,155,102], //lava (flowing]
11: [255,129,61], //lava (stationary]
12: [228,216,174], //sand
13: [142,115,108], //gravel
14: [245,232,73], //gold ore
15: [211,179,160], //iron ore
16: [61,61,61], //coal ore
17: [86,70,43], //wood
18: [0,104,0], //leaves
19: [230,220,50], //sponge
20: [235,235,235], //glass
21: [40,85,135], //lapis lazuli ore
22: [30,60,150], //lapis lazuli block
23: [120,120,120], //dispenser
24: [226,206,140], //sandstone
25: [150,90,60], //noteblock
26: [180,35,35], //bed
27: [240,195,40], //powered rail
28: [150,0,0], //detector rail
29: [100,170,100], //sticky piston
30: [235,235,235], //cobweb
31: [0,160,0], //long grass
32: [224,162,64], //shrub
33: [185,133,83], //piston
34: [185,133,83], //piston head
36: [185,133,83], //piston extension
37: [255,248,56], //yellow flower
38: [225,0,0], //red rose
39: [168,125,99], //brown mushroom
40: [186,27,27], //red mushroom
41: [255, 215, 0], //gold block
42: [135,135,135], //iron block
43: [190,190,190], //double stone slab
44: [165,165,165], //step
45: [139,77,60], //brick
47: [160,153,19], //bookshelf
49: [17,14,25], //obsidian
50: [255,248,56], //torch
52: [27,42,53], //monster spawner
53: [185,133,83], //wood stairs
54: [170,110,30], //chest
55: [170,0,0], //redstone wire
58: [141,114,73], //crafting table
59: [205,222,61], //wheat crops
61: [51,51,51], //furnace
62: [71,71,71], //burning furnace
63: [189,138,89], //post sign
64: [95,69,43], //wood door
65: [185,133,83], //ladder
66: [164,164,164], //rail
67: [125,125,125], //cobblestone stairs
68: [185,133,83], //wall sign
69: [120,120,120], //lever
70: [120,120,120], //stone pressure plate
71: [135,135,135], //iron door
72: [189,138,89], //wooden pressure plate
75: [140,0,0], //redstone torch off
76: [175,0,0], //redstone torch on
77: [180,180,180], //stone button
78: [230,255,255], //snow layer
79: [151,225,255], //ice
81: [76,150, 24], //cactus
82: [150,150,180], //clay
83: [89,255, 89], //reed
84: [165,120,73], //jukebox
85: [185,133,83], //wood fence
86: [204,130,26], //Pumpkin
88: [178,112,65], //soul sand
89: [220, 190, 140], //glowstone
92: [247,193,238], //cake
93: [140,0,0], //redstone repeater off
94: [175,0,0], //redstone repeater on
96: [185,133,83], //trapdoor
97: [180,180,180], //stone monster egg
98: [106,106,106], //stone brick
99: [168,125,99], //large brown mushroom
100: [186,27,27], //large red mushroom
102: [158,255,243], //glass pane
103: [161,166,38], //melon
106: [0,150,0], //vines
109: [106,106,106], //stone brick stairs
110: [100,90,100], //mycelium
111: [96,188,30], //lily pad
128: [226,206,140], //sandstone stairs
134: [185,133,83], //spruce wood stairs
137: [182,118,78], //command block
139: [90,90,90], //cobblestone wall
141: [205,222,61], //carrot crops
142: [205,222,61], //potato crops
149: [140,0,0], //redstone comparator inactive
155: [235,233,227], //quartz block
161: [67,132,21], //dark oak leaves
'168:0': [112,176,154], //prismarine
'168:1': [81,150,132], //prismarine bricks
'168:2': [64,96,72], //dark prismarine
'169:0': [179,219,208], //sea lantern
'38:1': [28,128,186], //Poppy
'38:2': [141,85,186], //Poppy
'38:3': [207,207,158], //Poppy
'38:4': [156,41,14], //Poppy
'38:5': [166,89,24], //Poppy
'38:6': [180,180,180], //Poppy
'38:7': [173,140,173], //Poppy
'38:8': [255,250,155], //daisy flower
'175:8': [0,200,0], //double tall grass and flowers top
'35:0': [215, 215, 215], // White
'35:1': [255, 100, 0], // Orange
'35:2': [200, 0, 200], // Magenta
'35:3': [87, 132, 223], // Light blue
'35:4': [164,154,37], // Yellow
'35:5': [0, 255, 0], // Green
'35:6': [255, 180, 200], // Pink
'35:7': [72, 72, 72], // Gray
'35:8': [173, 173, 173], // Light grey
'35:9': [0, 100, 160], // Cyan
'35:10': [120, 0, 200], // Purple
'35:11': [40,49,122], // Blue
'35:12': [100, 60, 0], // Brown
'35:13': [48,63,24], // Cactus green
'35:14': [123, 43, 40], // Red
'35:15': [25, 25, 25], // Black
'95:0': [254, 254, 254], // White - Glass colors
'95:1': [114, 65, 28], // Orange
'95:2': [200, 0, 200], // Magenta
'95:3': [87, 132, 223], // Light blue
'95:4': [255, 255, 0], // Yellow
'95:5': [0, 255, 0], // Green
'95:6': [255, 180, 200], // Pink
'95:7': [72, 72, 72], // Gray
'95:8': [173, 173, 173], // Light grey
'95:9': [0, 100, 160], // Cyan
'95:10': [120, 0, 200], // Purple
'95:11': [0, 0, 175], // Blue
'95:12': [100, 60, 0], // Brown
'95:13': [48, 160, 0], // Cactus green
'95:14': [78, 36, 26], // Red
'95:15': [0, 0, 0], // Black
'160:0': [254, 254, 254], // White - Glass colors
'160:1': [114, 65, 28], // Orange
'160:2': [200, 0, 200], // Magenta
'160:3': [87, 132, 223], // Light blue
'160:4': [255, 255, 0], // Yellow
'160:5': [0, 255, 0], // Green
'160:6': [255, 180, 200], // Pink
'160:7': [72, 72, 72], // Gray
'160:8': [173, 173, 173], // Light grey
'160:9': [0, 100, 160], // Cyan
'160:10': [120, 0, 200], // Purple
'160:11': [0, 0, 175], // Blue
'160:12': [100, 60, 0], // Brown
'160:13': [48, 160, 0], // Cactus green
'160:14': [255, 0, 0], // Red
'160:15': [0, 0, 0], // Black
'171:0': [254, 254, 254], // White
'171:1': [255, 100, 0], // Orange
'171:2': [200, 0, 200], // Magenta
'171:3': [87, 132, 223], // Light blue
'171:4': [255, 255, 0], // Yellow
'171:5': [0, 255, 0], // Green
'171:6': [255, 180, 200], // Pink
'171:7': [72, 72, 72], // Gray
'171:8': [173, 173, 173], // Light grey
'171:9': [0, 100, 160], // Cyan
'171:10': [120, 0, 200], // Purple
'171:11': [0, 0, 175], // Blue
'171:12': [100, 60, 0], // Brown
'171:13': [48, 160, 0], // Cactus green
'171:14': [123, 43, 40], // Red
'171:15': [25, 25, 25], // Black
'175:1': [249, 228, 0], // Sunflower
},
blockTextures: {
0:0,
1:1,
2:40,
3:2,
4:16,
5:4,
6:6,
7:17,
8:17,
9:17,
10:175,
11:175,
12:160,
13:19,
14:32,
15:33,
16:34,
17:20,
18:68,
19:48,
20:49,
21:18,
22:96,
23:46,
24:144,
25:74,
26:134,
27:192,
28:176,
29:106,
30:11,
31:39,
32:55,
33:108,
34:107,
35:80,
36:237,
37:13,
38:194,
39:29,
40:28,
41:23,
42:22,
43:5,
44:5,
45:7,
46:8,
47:35,
48:36,
49:37,
50:80,
51:15,
52:65,
53:4,
54:26,
55:165,
56:50,
57:24,
58:60,
59:95,
60:47,
61:44,
62:61,
63:180,
64:97,
65:83,
66:128,
67:16,
68:239,
69:96,
70:1,
71:98,
72:4,
73:51,
74:51,
75:115,
76:99,
77:1,
78:66,
79:67,
80:66,
81:69,
82:64,
83:73,
84:74,
85:4,
86:118,
87:103,
88:104,
89:105,
90:14,
91:120,
92:121,
93:131,
94:147,
95:224,
96:84,
97:1,
98:98,
99:126,
100:125,
101:85,
102:49,
103:136,
104:60,
105:60,
106:143,
107:4,
108:7,
109:98,
110:78,
111:76,
112:11,
113:11,
114:11,
115:59,
116:166,
117:157,
118:154,
119:30,
120:121,
121:122,
122:156,
123:132,
124:133,
125:4,
126:4,
127:61,
128:144,
129:79,
130:104,
131:133,
132:116,
133:97,
134:52,
135:53,
136:54,
137:114,
138:117,
139:16,
140:72,
141:77,
142:78,
143:4,
144:125,
145:136,
146:102,
147:23,
148:22,
149:141,
150:142,
151:119,
152:130,
153:146,
154:126,
155:148,
156:148,
157:178,
158:127,
159:240,
160:224,
161:68,
162:72,
163:55,
164:56,
165:204,
166:153,
167:86,
168:153,
169:58,
170:65,
171:208,
172:49,
173:76,
174:111,
176:137,
177:137,
178:203,
179:145,
180:145,
181:145,
182:145,
183:52,
184:53,
185:54,
186:56,
187:55,
188:52,
189:53,
190:54,
191:56,
192:55,
193:129,
194:130,
195:160,
196:161,
197:162,
198:62,
199:164,
200:165,
201:178,
202:179,
203:178,
204:178,
205:178,
206:182,
207:46,
208:195,
209:30,
210:196,
211:197,
212:74,
213:198,
214:199,
215:212,
216:213,
217:75,
218:214,
219:194,
220:194,
221:194,
222:194,
223:194,
224:194,
225:194,
226:194,
227:194,
228:194,
229:194,
230:194,
231:194,
232:194,
233:194,
234:194,
235:168,
236:169,
237:170,
238:171,
239:172,
240:173,
241:174,
242:175,
243:184,
244:185,
245:186,
246:187,
247:188,
248:189,
249:190,
250:191,
255:162,
'1:0':1,
'1:1':12,
'1:2':28,
'1:3':13,
'1:4':29,
'1:5':14,
'1:6':30,
'3:0':2,
'3:1':15,
'3:2':31,
'5:0':4,
'5:1':52,
'5:2':53,
'5:3':54,
'5:4':55,
'5:5':56,
'5:6':57,
'6:0':6,
'6:1':22,
'6:2':38,
'6:3':54,
'6:4':7,
'6:5':23,
'12:0':160,
'12:1':49,
'17:0':138,
'17:1':139,
'17:2':140,
'17:3':141,
'18:0':68,
'18:1':69,
'18:2':70,
'18:3':71,
'19:0':123,
'19:1':124,
'24:0':144,
'24:1':112,
'24:2':128,
'31:0':55,
'31:1':39,
'31:2':56,
'35:0': 80,
'35:1': 81,
'35:2': 82,
'35:3': 83,
'35:4': 84,
'35:5': 85,
'35:6': 86,
'35:7': 87,
'35:8': 88,
'35:9': 89,
'35:10': 90,
'35:11': 91,
'35:12': 92,
'35:13': 93,
'35:14': 94,
'35:15': 95,
'38:0': 194,
'38:1': 195,
'38:2': 196,
'38:3': 197,
'38:4': 198,
'38:5': 199,
'38:6': 200,
'38:7': 201,
'38:8': 202,
'43:0': 5,
'43:1': 144,
'43:2': 4,
'43:3': 16,
'43:4': 7,
'43:5': 98,
'43:6': 11,
'43:7': 80,
'44:0': 5,
'44:1': 144,
'44:2': 4,
'44:3': 16,
'44:4': 7,
'44:5': 98,
'44:6': 11,
'44:7': 148,
'44:8': 5,
'44:9': 144,
'44:10': 4,
'44:11': 16,
'44:12': 7,
'44:13': 98,
'44:14': 11,
'44:15': 148,
'55:0': 164,
'60:0': 47,
'60:7': 63,
'64:0': 97,
'64:8': 81,
'64:9': 81,
'64:10': 81,
'64:11': 81,
'71:0': 98,
'71:8': 82,
'71:9': 82,
'71:10': 82,
'71:11': 82,
'95:0': 224,
'95:1': 238,
'95:2': 236,
'95:3': 234,
'95:4': 232,
'95:5': 230,
'95:6': 228,
'95:7': 226 ,
'95:8': 239,
'95:9': 237,
'95:10': 235,
'95:11': 233,
'95:12': 231,
'95:13': 229,
'95:14': 227,
'95:15': 225,
'97:0': 1,
'97:1': 16,
'97:2': 98,
'97:3': 100,
'97:4': 101,
'97:5': 99,
'98:0': 98,
'98:1': 100,
'98:2': 101,
'98:3': 99,
'125:0':4,
'125:1':52,
'125:2':53,
'125:3':54,
'125:4':55,
'125:5':56,
'125:6':57,
'126:0':4,
'126:1':52,
'126:2':53,
'126:3':54,
'126:4':55,
'126:5':56,
'126:6':57,
'126:7':80,
'126:8':4,
'126:9':52,
'126:10':53,
'126:11':54,
'126:12':55,
'126:13':56,
'126:14':57,
'126:15':80,
'139:0':16,
'139:1':36,
'155:0':148,
'155:1':149,
'155:2':150,
// Default stained clay
// '159:0': 224,
// '159:1': 225,
// '159:2': 226,
// '159:3': 227,
// '159:4': 228,
// '159:5': 229,
// '159:6': 230,
// '159:7': 231,
// '159:8': 232,
// '159:9': 233,
// '159:10': 234,
// '159:11': 235,
// '159:12': 236,
// '159:13': 237,
// '159:14': 238,
// '159:15': 239,
'159:0': 240,
'159:1': 241,
'159:2': 242,
'159:3': 243,
'159:4': 244,
'159:5': 245,
'159:6': 246,
'159:7': 247,
'159:8': 248,
'159:9': 249,
'159:10': 250,
'159:11': 251,
'159:12': 252,
'159:13': 253,
'159:14': 254,
'159:15': 255,
'160:0': 224,
'160:1': 238,
'160:2': 236,
'160:3': 234,
'160:4': 232,
'160:5': 230,
'160:6': 228,
'160:7': 226 ,
'160:8': 239,
'160:9': 237,
'160:10': 235,
'160:11': 233,
'160:12': 231,
'160:13': 229,
'160:14': 227,
'160:15': 225,
'161:0': 68,
'161:1': 68,
'162:0': 142,
'162:1': 143,
'168:0': 41,
'168:1': 42,
'168:2': 57,
'168:3': 58,
'171:0': 208,
'171:1': 209,
'171:2': 210,
'171:3': 211,
'171:4': 212,
'171:5': 213,
'171:6': 214,
'171:7': 215,
'171:8': 216,
'171:9': 217,
'171:10': 218,
'171:11': 219,
'171:12': 220,
'171:13': 221,
'171:14': 222,
'171:15': 223,
'175:0': 184,
'175:1': 185,
'175:2': 186,
'175:3': 187,
'175:4': 188,
'175:5': 189,
'179:0': 145,
'179:1': 113,
'179:2': 129,
'193:0': 129,
'193:8': 113,
'193:9': 113,
'193:10': 113,
'193:11': 113,
'194:0': 130,
'194:8': 114,
'194:9': 114,
'194:10': 114,
'194:11': 114,
'195:0': 160,
'195:8': 144,
'195:9': 144,
'195:10': 144,
'195:11': 144,
'196:0': 161,
'196:8': 145,
'196:9': 145,
'196:10': 145,
'196:11': 145,
'197:0': 162,
'197:8': 146,
'197:9': 146,
'197:10': 146,
'197:11': 146,
'200:0': 165,
'200:1': 165,
'200:2': 165,
'200:3': 165,
'200:4': 165,
'200:5': 181,
'251:0': 200,
'251:1': 201,
'251:2': 202,
'251:3': 203,
'251:4': 204,
'251:5': 205,
'251:6': 206,
'251:7': 207,
'251:8': 216,
'251:9': 217,
'251:10': 218,
'251:11': 219,
'251:12': 220,
'251:13': 221,
'251:14': 222,
'251:15': 223,
'252:0': 200,
'252:1': 201,
'252:2': 202,
'252:3': 203,
'252:4': 204,
'252:5': 205,
'252:6': 206,
'252:7': 207,
'252:8': 216,
'252:9': 217,
'252:10': 218,
'252:11': 219,
'252:12': 220,
'252:13': 221,
'252:14': 222,
'252:15': 223,
'253:0': 1,
'253:1': 2,
'254:0': 224,
'254:1': 225,
'254:2': 226,
'254:3': 227,
'254:4': 228,
'254:5': 229,
'254:6': 230,
'254:7': 231,
'254:8': 232,
'254:9': 233,
'254:10': 234,
'254:11': 235,
},
blockIdNames: [
'air',
'stone',
'grass',
'dirt',
'cobblestone',
'planks',
'sapling',
'bedrock',
'flowing_water',
'water',
'flowing_lava',
'lava',
'sand',
'gravel',
'gold_ore',
'iron_ore',
'coal_ore',
'log',
'leaves',
'sponge',
'glass',
'lapis_ore',
'lapis_block',
'dispenser',
'sandstone',
'noteblock',
'bed',
'golden_rail',
'detector_rail',
'sticky_piston',
'web',
'tallgrass',
'deadbush',
'piston',
'piston_head',
'wool',
null,
'yellow_flower',
'red_flower',
'brown_mushroom',
'red_mushroom',
'gold_block',
'iron_block',
'double_stone_slab',
'stone_slab',
'brick_block',
'tnt',
'bookshelf',
'mossy_cobblestone',
'obsidian',
'torch',
'fire',
'mob_spawner',
'oak_stairs',
'chest',
'redstone_wire',
'diamond_ore',
'diamond_block',
'crafting_table',
'wheat',
'farmland',
'furnace',
'lit_furnace',
'standing_sign',
'wooden_door',
'ladder',
'rail',
'stone_stairs',
'wall_sign',
'lever',
'stone_pressure_plate',
'iron_door',
'wooden_pressure_plate',
'redstone_ore',
'lit_redstone_ore',
'off - unlit_redstone_torch',
'on - redstone_torch',
'stone_button',
'snow_layer',
'ice',
'snow',
'cactus',
'clay',
'reeds',
'jukebox',
'fence',
'pumpkin',
'netherrack',
'soul_sand',
'glowstone',
'portal',
'lit_pumpkin',
'cake',
'off - unpowered_repeater',
'on - powered_repeater',
'stained_glass',
'trapdoor',
'monster_egg',
'stonebrick',
'brown_mushroom_block',
'red_mushroom_block',
'iron_bars',
'glass_pane',
'melon_block',
'pumpkin_stem',
'melon_stem',
'vine',
'fence_gate',
'brick_stairs',
'stone_brick_stairs',
'mycelium',
'waterlily',
'nether_brick',
'nether_brick_fence',
'nether_brick_stairs',
'nether_wart',
'enchanting_table',
'brewing_stand',
'cauldron',
'end_portal',
'end_portal_frame',
'end_stone',
'dragon_egg',
'inactive - redstone_lamp',
'active - lit_redstone_lamp',
'double_wooden_slab',
'wooden_slab',
'cocoa',
'sandstone_stairs',
'emerald_ore',
'ender_chest',
'tripwire_hook',
'tripwire_hook',
'emerald_block',
'spruce_stairs',
'birch_stairs',
'jungle_stairs',
'command_block',
'beacon',
'cobblestone_wall',
'flower_pot',
'carrots',
'potatoes',
'wooden_button',
'skull',
'anvil',
'trapped_chest',
'light - light_weighted_pressure_plate',
'heavy - heavy_weighted_pressure_plate',
'inactive - unpowered_comparator',
'active - powered_comparator',
'daylight_detector',
'redstone_block',
'quartz_ore',
'hopper',
'quartz_block',
'quartz_stairs',
'activator_rail',
'dropper',
'stained_hardened_clay',
'stained_glass_pane',
'leaves2',
'log2',
'acacia_stairs',
'dark_oak_stairs',
'slime',
'barrier',
'iron_trapdoor',
'prismarine',
'sea_lantern',
'hay_block',
'carpet',
'hardened_clay',
'coal_block',
'packed_ice',
'double_plant',
'standing_banner',
'wall_banner',
'daylight_detector_inverted',
'red_sandstone',
'red_sandstone_stairs',
'double_stone_slab2',
'stone_slab2',
'spruce_fence_gate',
'birch_fence_gate',
'jungle_fence_gate',
'dark_oak_fence_gate',
'acacia_fence_gate',
'spruce_fence',
'birch_fence',
'jungle_fence',
'dark_oak_fence',
'acacia_fence',
'spruce_door',
'birch_door',
'jungle_door',
'acacia_door',
'dark_oak_door',
'end_rod',
'chorus_plant',
'chorus_flower',
'purpur_block',
'purpur_pillar',
'purpur_stairs',
'purpur_double_slab',
'purpur_slab',
'end_bricks',
'beetroots',
'grass_path',
'end_gateway',
'repeating_command_block',
'chain_command_block',
'frosted_ice',
'magma',
'nether_wart_block',
'red_nether_brick',
'bone_block',
'structure_void',
'observer',
'white_shulker_box',
'orange_shulker_box',
'magenta_shulker_box',
'light_blue_shulker_box',
'yellow_shulker_box',
'lime_shulker_box',
'pink_shulker_box',
'gray_shulker_box',
'silver_shulker_box',
'cyan_shulker_box',
'purple_shulker_box',
'blue_shulker_box',
'brown_shulker_box',
'green_shulker_box',
'red_shulker_box',
'black_shulker_box',
'white_glazed_terracotta',
'orange_glazed_terracotta',
'magenta_glazed_terracotta',
'light_blue_glazed_terracotta',
'yellow_glazed_terracotta',
'lime_glazed_terracotta',
'pink_glazed_terracotta',
'gray_glazed_terracotta',
'light_gray_glazed_terracotta',
'cyan_glazed_terracotta',
'purple_glazed_terracotta',
'blue_glazed_terracotta',
'brown_glazed_terracotta',
'green_glazed_terracotta',
'red_glazed_terracotta',
'black_glazed_terracotta',
'concrete',
'concrete_powder',
'unknown_block',
'minesweeper_block',
'structure_block',
'iron_shovel',
'iron_pickaxe',
'iron_axe',
'flint_and_steel',
'apple',
'bow',
'arrow',
'coal',
'diamond',
'iron_ingot',
'gold_ingot',
'iron_sword',
'wooden_sword',
'wooden_shovel',
'wooden_pickaxe',
'wooden_axe',
'stone_sword',
'stone_shovel',
'stone_pickaxe',
'stone_axe',
'diamond_sword',
'diamond_shovel',
'diamond_pickaxe',
'diamond_axe',
'stick',
'bowl',
'mushroom_stew',
'golden_sword',
'golden_shovel',
'golden_pickaxe',
'golden_axe',
'string',
'feather',
'gunpowder',
'wooden_hoe',
'stone_hoe',
'iron_hoe',
'diamond_hoe',
'golden_hoe',
'wheat_seeds',
'wheat',
'bread',
'leather_helmet',
'leather_chestplate',
'leather_leggings',
'leather_boots',
'chainmail_helmet',
'chainmail_chestplate',
'chainmail_leggings',
'chainmail_boots',
'iron_helmet',
'iron_chestplate',
'iron_leggings',
'iron_boots',
'diamond_helmet',
'diamond_chestplate',
'diamond_leggings',
'diamond_boots',
'golden_helmet',
'golden_chestplate',
'golden_leggings',
'golden_boots',
'flint',
'porkchop',
'cooked_porkchop',
'painting',
'golden_apple',
'sign',
'wooden_door',
'bucket',
'water_bucket',
'lava_bucket',
'minecart',
'saddle',
'iron_door',
'redstone',
'snowball',
'boat',
'leather',
'milk_bucket',
'brick',
'clay_ball',
'reeds',
'paper',
'book',
'slime_ball',
'chest_minecart',
'furnace_minecart',
'egg',
'compass',
'fishing_rod',
'clock',
'glowstone_dust',
'fish',
'cooked_fish',
'dye',
'bone',
'sugar',
'cake',
'bed',
'repeater',
'cookie',
'filled_map',
'shears',
'melon',
'pumpkin_seeds',
'melon_seeds',
'beef',
'cooked_beef',
'chicken',
'cooked_chicken',
'rotten_flesh',
'ender_pearl',
'blaze_rod',
'ghast_tear',
'gold_nugget',
'nether_wart',
'potion',
'glass_bottle',
'spider_eye',
'fermented_spider_eye',
'blaze_powder',
'magma_cream',
'brewing_stand',
'cauldron',
'ender_eye',
'speckled_melon',
'spawn_egg',
'experience_bottle',
'fire_charge',
'writable_book',
'written_book',
'emerald',
'item_frame',
'flower_pot',
'carrot',
'potato',
'baked_potato',
'poisonous_potato',
'map',
'golden_carrot',
'skull',
'carrot_on_a_stick',
'nether_star',
'pumpkin_pie',
'fireworks',
'firework_charge',
'enchanted_book',
'comparator',
'netherbrick',
'quartz',
'tnt_minecart',
'hopper_minecart',
'prismarine_shard',
'prismarine_crystals',
'rabbit',
'cooked_rabbit',
'rabbit_stew',
'rabbit_foot',
'rabbit_hide',
'armor_stand',
'iron_horse_armor',
'golden_horse_armor',
'diamond_horse_armor',
'lead',
'name_tag',
'command_block_minecart',
'mutton',
'cooked_mutton',
'banner',
'end_crystal',
'spruce_door',
'birch_door',
'jungle_door',
'acacia_door',
'dark_oak_door',
'chorus_fruit',
'popped_chorus_fruit',
'beetroot',
'beetroot_seeds',
'beetroot_soup',
'dragon_breath',
'splash_potion',
'spectral_arrow',
'tipped_arrow',
'lingering_potion',
'shield',
'elytra',
'spruce_boat',
'birch_boat',
'jungle_boat',
'acacia_boat',
'dark_oak_boat',
'totem_of_undying',
'shulker_shell',
'iron_nugget',
'knowledge_book'
],
blockIdNamesExtended: {
'0:0': 'air',
'1:0': 'stone',
'1:1': 'granite',
'1:2': 'polished_granite',
'1:3': 'diorite',
'1:4': 'polished_diorite',
'1:5': 'andesite',
'1:6': 'polished_andesite',
'2:0': 'grass',
'3:0': 'dirt',
'3:1': 'coarse_dirt',
'3:2': 'podzol',
'4:0': 'cobblestone',
'5:0': 'oak_planks',
'5:1': 'spruce_planks',
'5:2': 'birch_planks',
'5:3': 'jungle_planks',
'5:4': 'acacia_planks',
'5:5': 'dark_oak_Planks',
'6:0': 'oak_sapling',
'6:1': 'spruce_sapling',
'6:2': 'birch_sapling',
'6:3': 'jungle_sapling',
'6:4': 'acacia_sapling',
'6:5': 'dark_oak_sapling',
'7:0': 'bedrock',
'8:0': 'flowing_water',
'9:0': 'still_water',
'10:0': 'flowing_lava',
'11:0': 'still_lava',
'12:0': 'sand',
'12:1': 'red_sand',
'13:0': 'gravel',
'14:0': 'gold_ore',
'15:0': 'iron_ore',
'16:0': 'coal_ore',
'17:0': 'oak_log',
'17:1': 'spruce_log',
'17:2': 'birch_log',
'17:3': 'jungle_log',
'18:0': 'oak_leaves',
'18:1': 'spruce_leaves',
'18:2': 'birch_leaves',
'18:3': 'jungle_leaves',
'35:0': 'white_wool',
'35:1': 'orange_wool',
'35:2': 'magenta_wool',
'35:3': 'light_blue_wool',
'35:4': 'yellow_wool',
'35:5': 'lime_wool',
'35:6': 'pink_wool',
'35:7': 'gray_wool',
'35:8': 'light_gray_wool',
'35:9': 'cyan_wool',
'35:10': 'purple_wool',
'35:11': 'blue_wool',
'35:12': 'brown_wool',
'35:13': 'green_wool',
'35:14': 'red_wool',
'35:15': 'black_wool',
},
blockNames: {
'0': 'Air',
'1': 'Stone',
'1:1': 'Granite',
'1:2': 'Polished Granite',
'1:3': 'Diorite',
'1:4': 'Polished Diorite',
'1:5': 'Andesite',
'1:6': 'Polished Andesite',
'2': 'Grass',
'3': 'Dirt',
'3:1': 'Coarse Dirt',
'3:2': 'Podzol',
'4': 'Cobblestone',
'5': 'Oak Wood Plank',
'5:1': 'Spruce Wood Plank',
'5:2': 'Birch Wood Plank',
'5:3': 'Jungle Wood Plank',
'5:4': 'Acacia Wood Plank',
'5:5': 'Dark Oak Wood Plank',
'6': 'Oak Sapling',
'6:1': 'Spruce Sapling',
'6:2': 'Birch Sapling',
'6:3': 'Jungle Sapling',
'6:4': 'Acacia Sapling',
'6:5': 'Dark Oak Sapling',
'7': 'Bedrock',
'8': 'Flowing Water',
'9': 'Still Water',
'10': 'Flowing Lava',
'11': 'Still Lava',
'12': 'Sand',
'12:1': 'Red Sand',
'13': 'Gravel',
'14': 'Gold Ore',
'15': 'Iron Ore',
'16': 'Coal Ore',
'17': 'Oak Wood',
'17:1': 'Spruce Wood',
'17:2': 'Birch Wood',
'17:3': 'Jungle Wood',
'18': 'Oak Leaves',
'18:1': 'Spruce Leaves',
'18:2': 'Birch Leaves',
'18:3': 'Jungle Leaves',
'19': 'Sponge',
'19:1': 'Wet Sponge',
'20': 'Glass',
'21': 'Lapis Lazuli Ore',
'22': 'Lapis Lazuli Block',
'23': 'Dispenser',
'24': 'Sandstone',
'24:1': 'Chiseled Sandstone',
'24:2': 'Smooth Sandstone',
'25': 'Note Block',
'26': 'Bed',
'27': 'Powered Rail',
'28': 'Detector Rail',
'29': 'Sticky Piston',
'30': 'Cobweb',
'31': 'Dead Shrub',
'31:1': 'Grass',
'31:2': 'Fern',
'32': 'Dead Bush',
'33': 'Piston',
'34': 'Piston Head',
'35': 'White Wool',
'35:1': 'Orange Wool',
'35:2': 'Magenta Wool',
'35:3': 'Light Blue Wool',
'35:4': 'Yellow Wool',
'35:5': 'Lime Wool',
'35:6': 'Pink Wool',
'35:7': 'Gray Wool',
'35:8': 'Light Gray Wool',
'35:9': 'Cyan Wool',
'35:10': 'Purple Wool',
'35:11': 'Blue Wool',
'35:12': 'Brown Wool',
'35:13': 'Green Wool',
'35:14': 'Red Wool',
'35:15': 'Black Wool',
'37': 'Dandelion',
'38': 'Poppy',
'38:1': 'Blue Orchid',
'38:2': 'Allium',
'38:3': 'Azure Bluet',
'38:4': 'Red Tulip',
'38:5': 'Orange Tulip',
'38:6': 'White Tulip',
'38:7': 'Pink Tulip',
'38:8': 'Oxeye Daisy',
'39': 'Brown Mushroom',
'40': 'Red Mushroom',
'41': 'Gold Block',
'42': 'Iron Block',
'43': 'Double Stone Slab',
'43:1': 'Double Sandstone Slab',
'43:2': 'Double Wooden Slab',
'43:3': 'Double Cobblestone Slab',
'43:4': 'Double Brick Slab',
'43:5': 'Double Stone Brick Slab',
'43:6': 'Double Nether Brick Slab',
'43:7': 'Double Quartz Slab',
'44': 'Stone Slab',
'44:1': 'Sandstone Slab',
'44:2': 'Wooden Slab',
'44:3': 'Cobblestone Slab',
'44:4': 'Brick Slab',
'44:5': 'Stone Brick Slab',
'44:6': 'Nether Brick Slab',
'44:7': 'Quartz Slab',
'45': 'Bricks',
'46': 'TNT',
'47': 'Bookshelf',
'48': 'Moss Stone',
'49': 'Obsidian',
'50': 'Torch',
'51': 'Fire',
'52': 'Monster Spawner',
'53': 'Oak Wood Stairs',
'54': 'Chest',
'55': 'Redstone Wire',
'56': 'Diamond Ore',
'57': 'Diamond Block',
'58': 'Crafting Table',
'59': 'Wheat Crops',
'60': 'Farmland',
'61': 'Furnace',
'62': 'Burning Furnace',
'63': 'Standing Sign Block',
'64': 'Oak Door Block',
'65': 'Ladder',
'66': 'Rail',
'67': 'Cobblestone Stairs',
'68': 'Wall-mounted Sign Block',
'69': 'Lever',
'70': 'Stone Pressure Plate',
'71': 'Iron Door Block',
'72': 'Wooden Pressure Plate',
'73': 'Redstone Ore',
'74': 'Glowing Redstone Ore',
'75': 'Redstone Torch ',
'76': 'Redstone Torch ',
'77': 'Stone Button',
'78': 'Snow',
'79': 'Ice',
'80': 'Snow Block',
'81': 'Cactus',
'82': 'Clay',
'83': 'Sugar Canes',
'84': 'Jukebox',
'85': 'Oak Fence',
'86': 'Pumpkin',
'87': 'Netherrack',
'88': 'Soul Sand',
'89': 'Glowstone',
'90': 'Nether Portal',
'91': 'Jack o\'Lantern',
'92': 'Cake Block',
'93': 'Redstone Repeater Block ',
'94': 'Redstone Repeater Block ',
'95': 'White Stained Glass',
'95:1': 'Orange Stained Glass',
'95:2': 'Magenta Stained Glass',
'95:3': 'Light Blue Stained Glass',
'95:4': 'Yellow Stained Glass',
'95:5': 'Lime Stained Glass',
'95:6': 'Pink Stained Glass',
'95:7': 'Gray Stained Glass',
'95:8': 'Light Gray Stained Glass',
'95:9': 'Cyan Stained Glass',
'95:10': 'Purple Stained Glass',
'95:11': 'Blue Stained Glass',
'95:12': 'Brown Stained Glass',
'95:13': 'Green Stained Glass',
'95:14': 'Red Stained Glass',
'95:15': 'Black Stained Glass',
'96': 'Wooden Trapdoor',
'97': 'Stone Monster Egg',
'97:1': 'Cobblestone Monster Egg',
'97:2': 'Stone Brick Monster Egg',
'97:3': 'Mossy Stone Brick Monster Egg',
'97:4': 'Cracked Stone Brick Monster Egg',
'97:5': 'Chiseled Stone Brick Monster Egg',
'98': 'Stone Bricks',
'98:1': 'Mossy Stone Bricks',
'98:2': 'Cracked Stone Bricks',
'98:3': 'Chiseled Stone Bricks',
'99': 'Brown Mushroom Block',
'100': 'Red Mushroom Block',
'101': 'Iron Bars',
'102': 'Glass Pane',
'103': 'Melon Block',
'104': 'Pumpkin Stem',
'105': 'Melon Stem',
'106': 'Vines',
'107': 'Oak Fence Gate',
'108': 'Brick Stairs',
'109': 'Stone Brick Stairs',
'110': 'Mycelium',
'111': 'Lily Pad',
'112': 'Nether Brick',
'113': 'Nether Brick Fence',
'114': 'Nether Brick Stairs',
'115': 'Nether Wart',
'116': 'Enchantment Table',
'117': 'Brewing Stand',
'118': 'Cauldron',
'119': 'End Portal',
'120': 'End Portal Frame',
'121': 'End Stone',
'122': 'Dragon Egg',
'123': 'Redstone Lamp ',
'124': 'Redstone Lamp ',
'125': 'Double Oak Wood Slab',
'125:1': 'Double Spruce Wood Slab',
'125:2': 'Double Birch Wood Slab',
'125:3': 'Double Jungle Wood Slab',
'125:4': 'Double Acacia Wood Slab',
'125:5': 'Double Dark Oak Wood Slab',
'126': 'Oak Wood Slab',
'126:1': 'Spruce Wood Slab',
'126:2': 'Birch Wood Slab',
'126:3': 'Jungle Wood Slab',
'126:4': 'Acacia Wood Slab',
'126:5': 'Dark Oak Wood Slab',
'127': 'Cocoa',
'128': 'Sandstone Stairs',
'129': 'Emerald Ore',
'130': 'Ender Chest',
'131': 'Tripwire Hook',
'132': 'Tripwire',
'133': 'Emerald Block',
'134': 'Spruce Wood Stairs',
'135': 'Birch Wood Stairs',
'136': 'Jungle Wood Stairs',
'137': 'Command Block',
'138': 'Beacon',
'139': 'Cobblestone Wall',
'139:1': 'Mossy Cobblestone Wall',
'140': 'Flower Pot',
'141': 'Carrots',
'142': 'Potatoes',
'143': 'Wooden Button',
'144': 'Mob Head',
'145': 'Anvil',
'146': 'Trapped Chest',
'147': 'Weighted Pressure Plate ',
'148': 'Weighted Pressure Plate ',
'149': 'Redstone Comparator ',
'150': 'Redstone Comparator ',
'151': 'Daylight Sensor',
'152': 'Redstone Block',
'153': 'Nether Quartz Ore',
'154': 'Hopper',
'155': 'Quartz Block',
'155:1': 'Chiseled Quartz Block',
'155:2': 'Pillar Quartz Block',
'156': 'Quartz Stairs',
'157': 'Activator Rail',
'158': 'Dropper',
'159': 'White Hardened Clay',
'159:1': 'Orange Hardened Clay',
'159:2': 'Magenta Hardened Clay',
'159:3': 'Light Blue Hardened Clay',
'159:4': 'Yellow Hardened Clay',
'159:5': 'Lime Hardened Clay',
'159:6': 'Pink Hardened Clay',
'159:7': 'Gray Hardened Clay',
'159:8': 'Light Gray Hardened Clay',
'159:9': 'Cyan Hardened Clay',
'159:10': 'Purple Hardened Clay',
'159:11': 'Blue Hardened Clay',
'159:12': 'Brown Hardened Clay',
'159:13': 'Green Hardened Clay',
'159:14': 'Red Hardened Clay',
'159:15': 'Black Hardened Clay',
'160': 'White Stained Glass Pane',
'160:1': 'Orange Stained Glass Pane',
'160:2': 'Magenta Stained Glass Pane',
'160:3': 'Light Blue Stained Glass Pane',
'160:4': 'Yellow Stained Glass Pane',
'160:5': 'Lime Stained Glass Pane',
'160:6': 'Pink Stained Glass Pane',
'160:7': 'Gray Stained Glass Pane',
'160:8': 'Light Gray Stained Glass Pane',
'160:9': 'Cyan Stained Glass Pane',
'160:10': 'Purple Stained Glass Pane',
'160:11': 'Blue Stained Glass Pane',
'160:12': 'Brown Stained Glass Pane',
'160:13': 'Green Stained Glass Pane',
'160:14': 'Red Stained Glass Pane',
'160:15': 'Black Stained Glass Pane',
'161': 'Acacia Leaves',
'161:1': 'Dark Oak Leaves',
'162': 'Acacia Wood',
'162:1': 'Dark Oak Wood',
'163': 'Acacia Wood Stairs',
'164': 'Dark Oak Wood Stairs',
'165': 'Slime Block',
'166': 'Barrier',
'167': 'Iron Trapdoor',
'168': 'Prismarine',
'168:1': 'Prismarine Bricks',
'168:2': 'Dark Prismarine',
'169': 'Sea Lantern',
'170': 'Hay Bale',
'171': 'White Carpet',
'171:1': 'Orange Carpet',
'171:2': 'Magenta Carpet',
'171:3': 'Light Blue Carpet',
'171:4': 'Yellow Carpet',
'171:5': 'Lime Carpet',
'171:6': 'Pink Carpet',
'171:7': 'Gray Carpet',
'171:8': 'Light Gray Carpet',
'171:9': 'Cyan Carpet',
'171:10': 'Purple Carpet',
'171:11': 'Blue Carpet',
'171:12': 'Brown Carpet',
'171:13': 'Green Carpet',
'171:14': 'Red Carpet',
'171:15': 'Black Carpet',
'172': 'Hardened Clay',
'173': 'Block of Coal',
'174': 'Packed Ice',
'175': 'Sunflower',
'175:1': 'Lilac',
'175:2': 'Double Tallgrass',
'175:3': 'Large Fern',
'175:4': 'Rose Bush',
'175:5': 'Peony',
'176': 'Free-standing Banner',
'177': 'Wall-mounted Banner',
'178': 'Inverted Daylight Sensor',
'179': 'Red Sandstone',
'179:1': 'Chiseled Red Sandstone',
'179:2': 'Smooth Red Sandstone',
'180': 'Red Sandstone Stairs',
'181': 'Double Red Sandstone Slab',
'182': 'Red Sandstone Slab',
'183': 'Spruce Fence Gate',
'184': 'Birch Fence Gate',
'185': 'Jungle Fence Gate',
'186': 'Dark Oak Fence Gate',
'187': 'Acacia Fence Gate',
'188': 'Spruce Fence',
'189': 'Birch Fence',
'190': 'Jungle Fence',
'191': 'Dark Oak Fence',
'192': 'Acacia Fence',
'193': 'Spruce Door Block',
'194': 'Birch Door Block',
'195': 'Jungle Door Block',
'196': 'Acacia Door Block',
'197': 'Dark Oak Door Block',
'198': 'End Rod',
'199': 'Chorus Plant',
'200': 'Chorus Flower',
'201': 'Purpur Block',
'202': 'Purpur Pillar',
'203': 'Purpur Stairs',
'204': 'Purpur Double Slab',
'205': 'Purpur Slab',
'206': 'End Stone Bricks',
'207': 'Beetroot Block',
'208': 'Grass Path',
'209': 'End Gateway',
'210': 'Repeating Command Block',
'211': 'Chain Command Block',
'212': 'Frosted Ice',
'213': 'Magma Block',
'214': 'Nether Wart Block',
'215': 'Red Nether Brick',
'216': 'Bone Block',
'217': 'Structure Void',
'218': 'Observer',
'219': 'White Shulker Box',
'220': 'Orange Shulker Box',
'221': 'Magenta Shulker Box',
'222': 'Light Blue Shulker Box',
'223': 'Yellow Shulker Box',
'224': 'Lime Shulker Box',
'225': 'Pink Shulker Box',
'226': 'Gray Shulker Box',
'227': 'Light Gray Shulker Box',
'228': 'Cyan Shulker Box',
'229': 'Purple Shulker Box',
'230': 'Blue Shulker Box',
'231': 'Brown Shulker Box',
'232': 'Green Shulker Box',
'233': 'Red Shulker Box',
'234': 'Black Shulker Box',
'235': 'White Glazed Terracotta',
'236': 'Orange Glazed Terracotta',
'237': 'Magenta Glazed Terracotta',
'238': 'Light Blue Glazed Terracotta',
'239': 'Yellow Glazed Terracotta',
'240': 'Lime Glazed Terracotta',
'241': 'Pink Glazed Terracotta',
'242': 'Gray Glazed Terracotta',
'243': 'Light Gray Glazed Terracotta',
'244': 'Cyan Glazed Terracotta',
'245': 'Purple Glazed Terracotta',
'246': 'Blue Glazed Terracotta',
'247': 'Brown Glazed Terracotta',
'248': 'Green Glazed Terracotta',
'249': 'Red Glazed Terracotta',
'250': 'Black Glazed Terracotta',
'251': 'White Concrete',
'251:1': 'Orange Concrete',
'251:2': 'Magenta Concrete',
'251:3': 'Light Blue Concrete',
'251:4': 'Yellow Concrete',
'251:5': 'Lime Concrete',
'251:6': 'Pink Concrete',
'251:7': 'Gray Concrete',
'251:8': 'Light Gray Concrete',
'251:9': 'Cyan Concrete',
'251:10': 'Purple Concrete',
'251:11': 'Blue Concrete',
'251:12': 'Brown Concrete',
'251:13': 'Green Concrete',
'251:14': 'Red Concrete',
'251:15': 'Black Concrete',
'252': 'White Concrete Powder',
'252:1': 'Orange Concrete Powder',
'252:2': 'Magenta Concrete Powder',
'252:3': 'Light Blue Concrete Powder',
'252:4': 'Yellow Concrete Powder',
'252:5': 'Lime Concrete Powder',
'252:6': 'Pink Concrete Powder',
'252:7': 'Gray Concrete Powder',
'252:8': 'Light Gray Concrete Powder',
'252:9': 'Cyan Concrete Powder',
'252:10': 'Purple Concrete Powder',
'252:11': 'Blue Concrete Powder',
'252:12': 'Brown Concrete Powder',
'252:13': 'Green Concrete Powder',
'252:14': 'Red Concrete Powder',
'252:15': 'Black Concrete Powder',
'255': 'Structure Block',
'256': 'Iron Shovel',
'257': 'Iron Pickaxe',
'258': 'Iron Axe',
'259': 'Flint and Steel',
'260': 'Apple',
'261': 'Bow',
'262': 'Arrow',
'263': 'Coal',
'263:1': 'Charcoal',
'264': 'Diamond',
'265': 'Iron Ingot',
'266': 'Gold Ingot',
'267': 'Iron Sword',
'268': 'Wooden Sword',
'269': 'Wooden Shovel',
'270': 'Wooden Pickaxe',
'271': 'Wooden Axe',
'272': 'Stone Sword',
'273': 'Stone Shovel',
'274': 'Stone Pickaxe',
'275': 'Stone Axe',
'276': 'Diamond Sword',
'277': 'Diamond Shovel',
'278': 'Diamond Pickaxe',
'279': 'Diamond Axe',
'280': 'Stick',
'281': 'Bowl',
'282': 'Mushroom Stew',
'283': 'Golden Sword',
'284': 'Golden Shovel',
'285': 'Golden Pickaxe',
'286': 'Golden Axe',
'287': 'String',
'288': 'Feather',
'289': 'Gunpowder',
'290': 'Wooden Hoe',
'291': 'Stone Hoe',
'292': 'Iron Hoe',
'293': 'Diamond Hoe',
'294': 'Golden Hoe',
'295': 'Wheat Seeds',
'296': 'Wheat',
'297': 'Bread',
'298': 'Leather Helmet',
'299': 'Leather Tunic',
'300': 'Leather Pants',
'301': 'Leather Boots',
'302': 'Chainmail Helmet',
'303': 'Chainmail Chestplate',
'304': 'Chainmail Leggings',
'305': 'Chainmail Boots',
'306': 'Iron Helmet',
'307': 'Iron Chestplate',
'308': 'Iron Leggings',
'309': 'Iron Boots',
'310': 'Diamond Helmet',
'311': 'Diamond Chestplate',
'312': 'Diamond Leggings',
'313': 'Diamond Boots',
'314': 'Golden Helmet',
'315': 'Golden Chestplate',
'316': 'Golden Leggings',
'317': 'Golden Boots',
'318': 'Flint',
'319': 'Raw Porkchop',
'320': 'Cooked Porkchop',
'321': 'Painting',
'322': 'Golden Apple',
'322:1': 'Enchanted Golden Apple',
'323': 'Sign',
'324': 'Oak Door',
'325': 'Bucket',
'326': 'Water Bucket',
'327': 'Lava Bucket',
'328': 'Minecart',
'329': 'Saddle',
'330': 'Iron Door',
'331': 'Redstone',
'332': 'Snowball',
'333': 'Oak Boat',
'334': 'Leather',
'335': 'Milk Bucket',
'336': 'Brick',
'337': 'Clay',
'338': 'Sugar Canes',
'339': 'Paper',
'340': 'Book',
'341': 'Slimeball',
'342': 'Minecart with Chest',
'343': 'Minecart with Furnace',
'344': 'Egg',
'345': 'Compass',
'346': 'Fishing Rod',
'347': 'Clock',
'348': 'Glowstone Dust',
'349': 'Raw Fish',
'349:1': 'Raw Salmon',
'349:2': 'Clownfish',
'349:3': 'Pufferfish',
'350': 'Cooked Fish',
'350:1': 'Cooked Salmon',
'351': 'Ink Sack',
'351:1': 'Rose Red',
'351:2': 'Cactus Green',
'351:3': 'Coco Beans',
'351:4': 'Lapis Lazuli',
'351:5': 'Purple Dye',
'351:6': 'Cyan Dye',
'351:7': 'Light Gray Dye',
'351:8': 'Gray Dye',
'351:9': 'Pink Dye',
'351:10': 'Lime Dye',
'351:11': 'Dandelion Yellow',
'351:12': 'Light Blue Dye',
'351:13': 'Magenta Dye',
'351:14': 'Orange Dye',
'351:15': 'Bone Meal',
'352': 'Bone',
'353': 'Sugar',
'354': 'Cake',
'355': 'Bed',
'356': 'Redstone Repeater',
'357': 'Cookie',
'358': 'Map',
'359': 'Shears',
'360': 'Melon',
'361': 'Pumpkin Seeds',
'362': 'Melon Seeds',
'363': 'Raw Beef',
'364': 'Steak',
'365': 'Raw Chicken',
'366': 'Cooked Chicken',
'367': 'Rotten Flesh',
'368': 'Ender Pearl',
'369': 'Blaze Rod',
'370': 'Ghast Tear',
'371': 'Gold Nugget',
'372': 'Nether Wart',
'373': 'Potion',
'374': 'Glass Bottle',
'375': 'Spider Eye',
'376': 'Fermented Spider Eye',
'377': 'Blaze Powder',
'378': 'Magma Cream',
'379': 'Brewing Stand',
'380': 'Cauldron',
'381': 'Eye of Ender',
'382': 'Glistering Melon',
'383:4': 'Spawn Elder Guardian',
'383:5': 'Spawn Wither Skeleton',
'383:6': 'Spawn Stray',
'383:23': 'Spawn Husk',
'383:27': 'Spawn Zombie Villager',
'383:28': 'Spawn Skeleton Horse',
'383:29': 'Spawn Zombie Horse',
'383:31': 'Spawn Donkey',
'383:32': 'Spawn Mule',
'383:34': 'Spawn Evoker',
'383:35': 'Spawn Vex',
'383:36': 'Spawn Vindicator',
'383:50': 'Spawn Creeper',
'383:51': 'Spawn Skeleton',
'383:52': 'Spawn Spider',
'383:54': 'Spawn Zombie',
'383:55': 'Spawn Slime',
'383:56': 'Spawn Ghast',
'383:57': 'Spawn Zombie Pigman',
'383:58': 'Spawn Enderman',
'383:59': 'Spawn Cave Spider',
'383:60': 'Spawn Silverfish',
'383:61': 'Spawn Blaze',
'383:62': 'Spawn Magma Cube',
'383:65': 'Spawn Bat',
'383:66': 'Spawn Witch',
'383:67': 'Spawn Endermite',
'383:68': 'Spawn Guardian',
'383:69': 'Spawn Shulker',
'383:90': 'Spawn Pig',
'383:91': 'Spawn Sheep',
'383:92': 'Spawn Cow',
'383:93': 'Spawn Chicken',
'383:94': 'Spawn Squid',
'383:95': 'Spawn Wolf',
'383:96': 'Spawn Mooshroom',
'383:98': 'Spawn Ocelot',
'383:100': 'Spawn Horse',
'383:101': 'Spawn Rabbit',
'383:102': 'Spawn Polar Bear',
'383:103': 'Spawn Llama',
'383:105': 'Spawn Parrot',
'383:120': 'Spawn Villager',
'384': 'Bottle o\' Enchanting',
'385': 'Fire Charge',
'386': 'Book and Quill',
'387': 'Written Book',
'388': 'Emerald',
'389': 'Item Frame',
'390': 'Flower Pot',
'391': 'Carrot',
'392': 'Potato',
'393': 'Baked Potato',
'394': 'Poisonous Potato',
'395': 'Empty Map',
'396': 'Golden Carrot',
'397': 'Mob Head ',
'397:1': 'Mob Head ',
'397:2': 'Mob Head ',
'397:3': 'Mob Head ',
'397:4': 'Mob Head ',
'397:5': 'Mob Head ',
'398': 'Carrot on a Stick',
'399': 'Nether Star',
'400': 'Pumpkin Pie',
'401': 'Firework Rocket',
'402': 'Firework Star',
'403': 'Enchanted Book',
'404': 'Redstone Comparator',
'405': 'Nether Brick',
'406': 'Nether Quartz',
'407': 'Minecart with TNT',
'408': 'Minecart with Hopper',
'409': 'Prismarine Shard',
'410': 'Prismarine Crystals',
'411': 'Raw Rabbit',
'412': 'Cooked Rabbit',
'413': 'Rabbit Stew',
'414': 'Rabbit\'s Foot',
'415': 'Rabbit Hide',
'416': 'Armor Stand',
'417': 'Iron Horse Armor',
'418': 'Golden Horse Armor',
'419': 'Diamond Horse Armor',
'420': 'Lead',
'421': 'Name Tag',
'422': 'Minecart with Command Block',
'423': 'Raw Mutton',
'424': 'Cooked Mutton',
'425': 'Banner',
'426': 'End Crystal',
'427': 'Spruce Door',
'428': 'Birch Door',
'429': 'Jungle Door',
'430': 'Acacia Door',
'431': 'Dark Oak Door',
'432': 'Chorus Fruit',
'433': 'Popped Chorus Fruit',
'434': 'Beetroot',
'435': 'Beetroot Seeds',
'436': 'Beetroot Soup',
'437': 'Dragon\'s Breath',
'438': 'Splash Potion',
'439': 'Spectral Arrow',
'440': 'Tipped Arrow',
'441': 'Lingering Potion',
'442': 'Shield',
'443': 'Elytra',
'444': 'Spruce Boat',
'445': 'Birch Boat',
'446': 'Jungle Boat',
'447': 'Acacia Boat',
'448': 'Dark Oak Boat',
'449': 'Totem of Undying',
'450': 'Shulker Shell',
'452': 'Iron Nugget',
'453': 'Knowledge Book',
'2256': '13 Disc',
'2257': 'Cat Disc',
'2258': 'Blocks Disc',
'2259': 'Chirp Disc',
'2260': 'Far Disc',
'2261': 'Mall Disc',
'2262': 'Mellohi Disc',
'2263': 'Stal Disc',
'2264': 'Strad Disc',
'2265': 'Ward Disc',
'2266': '11 Disc',
'2267': 'Wait Disc'
},
blockProperties: {
"0:0" : {},
"1:0" : {
"variant" : "stone"
},
"1:1" : {
"variant" : "granite"
},
"1:2" : {
"variant" : "smooth_granite"
},
"1:3" : {
"variant" : "diorite"
},
"1:4" : {
"variant" : "smooth_diorite"
},
"1:5" : {
"variant" : "andesite"
},
"1:6" : {
"variant" : "smooth_andesite"
},
"2:0" : {
"snowy" : "false"
},
"3:0" : {
"variant" : "dirt",
"snowy" : "false"
},
"3:1" : {
"variant" : "coarse_dirt",
"snowy" : "false"
},
"3:2" : {
"variant" : "podzol",
"snowy" : "false"
},
"4:0" : {},
"5:0" : {
"variant" : "oak"
},
"5:1" : {
"variant" : "spruce"
},
"5:2" : {
"variant" : "birch"
},
"5:3" : {
"variant" : "jungle"
},
"5:4" : {
"variant" : "acacia"
},
"5:5" : {
"variant" : "dark_oak"
},
"6:8" : {
"type" : "oak",
"stage" : "1"
},
"6:9" : {
"type" : "spruce",
"stage" : "1"
},
"6:10" : {
"type" : "birch",
"stage" : "1"
},
"6:11" : {
"type" : "jungle",
"stage" : "1"
},
"6:12" : {
"type" : "acacia",
"stage" : "1"
},
"6:13" : {
"type" : "dark_oak",
"stage" : "1"
},
"7:0" : {},
"8:0" : {
"level" : "0"
},
"8:1" : {
"level" : "1"
},
"8:2" : {
"level" : "2"
},
"8:3" : {
"level" : "3"
},
"8:4" : {
"level" : "4"
},
"8:5" : {
"level" : "5"
},
"8:6" : {
"level" : "6"
},
"8:7" : {
"level" : "7"
},
"8:8" : {
"level" : "8"
},
"8:9" : {
"level" : "9"
},
"8:10" : {
"level" : "10"
},
"8:11" : {
"level" : "11"
},
"8:12" : {
"level" : "12"
},
"8:13" : {
"level" : "13"
},
"8:14" : {
"level" : "14"
},
"8:15" : {
"level" : "15"
},
"9:0" : {
"level" : "0"
},
"9:1" : {
"level" : "1"
},
"9:2" : {
"level" : "2"
},
"9:3" : {
"level" : "3"
},
"9:4" : {
"level" : "4"
},
"9:5" : {
"level" : "5"
},
"9:6" : {
"level" : "6"
},
"9:7" : {
"level" : "7"
},
"9:8" : {
"level" : "8"
},
"9:9" : {
"level" : "9"
},
"9:10" : {
"level" : "10"
},
"9:11" : {
"level" : "11"
},
"9:12" : {
"level" : "12"
},
"9:13" : {
"level" : "13"
},
"9:14" : {
"level" : "14"
},
"9:15" : {
"level" : "15"
},
"10:0" : {
"level" : "0"
},
"10:1" : {
"level" : "1"
},
"10:2" : {
"level" : "2"
},
"10:3" : {
"level" : "3"
},
"10:4" : {
"level" : "4"
},
"10:5" : {
"level" : "5"
},
"10:6" : {
"level" : "6"
},
"10:7" : {
"level" : "7"
},
"10:8" : {
"level" : "8"
},
"10:9" : {
"level" : "9"
},
"10:10" : {
"level" : "10"
},
"10:11" : {
"level" : "11"
},
"10:12" : {
"level" : "12"
},
"10:13" : {
"level" : "13"
},
"10:14" : {
"level" : "14"
},
"10:15" : {
"level" : "15"
},
"11:0" : {
"level" : "0"
},
"11:1" : {
"level" : "1"
},
"11:2" : {
"level" : "2"
},
"11:3" : {
"level" : "3"
},
"11:4" : {
"level" : "4"
},
"11:5" : {
"level" : "5"
},
"11:6" : {
"level" : "6"
},
"11:7" : {
"level" : "7"
},
"11:8" : {
"level" : "8"
},
"11:9" : {
"level" : "9"
},
"11:10" : {
"level" : "10"
},
"11:11" : {
"level" : "11"
},
"11:12" : {
"level" : "12"
},
"11:13" : {
"level" : "13"
},
"11:14" : {
"level" : "14"
},
"11:15" : {
"level" : "15"
},
"14:0" : {},
"15:0" : {},
"16:0" : {},
"17:0" : {
"variant" : "oak",
"axis" : "y"
},
"17:1" : {
"variant" : "spruce",
"axis" : "y"
},
"17:2" : {
"variant" : "birch",
"axis" : "y"
},
"17:3" : {
"variant" : "jungle",
"axis" : "y"
},
"17:4" : {
"variant" : "oak",
"axis" : "x"
},
"17:5" : {
"variant" : "spruce",
"axis" : "x"
},
"17:6" : {
"variant" : "birch",
"axis" : "x"
},
"17:7" : {
"variant" : "jungle",
"axis" : "x"
},
"17:8" : {
"variant" : "oak",
"axis" : "z"
},
"17:9" : {
"variant" : "spruce",
"axis" : "z"
},
"17:10" : {
"variant" : "birch",
"axis" : "z"
},
"17:11" : {
"variant" : "jungle",
"axis" : "z"
},
"17:12" : {
"variant" : "oak",
"axis" : "none"
},
"17:13" : {
"variant" : "spruce",
"axis" : "none"
},
"17:14" : {
"variant" : "birch",
"axis" : "none"
},
"17:15" : {
"variant" : "jungle",
"axis" : "none"
},
"18:0" : {
"variant" : "oak",
"check_decay" : "false",
"decayable" : "true"
},
"18:1" : {
"variant" : "spruce",
"check_decay" : "false",
"decayable" : "true"
},
"18:2" : {
"variant" : "birch",
"check_decay" : "false",
"decayable" : "true"
},
"18:3" : {
"variant" : "jungle",
"check_decay" : "false",
"decayable" : "true"
},
"18:4" : {
"variant" : "oak",
"check_decay" : "false",
"decayable" : "false"
},
"18:5" : {
"variant" : "spruce",
"check_decay" : "false",
"decayable" : "false"
},
"18:6" : {
"variant" : "birch",
"check_decay" : "false",
"decayable" : "false"
},
"18:7" : {
"variant" : "jungle",
"check_decay" : "false",
"decayable" : "false"
},
"18:8" : {
"variant" : "oak",
"check_decay" : "true",
"decayable" : "true"
},
"18:9" : {
"variant" : "spruce",
"check_decay" : "true",
"decayable" : "true"
},
"18:10" : {
"variant" : "birch",
"check_decay" : "true",
"decayable" : "true"
},
"18:11" : {
"variant" : "jungle",
"check_decay" : "true",
"decayable" : "true"
},
"18:12" : {
"variant" : "oak",
"check_decay" : "true",
"decayable" : "false"
},
"18:13" : {
"variant" : "spruce",
"check_decay" : "true",
"decayable" : "false"
},
"18:14" : {
"variant" : "birch",
"check_decay" : "true",
"decayable" : "false"
},
"18:15" : {
"variant" : "jungle",
"check_decay" : "true",
"decayable" : "false"
},
"19:0" : {
"wet" : "false"
},
"19:1" : {
"wet" : "true"
},
"20:0" : {},
"21:0" : {},
"22:0" : {},
"23:0" : {
"facing" : "down",
"triggered" : "false"
},
"23:1" : {
"facing" : "up",
"triggered" : "false"
},
"23:2" : {
"facing" : "north",
"triggered" : "false"
},
"23:3" : {
"facing" : "south",
"triggered" : "false"
},
"23:4" : {
"facing" : "west",
"triggered" : "false"
},
"23:5" : {
"facing" : "east",
"triggered" : "false"
},
"23:8" : {
"facing" : "down",
"triggered" : "true"
},
"23:9" : {
"facing" : "up",
"triggered" : "true"
},
"23:10" : {
"facing" : "north",
"triggered" : "true"
},
"23:11" : {
"facing" : "south",
"triggered" : "true"
},
"23:12" : {
"facing" : "west",
"triggered" : "true"
},
"23:13" : {
"facing" : "east",
"triggered" : "true"
},
"24:0" : {
"type" : "sandstone"
},
"24:1" : {
"type" : "chiseled_sandstone"
},
"24:2" : {
"type" : "smooth_sandstone"
},
"25:0" : {},
"26:0" : {
"facing" : "south",
"part" : "foot",
"occupied" : "false"
},
"26:1" : {
"facing" : "west",
"part" : "foot",
"occupied" : "false"
},
"26:2" : {
"facing" : "north",
"part" : "foot",
"occupied" : "false"
},
"26:3" : {
"facing" : "east",
"part" : "foot",
"occupied" : "false"
},
"26:8" : {
"facing" : "south",
"part" : "head",
"occupied" : "false"
},
"26:9" : {
"facing" : "west",
"part" : "head",
"occupied" : "false"
},
"26:10" : {
"facing" : "north",
"part" : "head",
"occupied" : "false"
},
"26:11" : {
"facing" : "east",
"part" : "head",
"occupied" : "false"
},
"26:12" : {
"facing" : "south",
"part" : "head",
"occupied" : "true"
},
"26:13" : {
"facing" : "west",
"part" : "head",
"occupied" : "true"
},
"26:14" : {
"facing" : "north",
"part" : "head",
"occupied" : "true"
},
"26:15" : {
"facing" : "east",
"part" : "head",
"occupied" : "true"
},
"27:0" : {
"shape" : "north_south",
"powered" : "false"
},
"27:1" : {
"shape" : "east_west",
"powered" : "false"
},
"27:2" : {
"shape" : "ascending_east",
"powered" : "false"
},
"27:3" : {
"shape" : "ascending_west",
"powered" : "false"
},
"27:4" : {
"shape" : "ascending_north",
"powered" : "false"
},
"27:5" : {
"shape" : "ascending_south",
"powered" : "false"
},
"27:8" : {
"shape" : "north_south",
"powered" : "true"
},
"27:9" : {
"shape" : "east_west",
"powered" : "true"
},
"27:10" : {
"shape" : "ascending_east",
"powered" : "true"
},
"27:11" : {
"shape" : "ascending_west",
"powered" : "true"
},
"27:12" : {
"shape" : "ascending_north",
"powered" : "true"
},
"27:13" : {
"shape" : "ascending_south",
"powered" : "true"
},
"28:0" : {
"shape" : "north_south",
"powered" : "false"
},
"28:1" : {
"shape" : "east_west",
"powered" : "false"
},
"28:2" : {
"shape" : "ascending_east",
"powered" : "false"
},
"28:3" : {
"shape" : "ascending_west",
"powered" : "false"
},
"28:4" : {
"shape" : "ascending_north",
"powered" : "false"
},
"28:5" : {
"shape" : "ascending_south",
"powered" : "false"
},
"28:8" : {
"shape" : "north_south",
"powered" : "true"
},
"28:9" : {
"shape" : "east_west",
"powered" : "true"
},
"28:10" : {
"shape" : "ascending_east",
"powered" : "true"
},
"28:11" : {
"shape" : "ascending_west",
"powered" : "true"
},
"28:12" : {
"shape" : "ascending_north",
"powered" : "true"
},
"28:13" : {
"shape" : "ascending_south",
"powered" : "true"
},
"29:0" : {
"facing" : "down",
"extended" : "false"
},
"29:1" : {
"facing" : "up",
"extended" : "false"
},
"29:2" : {
"facing" : "north",
"extended" : "false"
},
"29:3" : {
"facing" : "south",
"extended" : "false"
},
"29:4" : {
"facing" : "west",
"extended" : "false"
},
"29:5" : {
"facing" : "east",
"extended" : "false"
},
"29:8" : {
"facing" : "down",
"extended" : "true"
},
"29:9" : {
"facing" : "up",
"extended" : "true"
},
"29:10" : {
"facing" : "north",
"extended" : "true"
},
"29:11" : {
"facing" : "south",
"extended" : "true"
},
"29:12" : {
"facing" : "west",
"extended" : "true"
},
"29:13" : {
"facing" : "east",
"extended" : "true"
},
"30:0" : {},
"31:0" : {
"type" : "dead_bush"
},
"31:1" : {
"type" : "tall_grass"
},
"31:2" : {
"type" : "fern"
},
"32:0" : {},
"33:0" : {
"facing" : "down",
"extended" : "false"
},
"33:1" : {
"facing" : "up",
"extended" : "false"
},
"33:2" : {
"facing" : "north",
"extended" : "false"
},
"33:3" : {
"facing" : "south",
"extended" : "false"
},
"33:4" : {
"facing" : "west",
"extended" : "false"
},
"33:5" : {
"facing" : "east",
"extended" : "false"
},
"33:8" : {
"facing" : "down",
"extended" : "true"
},
"33:9" : {
"facing" : "up",
"extended" : "true"
},
"33:10" : {
"facing" : "north",
"extended" : "true"
},
"33:11" : {
"facing" : "south",
"extended" : "true"
},
"33:12" : {
"facing" : "west",
"extended" : "true"
},
"33:13" : {
"facing" : "east",
"extended" : "true"
},
"34:0" : {
"facing" : "down",
"short" : "false",
"type" : "normal"
},
"34:1" : {
"facing" : "up",
"short" : "false",
"type" : "normal"
},
"34:2" : {
"facing" : "north",
"short" : "false",
"type" : "normal"
},
"34:3" : {
"facing" : "south",
"short" : "false",
"type" : "normal"
},
"34:4" : {
"facing" : "west",
"short" : "false",
"type" : "normal"
},
"34:5" : {
"facing" : "east",
"short" : "false",
"type" : "normal"
},
"34:8" : {
"facing" : "down",
"short" : "false",
"type" : "sticky"
},
"34:9" : {
"facing" : "up",
"short" : "false",
"type" : "sticky"
},
"34:10" : {
"facing" : "north",
"short" : "false",
"type" : "sticky"
},
"34:11" : {
"facing" : "south",
"short" : "false",
"type" : "sticky"
},
"34:12" : {
"facing" : "west",
"short" : "false",
"type" : "sticky"
},
"34:13" : {
"facing" : "east",
"short" : "false",
"type" : "sticky"
},
"35:0" : {
"color" : "white"
},
"35:1" : {
"color" : "orange"
},
"35:2" : {
"color" : "magenta"
},
"35:3" : {
"color" : "light_blue"
},
"35:4" : {
"color" : "yellow"
},
"35:5" : {
"color" : "lime"
},
"35:6" : {
"color" : "pink"
},
"35:7" : {
"color" : "gray"
},
"35:8" : {
"color" : "silver"
},
"35:9" : {
"color" : "cyan"
},
"35:10" : {
"color" : "purple"
},
"35:11" : {
"color" : "blue"
},
"35:12" : {
"color" : "brown"
},
"35:13" : {
"color" : "green"
},
"35:14" : {
"color" : "red"
},
"35:15" : {
"color" : "black"
},
"36:0" : {
"facing" : "down",
"type" : "normal"
},
"36:1" : {
"facing" : "up",
"type" : "normal"
},
"36:2" : {
"facing" : "north",
"type" : "normal"
},
"36:3" : {
"facing" : "south",
"type" : "normal"
},
"36:4" : {
"facing" : "west",
"type" : "normal"
},
"36:5" : {
"facing" : "east",
"type" : "normal"
},
"36:8" : {
"facing" : "down",
"type" : "sticky"
},
"36:9" : {
"facing" : "up",
"type" : "sticky"
},
"36:10" : {
"facing" : "north",
"type" : "sticky"
},
"36:11" : {
"facing" : "south",
"type" : "sticky"
},
"36:12" : {
"facing" : "west",
"type" : "sticky"
},
"36:13" : {
"facing" : "east",
"type" : "sticky"
},
"37:0" : {
"type" : "dandelion"
},
"38:0" : {
"type" : "poppy"
},
"38:1" : {
"type" : "blue_orchid"
},
"38:2" : {
"type" : "allium"
},
"38:3" : {
"type" : "houstonia"
},
"38:4" : {
"type" : "red_tulip"
},
"38:5" : {
"type" : "orange_tulip"
},
"38:6" : {
"type" : "white_tulip"
},
"38:7" : {
"type" : "pink_tulip"
},
"38:8" : {
"type" : "oxeye_daisy"
},
"39:0" : {},
"40:0" : {},
"41:0" : {},
"42:0" : {},
"43:0" : {
"variant" : "stone",
"seamless" : "false"
},
"43:1" : {
"variant" : "sandstone",
"seamless" : "false"
},
"43:2" : {
"variant" : "wood_old",
"seamless" : "false"
},
"43:3" : {
"variant" : "cobblestone",
"seamless" : "false"
},
"43:4" : {
"variant" : "brick",
"seamless" : "false"
},
"43:5" : {
"variant" : "stone_brick",
"seamless" : "false"
},
"43:6" : {
"variant" : "nether_brick",
"seamless" : "false"
},
"43:7" : {
"variant" : "quartz",
"seamless" : "false"
},
"43:8" : {
"variant" : "stone",
"seamless" : "true"
},
"43:9" : {
"variant" : "sandstone",
"seamless" : "true"
},
"43:10" : {
"variant" : "wood_old",
"seamless" : "true"
},
"43:11" : {
"variant" : "cobblestone",
"seamless" : "true"
},
"43:12" : {
"variant" : "brick",
"seamless" : "true"
},
"43:13" : {
"variant" : "stone_brick",
"seamless" : "true"
},
"43:14" : {
"variant" : "nether_brick",
"seamless" : "true"
},
"43:15" : {
"variant" : "quartz",
"seamless" : "true"
},
"44:0" : {
"variant" : "stone",
"half" : "bottom"
},
"44:1" : {
"variant" : "sandstone",
"half" : "bottom"
},
"44:2" : {
"variant" : "wood_old",
"half" : "bottom"
},
"44:3" : {
"variant" : "cobblestone",
"half" : "bottom"
},
"44:4" : {
"variant" : "brick",
"half" : "bottom"
},
"44:5" : {
"variant" : "stone_brick",
"half" : "bottom"
},
"44:6" : {
"variant" : "nether_brick",
"half" : "bottom"
},
"44:7" : {
"variant" : "quartz",
"half" : "bottom"
},
"44:8" : {
"variant" : "stone",
"half" : "top"
},
"44:9" : {
"variant" : "sandstone",
"half" : "top"
},
"44:10" : {
"variant" : "wood_old",
"half" : "top"
},
"44:11" : {
"variant" : "cobblestone",
"half" : "top"
},
"44:12" : {
"variant" : "brick",
"half" : "top"
},
"44:13" : {
"variant" : "stone_brick",
"half" : "top"
},
"44:14" : {
"variant" : "nether_brick",
"half" : "top"
},
"44:15" : {
"variant" : "quartz",
"half" : "top"
},
"45:0" : {},
"46:0" : {
"explode" : "false"
},
"46:1" : {
"explode" : "true"
},
"47:0" : {},
"48:0" : {},
"49:0" : {},
"50:1" : {
"facing" : "east"
},
"50:2" : {
"facing" : "west"
},
"50:3" : {
"facing" : "south"
},
"50:4" : {
"facing" : "north"
},
"50:5" : {
"facing" : "up"
},
"51:0" : {
"north" : "false",
"west" : "false",
"age" : "0",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:1" : {
"north" : "false",
"west" : "false",
"age" : "1",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:2" : {
"north" : "false",
"west" : "false",
"age" : "2",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:3" : {
"north" : "false",
"west" : "false",
"age" : "3",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:4" : {
"north" : "false",
"west" : "false",
"age" : "4",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:5" : {
"north" : "false",
"west" : "false",
"age" : "5",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:6" : {
"north" : "false",
"west" : "false",
"age" : "6",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:7" : {
"north" : "false",
"west" : "false",
"age" : "7",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:8" : {
"north" : "false",
"west" : "false",
"age" : "8",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:9" : {
"north" : "false",
"west" : "false",
"age" : "9",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:10" : {
"north" : "false",
"west" : "false",
"age" : "10",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:11" : {
"north" : "false",
"west" : "false",
"age" : "11",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:12" : {
"north" : "false",
"west" : "false",
"age" : "12",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:13" : {
"north" : "false",
"west" : "false",
"age" : "13",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:14" : {
"north" : "false",
"west" : "false",
"age" : "14",
"up" : "false",
"east" : "false",
"south" : "false"
},
"51:15" : {
"north" : "false",
"west" : "false",
"age" : "15",
"up" : "false",
"east" : "false",
"south" : "false"
},
"52:0" : {},
"53:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"53:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"53:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"53:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"53:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"53:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"53:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"53:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"54:2" : {
"facing" : "north"
},
"54:3" : {
"facing" : "south"
},
"54:4" : {
"facing" : "west"
},
"54:5" : {
"facing" : "east"
},
"55:0" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "0"
},
"55:1" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "1"
},
"55:2" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "2"
},
"55:3" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "3"
},
"55:4" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "4"
},
"55:5" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "5"
},
"55:6" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "6"
},
"55:7" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "7"
},
"55:8" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "8"
},
"55:9" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "9"
},
"55:10" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "10"
},
"55:11" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "11"
},
"55:12" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "12"
},
"55:13" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "13"
},
"55:14" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "14"
},
"55:15" : {
"west" : "none",
"east" : "none",
"north" : "none",
"south" : "none",
"power" : "15"
},
"56:0" : {},
"57:0" : {},
"58:0" : {},
"59:0" : {
"age" : "0"
},
"59:1" : {
"age" : "1"
},
"59:2" : {
"age" : "2"
},
"59:3" : {
"age" : "3"
},
"59:4" : {
"age" : "4"
},
"59:5" : {
"age" : "5"
},
"59:6" : {
"age" : "6"
},
"59:7" : {
"age" : "7"
},
"60:0" : {
"moisture" : "0"
},
"60:1" : {
"moisture" : "1"
},
"60:2" : {
"moisture" : "2"
},
"60:3" : {
"moisture" : "3"
},
"60:4" : {
"moisture" : "4"
},
"60:5" : {
"moisture" : "5"
},
"60:6" : {
"moisture" : "6"
},
"60:7" : {
"moisture" : "7"
},
"61:2" : {
"facing" : "north"
},
"61:3" : {
"facing" : "south"
},
"61:4" : {
"facing" : "west"
},
"61:5" : {
"facing" : "east"
},
"62:2" : {
"facing" : "north"
},
"62:3" : {
"facing" : "south"
},
"62:4" : {
"facing" : "west"
},
"62:5" : {
"facing" : "east"
},
"63:0" : {
"rotation" : "0"
},
"63:1" : {
"rotation" : "1"
},
"63:2" : {
"rotation" : "2"
},
"63:3" : {
"rotation" : "3"
},
"63:4" : {
"rotation" : "4"
},
"63:5" : {
"rotation" : "5"
},
"63:6" : {
"rotation" : "6"
},
"63:7" : {
"rotation" : "7"
},
"63:8" : {
"rotation" : "8"
},
"63:9" : {
"rotation" : "9"
},
"63:10" : {
"rotation" : "10"
},
"63:11" : {
"rotation" : "11"
},
"63:12" : {
"rotation" : "12"
},
"63:13" : {
"rotation" : "13"
},
"63:14" : {
"rotation" : "14"
},
"63:15" : {
"rotation" : "15"
},
"64:0" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"64:1" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"64:2" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"64:3" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"64:4" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"64:5" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"64:6" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"64:7" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"64:8" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"64:9" : {
"facing" : "north",
"hinge" : "right",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"64:10" : {
"facing" : "north",
"hinge" : "left",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"64:11" : {
"facing" : "north",
"hinge" : "right",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"65:2" : {
"facing" : "north"
},
"65:3" : {
"facing" : "south"
},
"65:4" : {
"facing" : "west"
},
"65:5" : {
"facing" : "east"
},
"67:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"67:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"67:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"67:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"67:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"67:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"67:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"67:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"68:2" : {
"facing" : "north"
},
"68:3" : {
"facing" : "south"
},
"69:0" : {
"facing" : "down_x",
"powered" : "false"
},
"69:1" : {
"facing" : "east",
"powered" : "false"
},
"69:2" : {
"facing" : "west",
"powered" : "false"
},
"69:3" : {
"facing" : "south",
"powered" : "false"
},
"69:4" : {
"facing" : "north",
"powered" : "false"
},
"69:5" : {
"facing" : "up_z",
"powered" : "false"
},
"69:6" : {
"facing" : "up_x",
"powered" : "false"
},
"69:7" : {
"facing" : "down_z",
"powered" : "false"
},
"69:8" : {
"facing" : "down_x",
"powered" : "true"
},
"69:9" : {
"facing" : "east",
"powered" : "true"
},
"69:10" : {
"facing" : "west",
"powered" : "true"
},
"69:11" : {
"facing" : "south",
"powered" : "true"
},
"69:12" : {
"facing" : "north",
"powered" : "true"
},
"69:13" : {
"facing" : "up_z",
"powered" : "true"
},
"69:14" : {
"facing" : "up_x",
"powered" : "true"
},
"69:15" : {
"facing" : "down_z",
"powered" : "true"
},
"71:0" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"71:1" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"71:2" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"71:3" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"71:4" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"71:5" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"71:6" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"71:7" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"71:8" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"71:9" : {
"facing" : "north",
"hinge" : "right",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"71:10" : {
"facing" : "north",
"hinge" : "left",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"71:11" : {
"facing" : "north",
"hinge" : "right",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"72:0" : {
"powered" : "false",
},
"72:1" : {
"powered" : "true",
},
"73:0" : {},
"74:0" : {},
"79:0" : {},
"80:0" : {},
"82:0" : {},
"84:0" : {
"has_record" : "false"
},
"84:1" : {
"has_record" : "true"
},
"85:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"86:0" : {
"facing" : "south"
},
"86:1" : {
"facing" : "west"
},
"86:2" : {
"facing" : "north"
},
"86:3" : {
"facing" : "east"
},
"87:0" : {},
"88:0" : {},
"89:0" : {},
"90:1" : {
"axis" : "x"
},
"90:2" : {
"axis" : "z"
},
"91:0" : {
"facing" : "south"
},
"91:1" : {
"facing" : "west"
},
"91:2" : {
"facing" : "north"
},
"91:3" : {
"facing" : "east"
},
"92:0" : {
"bites" : "0"
},
"92:1" : {
"bites" : "1"
},
"92:2" : {
"bites" : "2"
},
"92:3" : {
"bites" : "3"
},
"92:4" : {
"bites" : "4"
},
"92:5" : {
"bites" : "5"
},
"92:6" : {
"bites" : "6"
},
"93:0" : {
"delay" : "1",
"facing" : "south",
"locked" : "false"
},
"93:1" : {
"delay" : "1",
"facing" : "west",
"locked" : "false"
},
"93:2" : {
"delay" : "1",
"facing" : "north",
"locked" : "false"
},
"93:3" : {
"delay" : "1",
"facing" : "east",
"locked" : "false"
},
"93:4" : {
"delay" : "2",
"facing" : "south",
"locked" : "false"
},
"93:5" : {
"delay" : "2",
"facing" : "west",
"locked" : "false"
},
"93:6" : {
"delay" : "2",
"facing" : "north",
"locked" : "false"
},
"93:7" : {
"delay" : "2",
"facing" : "east",
"locked" : "false"
},
"93:8" : {
"delay" : "3",
"facing" : "south",
"locked" : "false"
},
"93:9" : {
"delay" : "3",
"facing" : "west",
"locked" : "false"
},
"93:10" : {
"delay" : "3",
"facing" : "north",
"locked" : "false"
},
"93:11" : {
"delay" : "3",
"facing" : "east",
"locked" : "false"
},
"93:12" : {
"delay" : "4",
"facing" : "south",
"locked" : "false"
},
"93:13" : {
"delay" : "4",
"facing" : "west",
"locked" : "false"
},
"93:14" : {
"delay" : "4",
"facing" : "north",
"locked" : "false"
},
"93:15" : {
"delay" : "4",
"facing" : "east",
"locked" : "false"
},
"94:0" : {
"delay" : "1",
"facing" : "south",
"locked" : "false"
},
"94:1" : {
"delay" : "1",
"facing" : "west",
"locked" : "false"
},
"94:2" : {
"delay" : "1",
"facing" : "north",
"locked" : "false"
},
"94:3" : {
"delay" : "1",
"facing" : "east",
"locked" : "false"
},
"94:4" : {
"delay" : "2",
"facing" : "south",
"locked" : "false"
},
"94:5" : {
"delay" : "2",
"facing" : "west",
"locked" : "false"
},
"94:6" : {
"delay" : "2",
"facing" : "north",
"locked" : "false"
},
"94:7" : {
"delay" : "2",
"facing" : "east",
"locked" : "false"
},
"94:8" : {
"delay" : "3",
"facing" : "south",
"locked" : "false"
},
"94:9" : {
"delay" : "3",
"facing" : "west",
"locked" : "false"
},
"94:10" : {
"delay" : "3",
"facing" : "north",
"locked" : "false"
},
"94:11" : {
"delay" : "3",
"facing" : "east",
"locked" : "false"
},
"94:12" : {
"delay" : "4",
"facing" : "south",
"locked" : "false"
},
"94:13" : {
"delay" : "4",
"facing" : "west",
"locked" : "false"
},
"94:14" : {
"delay" : "4",
"facing" : "north",
"locked" : "false"
},
"94:15" : {
"delay" : "4",
"facing" : "east",
"locked" : "false"
},
"95:0" : {
"color" : "white"
},
"95:1" : {
"color" : "orange"
},
"95:2" : {
"color" : "magenta"
},
"95:3" : {
"color" : "light_blue"
},
"95:4" : {
"color" : "yellow"
},
"95:5" : {
"color" : "lime"
},
"95:6" : {
"color" : "pink"
},
"95:7" : {
"color" : "gray"
},
"95:8" : {
"color" : "silver"
},
"95:9" : {
"color" : "cyan"
},
"95:10" : {
"color" : "purple"
},
"95:11" : {
"color" : "blue"
},
"95:12" : {
"color" : "brown"
},
"95:13" : {
"color" : "green"
},
"95:14" : {
"color" : "red"
},
"95:15" : {
"color" : "black"
},
"96:0" : {
"facing" : "north",
"open" : "false",
"half" : "bottom"
},
"96:1" : {
"facing" : "south",
"open" : "false",
"half" : "bottom"
},
"96:2" : {
"facing" : "west",
"open" : "false",
"half" : "bottom"
},
"96:3" : {
"facing" : "east",
"open" : "false",
"half" : "bottom"
},
"96:4" : {
"facing" : "north",
"open" : "true",
"half" : "bottom"
},
"96:5" : {
"facing" : "south",
"open" : "true",
"half" : "bottom"
},
"96:6" : {
"facing" : "west",
"open" : "true",
"half" : "bottom"
},
"96:7" : {
"facing" : "east",
"open" : "true",
"half" : "bottom"
},
"96:8" : {
"facing" : "north",
"open" : "false",
"half" : "top"
},
"96:9" : {
"facing" : "south",
"open" : "false",
"half" : "top"
},
"96:10" : {
"facing" : "west",
"open" : "false",
"half" : "top"
},
"96:11" : {
"facing" : "east",
"open" : "false",
"half" : "top"
},
"96:12" : {
"facing" : "north",
"open" : "true",
"half" : "top"
},
"96:13" : {
"facing" : "south",
"open" : "true",
"half" : "top"
},
"96:14" : {
"facing" : "west",
"open" : "true",
"half" : "top"
},
"96:15" : {
"facing" : "east",
"open" : "true",
"half" : "top"
},
"97:0" : {
"variant" : "stone"
},
"97:1" : {
"variant" : "cobblestone"
},
"97:2" : {
"variant" : "stone_brick"
},
"97:3" : {
"variant" : "mossy_brick"
},
"97:4" : {
"variant" : "cracked_brick"
},
"97:5" : {
"variant" : "chiseled_brick"
},
"98:0" : {
"variant" : "stonebrick"
},
"98:1" : {
"variant" : "mossy_stonebrick"
},
"98:2" : {
"variant" : "cracked_stonebrick"
},
"98:3" : {
"variant" : "chiseled_stonebrick"
},
"99:0" : {
"variant" : "all_inside"
},
"99:1" : {
"variant" : "north_west"
},
"99:2" : {
"variant" : "north"
},
"99:3" : {
"variant" : "north_east"
},
"99:4" : {
"variant" : "west"
},
"99:5" : {
"variant" : "center"
},
"99:6" : {
"variant" : "east"
},
"99:7" : {
"variant" : "south_west"
},
"99:8" : {
"variant" : "south"
},
"99:9" : {
"variant" : "south_east"
},
"99:10" : {
"variant" : "stem"
},
"99:14" : {
"variant" : "all_outside"
},
"99:15" : {
"variant" : "all_stem"
},
"100:0" : {
"variant" : "all_inside"
},
"100:1" : {
"variant" : "north_west"
},
"100:2" : {
"variant" : "north"
},
"100:3" : {
"variant" : "north_east"
},
"100:4" : {
"variant" : "west"
},
"100:5" : {
"variant" : "center"
},
"100:6" : {
"variant" : "east"
},
"100:7" : {
"variant" : "south_west"
},
"100:8" : {
"variant" : "south"
},
"100:9" : {
"variant" : "south_east"
},
"100:10" : {
"variant" : "stem"
},
"100:14" : {
"variant" : "all_outside"
},
"100:15" : {
"variant" : "all_stem"
},
"101:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"102:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"103:0" : {},
"104:0" : {
"facing" : "up",
"age" : "0"
},
"104:1" : {
"facing" : "up",
"age" : "1"
},
"104:2" : {
"facing" : "up",
"age" : "2"
},
"104:3" : {
"facing" : "up",
"age" : "3"
},
"104:4" : {
"facing" : "up",
"age" : "4"
},
"104:5" : {
"facing" : "up",
"age" : "5"
},
"104:6" : {
"facing" : "up",
"age" : "6"
},
"104:7" : {
"facing" : "up",
"age" : "7"
},
"105:0" : {
"facing" : "up",
"age" : "0"
},
"105:1" : {
"facing" : "up",
"age" : "1"
},
"105:2" : {
"facing" : "up",
"age" : "2"
},
"105:3" : {
"facing" : "up",
"age" : "3"
},
"105:4" : {
"facing" : "up",
"age" : "4"
},
"105:5" : {
"facing" : "up",
"age" : "5"
},
"105:6" : {
"facing" : "up",
"age" : "6"
},
"105:7" : {
"facing" : "up",
"age" : "7"
},
"106:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"up" : "false",
"south" : "false"
},
"106:1" : {
"west" : "false",
"east" : "false",
"north" : "false",
"up" : "false",
"south" : "true"
},
"106:2" : {
"west" : "true",
"east" : "false",
"north" : "false",
"up" : "false",
"south" : "false"
},
"106:3" : {
"west" : "true",
"east" : "false",
"north" : "false",
"up" : "false",
"south" : "true"
},
"106:4" : {
"west" : "false",
"east" : "false",
"north" : "true",
"up" : "false",
"south" : "false"
},
"106:5" : {
"west" : "false",
"east" : "false",
"north" : "true",
"up" : "false",
"south" : "true"
},
"106:6" : {
"west" : "true",
"east" : "false",
"north" : "true",
"up" : "false",
"south" : "false"
},
"106:7" : {
"west" : "true",
"east" : "false",
"north" : "true",
"up" : "false",
"south" : "true"
},
"106:8" : {
"west" : "false",
"east" : "true",
"north" : "false",
"up" : "false",
"south" : "false"
},
"106:9" : {
"west" : "false",
"east" : "true",
"north" : "false",
"up" : "false",
"south" : "true"
},
"106:10" : {
"west" : "true",
"east" : "true",
"north" : "false",
"up" : "false",
"south" : "false"
},
"106:11" : {
"west" : "true",
"east" : "true",
"north" : "false",
"up" : "false",
"south" : "true"
},
"106:12" : {
"west" : "false",
"east" : "true",
"north" : "true",
"up" : "false",
"south" : "false"
},
"106:13" : {
"west" : "false",
"east" : "true",
"north" : "true",
"up" : "false",
"south" : "true"
},
"106:14" : {
"west" : "true",
"east" : "true",
"north" : "true",
"up" : "false",
"south" : "false"
},
"106:15" : {
"west" : "true",
"east" : "true",
"north" : "true",
"up" : "false",
"south" : "true"
},
"107:0" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"107:1" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"107:2" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"107:3" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"107:4" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"107:5" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"107:6" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"107:7" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"107:8" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"107:9" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"107:10" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"107:11" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"107:12" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"107:13" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"107:14" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"107:15" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"108:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"108:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"108:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"108:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"108:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"108:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"108:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"108:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"109:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"109:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"109:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"109:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"109:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"109:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"109:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"109:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"110:0" : {
"snowy" : "false"
},
"111:0" : {},
"112:0" : {},
"113:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"114:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"114:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"114:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"114:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"114:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"114:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"114:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"114:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"115:0" : {
"age" : "0"
},
"115:1" : {
"age" : "1"
},
"115:2" : {
"age" : "2"
},
"115:3" : {
"age" : "3"
},
"116:0" : {},
"117:0" : {
"has_bottle_2" : "false",
"has_bottle_0" : "false",
"has_bottle_1" : "false"
},
"117:1" : {
"has_bottle_2" : "false",
"has_bottle_0" : "true",
"has_bottle_1" : "false"
},
"117:2" : {
"has_bottle_2" : "false",
"has_bottle_0" : "false",
"has_bottle_1" : "true"
},
"117:3" : {
"has_bottle_2" : "false",
"has_bottle_0" : "true",
"has_bottle_1" : "true"
},
"117:4" : {
"has_bottle_2" : "true",
"has_bottle_0" : "false",
"has_bottle_1" : "false"
},
"117:5" : {
"has_bottle_2" : "true",
"has_bottle_0" : "true",
"has_bottle_1" : "false"
},
"117:6" : {
"has_bottle_2" : "true",
"has_bottle_0" : "false",
"has_bottle_1" : "true"
},
"117:7" : {
"has_bottle_2" : "true",
"has_bottle_0" : "true",
"has_bottle_1" : "true"
},
"118:0" : {
"level" : "0"
},
"118:1" : {
"level" : "1"
},
"118:2" : {
"level" : "2"
},
"118:3" : {
"level" : "3"
},
"119:0" : {},
"120:0" : {
"facing" : "south",
"eye" : "false"
},
"120:1" : {
"facing" : "west",
"eye" : "false"
},
"120:2" : {
"facing" : "north",
"eye" : "false"
},
"120:3" : {
"facing" : "east",
"eye" : "false"
},
"120:4" : {
"facing" : "south",
"eye" : "true"
},
"120:5" : {
"facing" : "west",
"eye" : "true"
},
"120:6" : {
"facing" : "north",
"eye" : "true"
},
"120:7" : {
"facing" : "east",
"eye" : "true"
},
"121:0" : {},
"122:0" : {},
"123:0" : {},
"124:0" : {},
"125:0" : {
"variant" : "oak"
},
"125:1" : {
"variant" : "spruce"
},
"125:2" : {
"variant" : "birch"
},
"125:3" : {
"variant" : "jungle"
},
"125:4" : {
"variant" : "acacia"
},
"125:5" : {
"variant" : "dark_oak"
},
"126:0" : {
"variant" : "oak",
"half" : "bottom"
},
"126:1" : {
"variant" : "spruce",
"half" : "bottom"
},
"126:2" : {
"variant" : "birch",
"half" : "bottom"
},
"126:3" : {
"variant" : "jungle",
"half" : "bottom"
},
"126:4" : {
"variant" : "acacia",
"half" : "bottom"
},
"126:5" : {
"variant" : "dark_oak",
"half" : "bottom"
},
"126:8" : {
"variant" : "oak",
"half" : "top"
},
"126:9" : {
"variant" : "spruce",
"half" : "top"
},
"126:10" : {
"variant" : "birch",
"half" : "top"
},
"126:11" : {
"variant" : "jungle",
"half" : "top"
},
"126:12" : {
"variant" : "acacia",
"half" : "top"
},
"126:13" : {
"variant" : "dark_oak",
"half" : "top"
},
"127:0" : {
"facing" : "south",
"age" : "0"
},
"127:1" : {
"facing" : "west",
"age" : "0"
},
"127:2" : {
"facing" : "north",
"age" : "0"
},
"127:3" : {
"facing" : "east",
"age" : "0"
},
"127:4" : {
"facing" : "south",
"age" : "1"
},
"127:5" : {
"facing" : "west",
"age" : "1"
},
"127:6" : {
"facing" : "north",
"age" : "1"
},
"127:7" : {
"facing" : "east",
"age" : "1"
},
"127:8" : {
"facing" : "south",
"age" : "2"
},
"127:9" : {
"facing" : "west",
"age" : "2"
},
"127:10" : {
"facing" : "north",
"age" : "2"
},
"127:11" : {
"facing" : "east",
"age" : "2"
},
"128:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"128:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"128:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"128:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"128:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"128:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"128:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"128:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"129:0" : {},
"130:2" : {
"facing" : "north"
},
"130:3" : {
"facing" : "south"
},
"130:4" : {
"facing" : "west"
},
"130:5" : {
"facing" : "east"
},
"131:0" : {
"facing" : "south",
"attached" : "false",
"powered" : "false"
},
"131:1" : {
"facing" : "west",
"attached" : "false",
"powered" : "false"
},
"131:2" : {
"facing" : "north",
"attached" : "false",
"powered" : "false"
},
"131:3" : {
"facing" : "east",
"attached" : "false",
"powered" : "false"
},
"131:4" : {
"facing" : "south",
"attached" : "true",
"powered" : "false"
},
"131:5" : {
"facing" : "west",
"attached" : "true",
"powered" : "false"
},
"131:6" : {
"facing" : "north",
"attached" : "true",
"powered" : "false"
},
"131:7" : {
"facing" : "east",
"attached" : "true",
"powered" : "false"
},
"131:8" : {
"facing" : "south",
"attached" : "false",
"powered" : "true"
},
"131:9" : {
"facing" : "west",
"attached" : "false",
"powered" : "true"
},
"131:10" : {
"facing" : "north",
"attached" : "false",
"powered" : "true"
},
"131:11" : {
"facing" : "east",
"attached" : "false",
"powered" : "true"
},
"131:12" : {
"facing" : "south",
"attached" : "true",
"powered" : "true"
},
"131:13" : {
"facing" : "west",
"attached" : "true",
"powered" : "true"
},
"131:14" : {
"facing" : "north",
"attached" : "true",
"powered" : "true"
},
"131:15" : {
"facing" : "east",
"attached" : "true",
"powered" : "true"
},
"132:14" : {
"north" : "false",
"powered" : "false",
"west" : "false",
"attached" : "false",
"east" : "false",
"disarmed" : "false",
"south" : "false"
},
"132:13" : {
"north" : "false",
"powered" : "true",
"west" : "false",
"attached" : "true",
"east" : "false",
"disarmed" : "true",
"south" : "false"
},
"133:0" : {},
"134:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"134:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"134:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"134:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"134:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"134:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"134:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"134:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"135:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"135:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"135:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"135:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"135:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"135:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"135:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"135:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"136:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"136:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"136:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"136:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"136:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"136:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"136:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"136:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"137:0" : {
"facing" : "down",
"conditional" : "false"
},
"137:1" : {
"facing" : "up",
"conditional" : "false"
},
"137:2" : {
"facing" : "north",
"conditional" : "false"
},
"137:3" : {
"facing" : "south",
"conditional" : "false"
},
"137:4" : {
"facing" : "west",
"conditional" : "false"
},
"137:5" : {
"facing" : "east",
"conditional" : "false"
},
"137:8" : {
"facing" : "down",
"conditional" : "true"
},
"137:9" : {
"facing" : "up",
"conditional" : "true"
},
"137:10" : {
"facing" : "north",
"conditional" : "true"
},
"137:11" : {
"facing" : "south",
"conditional" : "true"
},
"137:12" : {
"facing" : "west",
"conditional" : "true"
},
"137:13" : {
"facing" : "east",
"conditional" : "true"
},
"138:0" : {},
"139:0" : {
"north" : "false",
"west" : "false",
"variant" : "cobblestone",
"up" : "false",
"east" : "false",
"south" : "false"
},
"139:1" : {
"north" : "false",
"west" : "false",
"variant" : "mossy_cobblestone",
"up" : "false",
"east" : "false",
"south" : "false"
},
"141:0" : {
"age" : "0"
},
"141:1" : {
"age" : "1"
},
"141:2" : {
"age" : "2"
},
"141:3" : {
"age" : "3"
},
"141:4" : {
"age" : "4"
},
"141:5" : {
"age" : "5"
},
"141:6" : {
"age" : "6"
},
"141:7" : {
"age" : "7"
},
"144:0" : {
"facing" : "down",
"nodrop" : "false"
},
"144:1" : {
"facing" : "up",
"nodrop" : "false"
},
"144:2" : {
"facing" : "north",
"nodrop" : "false"
},
"144:3" : {
"facing" : "south",
"nodrop" : "false"
},
"144:4" : {
"facing" : "west",
"nodrop" : "false"
},
"144:5" : {
"facing" : "east",
"nodrop" : "false"
},
"144:8" : {
"facing" : "down",
"nodrop" : "true"
},
"144:9" : {
"facing" : "up",
"nodrop" : "true"
},
"144:10" : {
"facing" : "north",
"nodrop" : "true"
},
"144:11" : {
"facing" : "south",
"nodrop" : "true"
},
"144:12" : {
"facing" : "west",
"nodrop" : "true"
},
"144:13" : {
"facing" : "east",
"nodrop" : "true"
},
"146:2" : {
"facing" : "north"
},
"146:3" : {
"facing" : "south"
},
"146:4" : {
"facing" : "west"
},
"146:5" : {
"facing" : "east"
},
"151:0" : {
"power" : "0"
},
"151:1" : {
"power" : "1"
},
"151:2" : {
"power" : "2"
},
"151:3" : {
"power" : "3"
},
"151:4" : {
"power" : "4"
},
"151:5" : {
"power" : "5"
},
"151:6" : {
"power" : "6"
},
"151:7" : {
"power" : "7"
},
"151:8" : {
"power" : "8"
},
"151:9" : {
"power" : "9"
},
"151:10" : {
"power" : "10"
},
"151:11" : {
"power" : "11"
},
"151:12" : {
"power" : "12"
},
"151:13" : {
"power" : "13"
},
"151:14" : {
"power" : "14"
},
"151:15" : {
"power" : "15"
},
"152:0" : {},
"153:0" : {},
"154:0" : {
"facing" : "down",
"enabled" : "false"
},
"154:10" : {
"facing" : "north",
"enabled" : "true"
},
"154:11" : {
"facing" : "south",
"enabled" : "true"
},
"154:12" : {
"facing" : "west",
"enabled" : "true"
},
"154:13" : {
"facing" : "east",
"enabled" : "true"
},
"154:8" : {
"facing" : "down",
"enabled" : "true"
},
"155:0" : {
"variant" : "default"
},
"155:1" : {
"variant" : "chiseled"
},
"155:2" : {
"variant" : "lines_y"
},
"155:3" : {
"variant" : "lines_x"
},
"155:4" : {
"variant" : "lines_z"
},
"156:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"156:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"156:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"156:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"156:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"156:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"156:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"156:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"157:0" : {
"shape" : "north_south",
"powered" : "false"
},
"157:1" : {
"shape" : "east_west",
"powered" : "false"
},
"157:2" : {
"shape" : "ascending_east",
"powered" : "false"
},
"157:3" : {
"shape" : "ascending_west",
"powered" : "false"
},
"157:4" : {
"shape" : "ascending_north",
"powered" : "false"
},
"157:5" : {
"shape" : "ascending_south",
"powered" : "false"
},
"157:8" : {
"shape" : "north_south",
"powered" : "true"
},
"157:9" : {
"shape" : "east_west",
"powered" : "true"
},
"157:10" : {
"shape" : "ascending_east",
"powered" : "true"
},
"157:11" : {
"shape" : "ascending_west",
"powered" : "true"
},
"157:12" : {
"shape" : "ascending_north",
"powered" : "true"
},
"157:13" : {
"shape" : "ascending_south",
"powered" : "true"
},
"158:0" : {
"facing" : "down",
"triggered" : "false"
},
"158:1" : {
"facing" : "up",
"triggered" : "false"
},
"158:2" : {
"facing" : "north",
"triggered" : "false"
},
"158:3" : {
"facing" : "south",
"triggered" : "false"
},
"158:4" : {
"facing" : "west",
"triggered" : "false"
},
"158:5" : {
"facing" : "east",
"triggered" : "false"
},
"158:8" : {
"facing" : "down",
"triggered" : "true"
},
"158:9" : {
"facing" : "up",
"triggered" : "true"
},
"158:10" : {
"facing" : "north",
"triggered" : "true"
},
"158:11" : {
"facing" : "south",
"triggered" : "true"
},
"158:12" : {
"facing" : "west",
"triggered" : "true"
},
"158:13" : {
"facing" : "east",
"triggered" : "true"
},
"159:0" : {
"color" : "white"
},
"159:1" : {
"color" : "orange"
},
"159:2" : {
"color" : "magenta"
},
"159:3" : {
"color" : "light_blue"
},
"159:4" : {
"color" : "yellow"
},
"159:5" : {
"color" : "lime"
},
"159:6" : {
"color" : "pink"
},
"159:7" : {
"color" : "gray"
},
"159:8" : {
"color" : "silver"
},
"159:9" : {
"color" : "cyan"
},
"159:10" : {
"color" : "purple"
},
"159:11" : {
"color" : "blue"
},
"159:12" : {
"color" : "brown"
},
"159:13" : {
"color" : "green"
},
"159:14" : {
"color" : "red"
},
"159:15" : {
"color" : "black"
},
"160:0" : {
"color" : "white",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:1" : {
"color" : "orange",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:2" : {
"color" : "magenta",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:3" : {
"color" : "light_blue",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:4" : {
"color" : "yellow",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:5" : {
"color" : "lime",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:6" : {
"color" : "pink",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:7" : {
"color" : "gray",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:8" : {
"color" : "silver",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:9" : {
"color" : "cyan",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:10" : {
"color" : "purple",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:11" : {
"color" : "blue",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:12" : {
"color" : "brown",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:13" : {
"color" : "green",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:14" : {
"color" : "red",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"160:15" : {
"color" : "black",
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"161:0" : {
"variant" : "acacia",
"check_decay" : "false",
"decayable" : "true"
},
"161:1" : {
"variant" : "dark_oak",
"check_decay" : "false",
"decayable" : "true"
},
"161:4" : {
"variant" : "acacia",
"check_decay" : "false",
"decayable" : "false"
},
"161:5" : {
"variant" : "dark_oak",
"check_decay" : "false",
"decayable" : "false"
},
"161:8" : {
"variant" : "acacia",
"check_decay" : "true",
"decayable" : "true"
},
"161:9" : {
"variant" : "dark_oak",
"check_decay" : "true",
"decayable" : "true"
},
"161:12" : {
"variant" : "acacia",
"check_decay" : "true",
"decayable" : "false"
},
"161:13" : {
"variant" : "dark_oak",
"check_decay" : "true",
"decayable" : "false"
},
"162:0" : {
"variant" : "acacia",
"axis" : "y"
},
"162:1" : {
"variant" : "dark_oak",
"axis" : "y"
},
"162:4" : {
"variant" : "acacia",
"axis" : "x"
},
"162:5" : {
"variant" : "dark_oak",
"axis" : "x"
},
"162:8" : {
"variant" : "acacia",
"axis" : "z"
},
"162:9" : {
"variant" : "dark_oak",
"axis" : "z"
},
"162:12" : {
"variant" : "acacia",
"axis" : "none"
},
"162:13" : {
"variant" : "dark_oak",
"axis" : "none"
},
"163:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"163:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"163:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"163:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"163:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"163:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"163:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"163:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"164:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"164:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"164:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"164:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"164:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"164:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"164:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"164:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"165:0" : {},
"166:0" : {},
"167:0" : {
"facing" : "north",
"open" : "false",
"half" : "bottom"
},
"167:1" : {
"facing" : "south",
"open" : "false",
"half" : "bottom"
},
"167:2" : {
"facing" : "west",
"open" : "false",
"half" : "bottom"
},
"167:3" : {
"facing" : "east",
"open" : "false",
"half" : "bottom"
},
"167:4" : {
"facing" : "north",
"open" : "true",
"half" : "bottom"
},
"167:5" : {
"facing" : "south",
"open" : "true",
"half" : "bottom"
},
"167:6" : {
"facing" : "west",
"open" : "true",
"half" : "bottom"
},
"167:7" : {
"facing" : "east",
"open" : "true",
"half" : "bottom"
},
"167:8" : {
"facing" : "north",
"open" : "false",
"half" : "top"
},
"167:9" : {
"facing" : "south",
"open" : "false",
"half" : "top"
},
"167:10" : {
"facing" : "west",
"open" : "false",
"half" : "top"
},
"167:11" : {
"facing" : "east",
"open" : "false",
"half" : "top"
},
"167:12" : {
"facing" : "north",
"open" : "true",
"half" : "top"
},
"167:13" : {
"facing" : "south",
"open" : "true",
"half" : "top"
},
"167:14" : {
"facing" : "west",
"open" : "true",
"half" : "top"
},
"167:15" : {
"facing" : "east",
"open" : "true",
"half" : "top"
},
"168:0" : {
"variant" : "prismarine"
},
"168:1" : {
"variant" : "prismarine_bricks"
},
"168:2" : {
"variant" : "dark_prismarine"
},
"169:0" : {},
"170:0" : {
"axis" : "y"
},
"170:4" : {
"axis" : "x"
},
"170:8" : {
"axis" : "z"
},
"171:0" : {
"color" : "white"
},
"171:1" : {
"color" : "orange"
},
"171:2" : {
"color" : "magenta"
},
"171:3" : {
"color" : "light_blue"
},
"171:4" : {
"color" : "yellow"
},
"171:5" : {
"color" : "lime"
},
"171:6" : {
"color" : "pink"
},
"171:7" : {
"color" : "gray"
},
"171:8" : {
"color" : "silver"
},
"171:9" : {
"color" : "cyan"
},
"171:10" : {
"color" : "purple"
},
"171:11" : {
"color" : "blue"
},
"171:12" : {
"color" : "brown"
},
"171:13" : {
"color" : "green"
},
"171:14" : {
"color" : "red"
},
"171:15" : {
"color" : "black"
},
"172:0" : {},
"173:0" : {},
"174:0" : {},
"175:11" : {
"facing" : "north",
"variant" : "sunflower",
"half" : "lower"
},
"175:1" : {
"facing" : "north",
"variant" : "syringa",
"half" : "lower"
},
"175:2" : {
"facing" : "north",
"variant" : "double_grass",
"half" : "lower"
},
"175:3" : {
"facing" : "north",
"variant" : "double_fern",
"half" : "lower"
},
"175:4" : {
"facing" : "north",
"variant" : "double_rose",
"half" : "lower"
},
"175:5" : {
"facing" : "north",
"variant" : "paeonia",
"half" : "lower"
},
"175:8" : {
"facing" : "north",
"variant" : "sunflower",
"half" : "upper"
},
"176:0" : {
"rotation" : "0"
},
"176:1" : {
"rotation" : "1"
},
"176:2" : {
"rotation" : "2"
},
"176:3" : {
"rotation" : "3"
},
"176:4" : {
"rotation" : "4"
},
"176:5" : {
"rotation" : "5"
},
"176:6" : {
"rotation" : "6"
},
"176:7" : {
"rotation" : "7"
},
"176:8" : {
"rotation" : "8"
},
"176:9" : {
"rotation" : "9"
},
"176:10" : {
"rotation" : "10"
},
"176:11" : {
"rotation" : "11"
},
"176:12" : {
"rotation" : "12"
},
"176:13" : {
"rotation" : "13"
},
"176:14" : {
"rotation" : "14"
},
"176:15" : {
"rotation" : "15"
},
"177:2" : {
"facing" : "north"
},
"177:3" : {
"facing" : "south"
},
"177:4" : {
"facing" : "west"
},
"177:5" : {
"facing" : "east"
},
"178:0" : {
"power" : "0"
},
"178:1" : {
"power" : "1"
},
"178:2" : {
"power" : "2"
},
"178:3" : {
"power" : "3"
},
"178:4" : {
"power" : "4"
},
"178:5" : {
"power" : "5"
},
"178:6" : {
"power" : "6"
},
"178:7" : {
"power" : "7"
},
"178:8" : {
"power" : "8"
},
"178:9" : {
"power" : "9"
},
"178:10" : {
"power" : "10"
},
"178:11" : {
"power" : "11"
},
"178:12" : {
"power" : "12"
},
"178:13" : {
"power" : "13"
},
"178:14" : {
"power" : "14"
},
"178:15" : {
"power" : "15"
},
"179:0" : {
"type" : "red_sandstone"
},
"179:1" : {
"type" : "chiseled_red_sandstone"
},
"179:2" : {
"type" : "smooth_red_sandstone"
},
"180:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"180:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"180:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"180:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"180:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"180:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"180:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"180:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"181:0" : {
"variant" : "red_sandstone",
"seamless" : "false"
},
"181:8" : {
"variant" : "red_sandstone",
"seamless" : "true"
},
"182:0" : {
"variant" : "red_sandstone",
"half" : "bottom"
},
"182:8" : {
"variant" : "red_sandstone",
"half" : "top"
},
"183:0" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"183:1" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"183:2" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"183:3" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"183:4" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"183:5" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"183:6" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"183:7" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"183:8" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"183:9" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"183:10" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"183:11" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"183:12" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"183:13" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"183:14" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"183:15" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"184:0" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"184:1" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"184:2" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"184:3" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"184:4" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"184:5" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"184:6" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"184:7" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"184:8" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"184:9" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"184:10" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"184:11" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"184:12" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"184:13" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"184:14" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"184:15" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"185:0" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"185:1" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"185:2" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"185:3" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"185:4" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"185:5" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"185:6" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"185:7" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"185:8" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"185:9" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"185:10" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"185:11" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"185:12" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"185:13" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"185:14" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"185:15" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"186:0" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"186:1" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"186:2" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"186:3" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"186:4" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"186:5" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"186:6" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"186:7" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"186:8" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"186:9" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"186:10" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"186:11" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"186:12" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"186:13" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"186:14" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"186:15" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"187:0" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"187:1" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"187:2" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"187:3" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "false"
},
"187:4" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"187:5" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"187:6" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"187:7" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "false"
},
"187:8" : {
"facing" : "south",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"187:9" : {
"facing" : "west",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"187:10" : {
"facing" : "north",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"187:11" : {
"facing" : "east",
"in_wall" : "false",
"open" : "false",
"powered" : "true"
},
"187:12" : {
"facing" : "south",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"187:13" : {
"facing" : "west",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"187:14" : {
"facing" : "north",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"187:15" : {
"facing" : "east",
"in_wall" : "false",
"open" : "true",
"powered" : "true"
},
"188:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"189:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"190:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"191:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"192:0" : {
"west" : "false",
"east" : "false",
"north" : "false",
"south" : "false"
},
"193:0" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"193:1" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"193:2" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"193:3" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"193:4" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"193:5" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"193:6" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"193:7" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"193:8" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"193:9" : {
"facing" : "north",
"hinge" : "right",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"193:10" : {
"facing" : "north",
"hinge" : "left",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"193:11" : {
"facing" : "north",
"hinge" : "right",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"195:0" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"195:1" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"195:2" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"195:3" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"195:4" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"195:5" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"195:6" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"195:7" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"195:8" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"195:9" : {
"facing" : "north",
"hinge" : "right",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"195:10" : {
"facing" : "north",
"hinge" : "left",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"195:11" : {
"facing" : "north",
"hinge" : "right",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"197:0" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"197:1" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"197:2" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"197:3" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "lower"
},
"197:4" : {
"facing" : "east",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"197:5" : {
"facing" : "south",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"197:6" : {
"facing" : "west",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"197:7" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "true",
"half" : "lower"
},
"197:8" : {
"facing" : "north",
"hinge" : "left",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"197:9" : {
"facing" : "north",
"hinge" : "right",
"powered" : "false",
"open" : "false",
"half" : "upper"
},
"197:10" : {
"facing" : "north",
"hinge" : "left",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"197:11" : {
"facing" : "north",
"hinge" : "right",
"powered" : "true",
"open" : "false",
"half" : "upper"
},
"198:0" : {
"facing" : "down"
},
"198:1" : {
"facing" : "up"
},
"198:2" : {
"facing" : "north"
},
"198:3" : {
"facing" : "south"
},
"198:4" : {
"facing" : "west"
},
"198:5" : {
"facing" : "east"
},
"199:0" : {
"north" : "false",
"west" : "false",
"up" : "false",
"down" : "false",
"east" : "false",
"south" : "false"
},
"200:0" : {
"age" : "0"
},
"200:1" : {
"age" : "1"
},
"200:2" : {
"age" : "2"
},
"200:3" : {
"age" : "3"
},
"200:4" : {
"age" : "4"
},
"200:5" : {
"age" : "5"
},
"201:0" : {},
"202:0" : {
"axis" : "y"
},
"202:4" : {
"axis" : "x"
},
"202:8" : {
"axis" : "z"
},
"203:0" : {
"facing" : "east",
"shape" : "straight",
"half" : "bottom"
},
"203:1" : {
"facing" : "west",
"shape" : "straight",
"half" : "bottom"
},
"203:2" : {
"facing" : "south",
"shape" : "straight",
"half" : "bottom"
},
"203:3" : {
"facing" : "north",
"shape" : "straight",
"half" : "bottom"
},
"203:4" : {
"facing" : "east",
"shape" : "straight",
"half" : "top"
},
"203:5" : {
"facing" : "west",
"shape" : "straight",
"half" : "top"
},
"203:6" : {
"facing" : "south",
"shape" : "straight",
"half" : "top"
},
"203:7" : {
"facing" : "north",
"shape" : "straight",
"half" : "top"
},
"204:0" : {
"variant" : "default"
},
"205:0" : {
"variant" : "default",
"half" : "bottom"
},
"205:8" : {
"variant" : "default",
"half" : "top"
},
"206:0" : {},
"208:0" : {},
"209:0" : {},
"210:0" : {
"facing" : "down",
"conditional" : "false"
},
"210:1" : {
"facing" : "up",
"conditional" : "false"
},
"210:2" : {
"facing" : "north",
"conditional" : "false"
},
"210:3" : {
"facing" : "south",
"conditional" : "false"
},
"210:4" : {
"facing" : "west",
"conditional" : "false"
},
"210:5" : {
"facing" : "east",
"conditional" : "false"
},
"210:8" : {
"facing" : "down",
"conditional" : "true"
},
"210:9" : {
"facing" : "up",
"conditional" : "true"
},
"210:10" : {
"facing" : "north",
"conditional" : "true"
},
"210:11" : {
"facing" : "south",
"conditional" : "true"
},
"210:12" : {
"facing" : "west",
"conditional" : "true"
},
"210:13" : {
"facing" : "east",
"conditional" : "true"
},
"211:0" : {
"facing" : "down",
"conditional" : "false"
},
"211:1" : {
"facing" : "up",
"conditional" : "false"
},
"211:2" : {
"facing" : "north",
"conditional" : "false"
},
"211:3" : {
"facing" : "south",
"conditional" : "false"
},
"211:4" : {
"facing" : "west",
"conditional" : "false"
},
"211:5" : {
"facing" : "east",
"conditional" : "false"
},
"211:8" : {
"facing" : "down",
"conditional" : "true"
},
"211:9" : {
"facing" : "up",
"conditional" : "true"
},
"211:10" : {
"facing" : "north",
"conditional" : "true"
},
"211:11" : {
"facing" : "south",
"conditional" : "true"
},
"211:12" : {
"facing" : "west",
"conditional" : "true"
},
"211:13" : {
"facing" : "east",
"conditional" : "true"
},
"212:0" : {
"age" : "0"
},
"212:1" : {
"age" : "1"
},
"212:2" : {
"age" : "2"
},
"212:3" : {
"age" : "3"
},
"213:0" : {},
"214:0" : {},
"215:0" : {},
"216:0" : {
"axis" : "y"
},
"216:4" : {
"axis" : "x"
},
"216:8" : {
"axis" : "z"
},
"217:0" : {},
"255:0" : {
"mode" : "save"
},
"255:1" : {
"mode" : "load"
},
"255:2" : {
"mode" : "corner"
},
"255:3" : {
"mode" : "data"
}
},
blockIcons: {
'0': 0,
'1': 1,
'1:1': 2,
'1:2': 3,
'1:3': 4,
'1:4': 5,
'1:5': 6,
'1:6': 7,
'2': 8,
'3': 9,
'3:1': 10,
'3:2': 11,
'4': 12,
'5': 13,
'5:1': 14,
'5:2': 15,
'5:3': 16,
'5:4': 17,
'5:5': 18,
'6': 19,
'6:1': 20,
'6:2': 21,
'6:3': 22,
'6:4': 23,
'6:5': 24,
'7': 25,
'8': 26,
'9': 27,
'10': 28,
'11': 29,
'12': 30,
'12:1': 31,
'13': 32,
'14': 33,
'15': 34,
'16': 35,
'17': 36,
'17:1': 37,
'17:2': 38,
'17:3': 39,
'18': 40,
'18:1': 41,
'18:2': 42,
'18:3': 43,
'19': 44,
'19:1': 45,
'20': 46,
'21': 47,
'22': 48,
'23': 49,
'24': 50,
'24:1': 51,
'24:2': 52,
'25': 53,
'26': 54,
'27': 55,
'28': 56,
'29': 57,
'30': 58,
'31': 59,
'31:1': 60,
'31:2': 61,
'32': 62,
'33': 63,
'34': 64,
'35': 65,
'35:1': 66,
'35:2': 67,
'35:3': 68,
'35:4': 69,
'35:5': 70,
'35:6': 71,
'35:7': 72,
'35:8': 73,
'35:9': 74,
'35:10': 75,
'35:11': 76,
'35:12': 77,
'35:13': 78,
'35:14': 79,
'35:15': 80,
'37': 81,
'38': 82,
'38:1': 83,
'38:2': 84,
'38:3': 85,
'38:4': 86,
'38:5': 87,
'38:6': 88,
'38:7': 89,
'38:8': 90,
'39': 91,
'40': 92,
'41': 93,
'42': 94,
'43': 95,
'43:1': 96,
'43:2': 97,
'43:3': 98,
'43:4': 99,
'43:5': 100,
'43:6': 101,
'43:7': 102,
'44': 103,
'44:1': 104,
'44:2': 105,
'44:3': 106,
'44:4': 107,
'44:5': 108,
'44:6': 109,
'44:7': 110,
'45': 111,
'46': 112,
'47': 113,
'48': 114,
'49': 115,
'50': 116,
'51': 117,
'52': 118,
'53': 119,
'54': 120,
'55': 121,
'56': 122,
'57': 123,
'58': 124,
'59': 125,
'60': 126,
'61': 127,
'62': 128,
'63': 129,
'64': 130,
'65': 131,
'66': 132,
'67': 133,
'68': 134,
'69': 135,
'70': 136,
'71': 137,
'72': 138,
'73': 139,
'74': 140,
'75': 141,
'76': 142,
'77': 143,
'78': 144,
'79': 145,
'80': 146,
'81': 147,
'82': 148,
'83': 149,
'84': 150,
'85': 151,
'86': 152,
'87': 153,
'88': 154,
'89': 155,
'90': 156,
'91': 157,
'92': 158,
'93': 159,
'94': 160,
'95': 161,
'95:1': 162,
'95:2': 163,
'95:3': 164,
'95:4': 165,
'95:5': 166,
'95:6': 167,
'95:7': 168,
'95:8': 169,
'95:9': 170,
'95:10': 171,
'95:11': 172,
'95:12': 173,
'95:13': 174,
'95:14': 175,
'95:15': 176,
'96': 177,
'97': 178,
'97:1': 179,
'97:2': 180,
'97:3': 181,
'97:4': 182,
'97:5': 183,
'98': 184,
'98:1': 185,
'98:2': 186,
'98:3': 187,
'99': 188,
'100': 189,
'101': 190,
'102': 191,
'103': 192,
'104': 193,
'105': 194,
'106': 195,
'107': 196,
'108': 197,
'109': 198,
'110': 199,
'111': 200,
'112': 201,
'113': 202,
'114': 203,
'115': 204,
'116': 205,
'117': 206,
'118': 207,
'119': 208,
'120': 209,
'121': 210,
'122': 211,
'123': 212,
'124': 213,
'125': 214,
'125:1': 215,
'125:2': 216,
'125:3': 217,
'125:4': 218,
'125:5': 219,
'126': 220,
'126:1': 221,
'126:2': 222,
'126:3': 223,
'126:4': 224,
'126:5': 225,
'127': 226,
'128': 227,
'129': 228,
'130': 229,
'131': 230,
'132': 231,
'133': 232,
'134': 233,
'135': 234,
'136': 235,
'137': 236,
'138': 237,
'139': 238,
'139:1': 239,
'140': 240,
'141': 241,
'142': 242,
'143': 243,
'144': 244,
'145': 245,
'146': 246,
'147': 247,
'148': 248,
'149': 249,
'150': 250,
'151': 251,
'152': 252,
'153': 253,
'154': 254,
'155': 255,
'155:1': 256,
'155:2': 257,
'156': 258,
'157': 259,
'158': 260,
'159': 261,
'159:1': 262,
'159:2': 263,
'159:3': 264,
'159:4': 265,
'159:5': 266,
'159:6': 267,
'159:7': 268,
'159:8': 269,
'159:9': 270,
'159:10': 271,
'159:11': 272,
'159:12': 273,
'159:13': 274,
'159:14': 275,
'159:15': 276,
'160': 277,
'160:1': 278,
'160:2': 279,
'160:3': 280,
'160:4': 281,
'160:5': 282,
'160:6': 283,
'160:7': 284,
'160:8': 285,
'160:9': 286,
'160:10': 287,
'160:11': 288,
'160:12': 289,
'160:13': 290,
'160:14': 291,
'160:15': 292,
'161': 293,
'161:1': 294,
'162': 295,
'162:1': 296,
'163': 297,
'164': 298,
'165': 299,
'166': 300,
'167': 301,
'168': 302,
'168:1': 303,
'168:2': 304,
'169': 305,
'170': 306,
'171': 307,
'171:1': 308,
'171:2': 309,
'171:3': 310,
'171:4': 311,
'171:5': 312,
'171:6': 313,
'171:7': 314,
'171:8': 315,
'171:9': 316,
'171:10': 317,
'171:11': 318,
'171:12': 319,
'171:13': 320,
'171:14': 321,
'171:15': 322,
'172': 323,
'173': 324,
'174': 325,
'175': 326,
'175:1': 327,
'175:2': 328,
'175:3': 329,
'175:4': 330,
'175:5': 331,
'176': 332,
'177': 333,
'178': 334,
'179': 335,
'179:1': 336,
'179:2': 337,
'180': 338,
'181': 339,
'182': 340,
'183': 341,
'184': 342,
'185': 343,
'186': 344,
'187': 345,
'188': 346,
'189': 347,
'190': 348,
'191': 349,
'192': 350,
'193': 351,
'194': 352,
'195': 353,
'196': 354,
'197': 355,
'198': 356,
'199': 357,
'200': 358,
'201': 359,
'202': 360,
'203': 361,
'204': 362,
'205': 363,
'206': 364,
'207': 365,
'208': 366,
'209': 367,
'210': 368,
'211': 369,
'212': 370,
'213': 371,
'214': 372,
'215': 373,
'216': 374,
'217': 375,
'218': 376,
'219': 377,
'220': 378,
'221': 379,
'222': 380,
'223': 381,
'224': 382,
'225': 383,
'226': 384,
'227': 385,
'228': 386,
'229': 387,
'230': 388,
'231': 389,
'232': 390,
'233': 391,
'234': 392,
'235': 393,
'236': 394,
'237': 395,
'238': 396,
'239': 397,
'240': 398,
'241': 399,
'242': 400,
'243': 401,
'244': 402,
'245': 403,
'246': 404,
'247': 405,
'248': 406,
'249': 407,
'250': 408,
'251': 409,
'251:1': 410,
'251:2': 411,
'251:3': 412,
'251:4': 413,
'251:5': 414,
'251:6': 415,
'251:7': 416,
'251:8': 417,
'251:9': 418,
'251:10': 419,
'251:11': 420,
'251:12': 421,
'251:13': 422,
'251:14': 423,
'251:15': 424,
'252': 425,
'252:1': 426,
'252:2': 427,
'252:3': 428,
'252:4': 429,
'252:5': 430,
'252:6': 431,
'252:7': 432,
'252:8': 433,
'252:9': 434,
'252:10': 435,
'252:11': 436,
'252:12': 437,
'252:13': 438,
'252:14': 439,
'252:15': 440,
'255': 441,
'256': 442,
'257': 443,
'258': 444,
'259': 445,
'260': 446,
'261': 447,
'262': 448,
'263': 449,
'263:1': 450,
'264': 451,
'265': 452,
'266': 453,
'267': 454,
'268': 455,
'269': 456,
'270': 457,
'271': 458,
'272': 459,
'273': 460,
'274': 461,
'275': 462,
'276': 463,
'277': 464,
'278': 465,
'279': 466,
'280': 467,
'281': 468,
'282': 469,
'283': 470,
'284': 471,
'285': 472,
'286': 473,
'287': 474,
'288': 475,
'289': 476,
'290': 477,
'291': 478,
'292': 479,
'293': 480,
'294': 481,
'295': 482,
'296': 483,
'297': 484,
'298': 485,
'299': 486,
'300': 487,
'301': 488,
'302': 489,
'303': 490,
'304': 491,
'305': 492,
'306': 493,
'307': 494,
'308': 495,
'309': 496,
'310': 497,
'311': 498,
'312': 499,
'313': 500,
'314': 501,
'315': 502,
'316': 503,
'317': 504,
'318': 505,
'319': 506,
'320': 507,
'321': 508,
'322': 509,
'322:1': 510,
'323': 511,
'324': 512,
'325': 513,
'326': 514,
'327': 515,
'328': 516,
'329': 517,
'330': 518,
'331': 519,
'332': 520,
'333': 521,
'334': 522,
'335': 523,
'336': 524,
'337': 525,
'338': 526,
'339': 527,
'340': 528,
'341': 529,
'342': 530,
'343': 531,
'344': 532,
'345': 533,
'346': 534,
'347': 535,
'348': 536,
'349': 537,
'349:1': 538,
'349:2': 539,
'349:3': 540,
'350': 541,
'350:1': 542,
'351': 543,
'351:1': 544,
'351:2': 545,
'351:3': 546,
'351:4': 547,
'351:5': 548,
'351:6': 549,
'351:7': 550,
'351:8': 551,
'351:9': 552,
'351:10': 553,
'351:11': 554,
'351:12': 555,
'351:13': 556,
'351:14': 557,
'351:15': 558,
'352': 559,
'353': 560,
'354': 561,
'355': 562,
'356': 563,
'357': 564,
'358': 565,
'359': 566,
'360': 567,
'361': 568,
'362': 569,
'363': 570,
'364': 571,
'365': 572,
'366': 573,
'367': 574,
'368': 575,
'369': 576,
'370': 577,
'371': 578,
'372': 579,
'373': 580,
'374': 581,
'375': 582,
'376': 583,
'377': 584,
'378': 585,
'379': 586,
'380': 587,
'381': 588,
'382': 589,
'383:4': 590,
'383:5': 591,
'383:6': 592,
'383:23': 593,
'383:27': 594,
'383:28': 595,
'383:29': 596,
'383:31': 597,
'383:32': 598,
'383:34': 599,
'383:35': 600,
'383:36': 601,
'383:50': 602,
'383:51': 603,
'383:52': 604,
'383:54': 605,
'383:55': 606,
'383:56': 607,
'383:57': 608,
'383:58': 609,
'383:59': 610,
'383:60': 611,
'383:61': 612,
'383:62': 613,
'383:65': 614,
'383:66': 615,
'383:67': 616,
'383:68': 617,
'383:69': 618,
'383:90': 619,
'383:91': 620,
'383:92': 621,
'383:93': 622,
'383:94': 623,
'383:95': 624,
'383:96': 625,
'383:98': 626,
'383:100': 627,
'383:101': 628,
'383:102': 629,
'383:103': 630,
'383:105': 631,
'383:120': 632,
'384': 633,
'385': 634,
'386': 635,
'387': 636,
'388': 637,
'389': 638,
'390': 639,
'391': 640,
'392': 641,
'393': 642,
'394': 643,
'395': 644,
'396': 645,
'397': 646,
'397:1': 647,
'397:2': 648,
'397:3': 649,
'397:4': 650,
'397:5': 651,
'398': 652,
'399': 653,
'400': 654,
'401': 655,
'402': 656,
'403': 657,
'404': 658,
'405': 659,
'406': 660,
'407': 661,
'408': 662,
'409': 663,
'410': 664,
'411': 665,
'412': 666,
'413': 667,
'414': 668,
'415': 669,
'416': 670,
'417': 671,
'418': 672,
'419': 673,
'420': 674,
'421': 675,
'422': 676,
'423': 677,
'424': 678,
'425': 679,
'426': 680,
'427': 681,
'428': 682,
'429': 683,
'430': 684,
'431': 685,
'432': 686,
'433': 687,
'434': 688,
'435': 689,
'436': 690,
'437': 691,
'438': 692,
'439': 693,
'440': 694,
'441': 695,
'442': 696,
'443': 697,
'444': 698,
'445': 699,
'446': 700,
'447': 701,
'448': 702,
'449': 703,
'450': 704,
'452': 705,
'453': 706,
'2256': 707,
'2257': 708,
'2258': 709,
'2259': 710,
'2260': 711,
'2261': 712,
'2262': 713,
'2263': 714,
'2264': 715,
'2265': 716,
'2266': 717,
'2267': 718
},
blockModels: {
0: 'Air',
8: 'Liquid',
9: 'Liquid',
10: 'Liquid',
11: 'Liquid',
44: 'Slab',
126: 'Slab',
182: 'Slab',
205: 'Slab',
63: 'Sign',
68: 'Sign',
171: 'Carpet',
70: 'PressurePlate',
72: 'PressurePlate',
147: 'PressurePlate',
148: 'PressurePlate',
2: 'Grass',
65: 'Ladder',
106: 'Vine',
85: 'Fence',
113: 'Fence',
188: 'Fence',
189: 'Fence',
190: 'Fence',
191: 'Fence',
192: 'Fence',
139: 'Wall',
50: 'Torch',
75: 'Torch',
76: 'Torch',
86: 'Pumpkin',
53: 'Stairs',
67: 'Stairs',
108: 'Stairs',
53: 'Stairs',
109: 'Stairs',
114: 'Stairs',
128: 'Stairs',
134: 'Stairs',
135: 'Stairs',
136: 'Stairs',
156: 'Stairs',
163: 'Stairs',
164: 'Stairs',
180: 'Stairs',
203: 'Stairs',
24: 'Sandstone',
43: 'DoubleSlab',
125: 'DoubleSlab',
181: 'DoubleSlab',
96: 'TrapDoor',
167: 'TrapDoor',
111: 'LilyPad',
27: 'Rail',
28: 'Rail',
66: 'Rail',
157: 'Rail',
55: 'RedstoneWire',
78: 'GroundFlat',
93: 'RedstoneRepeater',
94: 'RedstoneRepeater',
149: 'RedstoneComparator',
150: 'RedstoneComparator',
30: 'CenterCross',
39: 'CenterCross',
40: 'CenterCross',
51: 'CenterCross',
59: 'CenterCross',
69: 'CenterCross',
83: 'CenterCross',
104: 'CenterCross',
105: 'CenterCross',
115: 'CenterCross',
117: 'CenterCross',
122: 'CenterCross',
127: 'CenterCross',
140: 'CenterCross',
141: 'CenterCross',
142: 'CenterCross',
144: 'CenterCross',
145: 'CenterCross',
207: 'CenterCross',
6: 'OffsetCross',
31: 'OffsetCross',
32: 'OffsetCross',
37: 'OffsetCross',
38: 'OffsetCross',
58: 'CraftingTable',
23: 'StoneDevice',
158: 'StoneDevice',
218: 'StoneDevice',
61: 'Furnace',
62: 'Furnace',
54: 'Chest',
130: 'Chest',
146: 'Chest',
103: 'Melon',
47: 'Bookshelf',
175: 'DoublePlant',
101: 'GlassPane',
102: 'GlassPane',
160: 'GlassPane',
77: 'Button',
143: 'Button',
64: 'Door',
71: 'Door',
193: 'Door',
194: 'Door',
195: 'Door',
196: 'Door',
197: 'Door',
254: 'Minesweeper',
235: 'Terracotta',
236: 'Terracotta',
237: 'Terracotta',
238: 'Terracotta',
239: 'Terracotta',
240: 'Terracotta',
241: 'Terracotta',
242: 'Terracotta',
243: 'Terracotta',
244: 'Terracotta',
245: 'Terracotta',
246: 'Terracotta',
247: 'Terracotta',
248: 'Terracotta',
249: 'Terracotta',
250: 'Terracotta',
253: 'Air',
17: 'WoodLog',
162: 'WoodLog',
26: 'Bed',
78: 'Snow',
29: 'Piston',
33: 'Piston',
34: 'PistonHead',
36: 'Empty',
46: 'TNT',
208: 'TallDirt',
60: 'TallDirt',
90: 'Portal',
26: 'Bed',
107: 'FenceGate',
183: 'FenceGate',
184: 'FenceGate',
185: 'FenceGate',
186: 'FenceGate',
187: 'FenceGate',
81: 'Cactus',
88: 'SoulSand',
},
blockBounds: {
// names are the same as the block models
"Block": [0,0,0,1,1,1],
"Slab": [0,0,0,1,.5,1],
"Stairs": [[0,0,0,1,.5,1], [.5,.5,0,1,1,1] ],
"Ladder": [0,0,0,1,1,.1],
"Fence": [.374,0,.374,.626,1.5,.626],
"LilyPad": [0,0,0,1,.0625,1],
"GroundFlat": [0,0,0,1,.0625,1],
"Carpet": [0,0,0,1,.0625,1],
"Torch": [.375,0,.375,.625,.625,.625],
"PressurePlate": [0.0625,0,0.0625,0.9375,.0625,0.9375],
"Rail": [0,0,0,1,.125,1],
"CenterCross": [.125,0,.125,.875,.75,.875],
"OffsetCross": [.125,0,.125,.875,.75,.875],
"SmallPlant": [.25,0,.25,.75,.75,.75],
"LongGrass": [.125,0,.125,.875,.875,.875],
"TrapDoor": [0,0,0,1,.1875,1],
"Door": [0,0,0,1,1,.1875],
"Minesweeper": [0,0,0,1,1,1],
"RedstoneWire": [0,0,0,1,.0625,1],
"RedstoneDevice": [0,0,0,1,.125,1],
"RedstoneRepeater": [0,0,0,1,.125,1],
"RedstoneComparator": [0,0,0,1,.125,1],
"Bed": [0,0,0,1,.5625,1],
"TallDirt": [0,0,0,1,.9375,1],
"Bed": [0,0,0,1,0.5625,1],
"Cactus": [0.0625,0,0.0625,.9375,1,.9375],
"SoulSand": [0,0,0,1,0.875,1],
},
blockRotations: {
53: 'Stairs',
67: 'Stairs',
108: 'Stairs',
109: 'Stairs',
114: 'Stairs',
128: 'Stairs',
134: 'Stairs',
135: 'Stairs',
136: 'Stairs',
156: 'Stairs',
163: 'Stairs',
164: 'Stairs',
180: 'Stairs',
203: 'Stairs',
27: 'Rails',
28: 'Rails',
66: 'Rails',
157: 'Rails',
61: 'Furnace',
62: 'Furnace',
50: 'Torch',
75: 'Torch',
76: 'Torch',
},
blockRotationSets: {
"Stairs": [[0,2,1,3], [4,6,5,7], [8,10,9,11], [12,14,13,15]],
"Rails": [[0,1], [2,5,3,4]],
"Furnace": [[4,2,5,3]],
"Torch": [[1,3,2,4]],
},
blockPlacement: {
64: 'Door',
71: 'Door',
193: 'Door',
194: 'Door',
195: 'Door',
196: 'Door',
197: 'Door',
44: 'Slabs',
126: 'Slabs',
53: 'Stairs',
67: 'Stairs',
108: 'Stairs',
109: 'Stairs',
114: 'Stairs',
128: 'Stairs',
134: 'Stairs',
135: 'Stairs',
136: 'Stairs',
156: 'Stairs',
163: 'Stairs',
164: 'Stairs',
180: 'Stairs',
61: 'Furnace',
62: 'Furnace',
158: 'Furnace',
106: 'Vine',
93: 'RedstoneDevice',
94: 'RedstoneDevice',
149: 'RedstoneDevice',
150: 'RedstoneDevice',
50: 'Torch',
75: 'Torch',
76: 'Torch',
63: 'Sign',
68: 'Sign',
96: 'Trapdoor',
167: 'Trapdoor',
17: 'WoodLog',
162: 'WoodLog',
78: 'Snow',
29: 'Piston',
33: 'Piston',
34: 'PistonHead',
90: 'Portal',
26: 'Bed',
65: 'Ladder',
107: 'FenceGate',
183: 'FenceGate',
184: 'FenceGate',
185: 'FenceGate',
186: 'FenceGate',
187: 'FenceGate',
54: 'Chest',
130: 'Chest',
146: 'Chest',
},
blockNameConvert: {
"cave_air": "air",
"grass_block": "grass",
"diorite": [1,3],
"granite": [1,1],
"andesite": [1,5],
"grass": [31, 1],
"coarse_dirt": [3, 1],
"podzol": [3, 2],
"oak_log": [17, 0],
"spruce_log": [17, 1],
"birch_log": [17, 2],
"jungle_log": [17, 3],
"acacia_log": [162, 0],
"dark_oak_log": [162, 1],
"oak_leaves": [18, 0],
"spruce_leaves": [18, 1],
"birch_leaves": [18, 2],
"jungle_leaves": [18, 3],
"acacia_leaves": [161, 0],
"dark_oak_leaves": [161, 1],
"oak_planks": [5,0],
"spruce_planks": [5,1],
"birch_planks": [5,2],
"jungle_planks": [5,3],
"acacia_planks": [5, 4],
"dark_oak_planks": [5, 5],
"oak_stairs": [53, 0],
"cobblestone_stairs": [67, 0],
"brick_stairs": [108, 0],
"stone_brick_stairs": [109, 0],
"nether_brick_stairs": [114, 0],
"sandstone_stairs": [128, 0],
"spruce_stairs": [134, 0],
"birch_stairs": [135, 0],
"jungle_stairs": [136, 0],
"acacia_stairs": [163, 0],
"dark_oak_stairs": [164, 0],
"quartz_stairs": [156, 0],
"red_sandstone_stairs": [180, 0],
"purpur_stairs": [203, 0],
"oak_slab": [126, 0],
"smooth_stone_slab": [44, 0],
"cobblestone_slab": [44, 3],
"brick_slab": [44, 4],
"stone_brick_slab": [44, 5],
"nether_brick_slab": [44, 6],
"sandstone_slab": [44, 1],
"spruce_slab": [126, 1],
"birch_slab": [126, 2],
"jungle_slab": [126, 3],
"acacia_slab": [126, 4],
"dark_oak_slab": [126, 5],
"quartz_slab": [44, 7],
"red_sandstone_slab": [182, 0],
"purpur_slab": [205, 0],
"infested_stone": [97,0],
"infested_cobblestone": [97,1],
"infested_stone_bricks": [97,2],
"infested_mossy_stone_bricks": [97,3],
"infested_cracked_stone_bricks": [97,4],
"infested_chiseled_stone_bricks": [97,5],
"oak_fence": [85,0],
"cobweb": [30,0],
"wall_torch": [50,0],
"dead_bush": [32,0],
"seagrass": [18,3],
"tall_seagrass": [18,3],
"tall_grass": [18,3],
"azure_bluet": [38,3],
"oxeye_daisy": [38,8],
"dandelion": [37,0],
"cornflower": [38,8],
"sugar_cane": [83,0],
"spawner": [52,0],
"poppy": [38,0],
"rose_bush": [175,4],
"peony": [175,5],
"terracotta": [1,0],
"lime_bed": [26,0],
"potted_cactus": [140,0],
"smooth_sandstone": [24,2],
"cut_sandstone": [24,1],
"chiseled_sandstone": [24,1],
"smooth_sandstone_stairs": [128,0],
"jungle_trapdoor": [96,0],
"composter": [1,0],
"white_wool": [35,0],
"orange_terracotta": [1,0],
"blue_terracotta": [1,0],
"lily_of_the_valley": [38,1],
"kelp_plant": [18,3],
"kelp": [18,3],
"orange_tulip": [38,5],
"red_tulip": [38,4],
"allium": [1,0],
"pink_tulip": [38,7],
"white_tulip": [38,6],
"lilac": [175, 1],
"mushroom_stem": [99,0],
"blue_orchid": [38,1],
"lily_pad": [111,0]
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment