Advertisement
onnowhere

List of Data Value to Block State Conversions

Aug 11th, 2016
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.99 KB | None | 0 0
  1. All unlisted blockstates are to be set to 'default'
  2.  
  3. {
  4. "acacia_door": {
  5. 0: "facing=east,half=lower,hinge=left,open=false,powered=false",
  6. 1: "facing=south,half=lower,hinge=left,open=false,powered=false",
  7. 2: "facing=west,half=lower,hinge=left,open=false,powered=false",
  8. 3: "facing=north,half=lower,hinge=left,open=false,powered=false",
  9. 4: "facing=east,half=lower,hinge=left,open=true,powered=false",
  10. 5: "facing=south,half=lower,hinge=left,open=true,powered=false",
  11. 6: "facing=west,half=lower,hinge=left,open=true,powered=false",
  12. 7: "facing=north,half=lower,hinge=left,open=true,powered=false",
  13. 8: "half=upper,hinge=left,powered=false",
  14. 9: "half=upper,hinge=right,powered=false",
  15. 10: "half=upper,hinge=left,powered=true",
  16. 11: "half=upper,hinge=right,powered=true",
  17. 12: "half=upper,hinge=left,powered=false",
  18. 13: "half=upper,hinge=right,powered=false",
  19. 14: "half=upper,hinge=left,powered=true",
  20. 15: "half=upper,hinge=right,powered=true"
  21. },
  22. "acacia_fence": {
  23. 0: "default",
  24. 1: "default",
  25. 2: "default",
  26. 3: "default",
  27. 4: "default",
  28. 5: "default",
  29. 6: "default",
  30. 7: "default",
  31. 8: "default",
  32. 9: "default",
  33. 10: "default",
  34. 12: "default",
  35. 13: "default",
  36. 14: "default",
  37. 15: "default"
  38. },
  39. "acacia_fence_gate": {
  40. 0: "facing=south,open=false,powered=false",
  41. 1: "facing=west,open=false,powered=false",
  42. 2: "facing=north,open=false,powered=false",
  43. 3: "facing=east,open=false,powered=false",
  44. 4: "facing=south,open=true,powered=false",
  45. 5: "facing=west,open=true,powered=false",
  46. 6: "facing=north,open=true,powered=false",
  47. 7: "facing=east,open=true,powered=false",
  48. 8: "facing=south,open=false,powered=true",
  49. 9: "facing=west,open=false,powered=true",
  50. 10: "facing=north,open=false,powered=true",
  51. 11: "facing=east,open=false,powered=true",
  52. 12: "facing=south,open=true,powered=true",
  53. 13: "facing=west,open=true,powered=true",
  54. 14: "facing=north,open=true,powered=true",
  55. 15: "facing=east,open=true,powered=true"
  56. },
  57. "acacia_stairs": {
  58. 0: "facing=east,half=bottom",
  59. 1: "facing=west,half=bottom",
  60. 2: "facing=south,half=bottom",
  61. 3: "facing=north,half=bottom",
  62. 4: "facing=east,half=top",
  63. 5: "facing=west,half=top",
  64. 6: "facing=south,half=top",
  65. 7: "facing=north,half=top",
  66. 8: "facing=east,half=bottom",
  67. 9: "facing=west,half=bottom",
  68. 10: "facing=south,half=bottom",
  69. 11: "facing=north,half=bottom",
  70. 12: "facing=east,half=top",
  71. 13: "facing=west,half=top",
  72. 14: "facing=south,half=top",
  73. 15: "facing=north,half=top"
  74. },
  75. "activator_rail": {
  76. 0: "powered=false,shape=north_south",
  77. 1: "powered=false,shape=east_west",
  78. 2: "powered=false,shape=ascending_east",
  79. 3: "powered=false,shape=ascending_west",
  80. 4: "powered=false,shape=ascending_north",
  81. 5: "powered=false,shape=ascending_south",
  82. 8: "powered=true,shape=north_south",
  83. 9: "powered=true,shape=east_west",
  84. 10: "powered=true,shape=ascending_east",
  85. 11: "powered=true,shape=ascending_west",
  86. 12: "powered=true,shape=ascending_north",
  87. 13: "powered=true,shape=ascending_south"
  88. },
  89. "anvil": {
  90. 0: "damage=0,facing=south",
  91. 1: "damage=0,facing=west",
  92. 2: "damage=0,facing=north",
  93. 3: "damage=0,facing=east",
  94. 4: "damage=1,facing=south",
  95. 5: "damage=1,facing=west",
  96. 6: "damage=1,facing=north",
  97. 7: "damage=1,facing=east",
  98. 8: "damage=2,facing=south",
  99. 9: "damage=2,facing=west",
  100. 10: "damage=2,facing=north",
  101. 11: "damage=2,facing=east"
  102. },
  103. "bed": {
  104. 0: "facing=south,part=foot",
  105. 1: "facing=west,part=foot",
  106. 2: "facing=north,part=foot",
  107. 3: "facing=east,part=foot",
  108. 4: "facing=south,part=foot",
  109. 5: "facing=west,part=foot",
  110. 6: "facing=north,part=foot",
  111. 7: "facing=east,part=foot",
  112. 8: "facing=south,occupied=false,part=head",
  113. 9: "facing=west,occupied=false,part=head",
  114. 10: "facing=north,occupied=false,part=head",
  115. 11: "facing=east,occupied=false,part=head",
  116. 12: "facing=south,occupied=true,part=head",
  117. 13: "facing=west,occupied=true,part=head",
  118. 14: "facing=north,occupied=true,part=head",
  119. 15: "facing=east,occupied=true,part=head"
  120. },
  121. "beetroots": {
  122. 0: "age=0",
  123. 1: "age=1",
  124. 2: "age=2",
  125. 3: "age=3"
  126. },
  127. "birch_door": {
  128. 0: "facing=east,half=lower,hinge=left,open=false,powered=false",
  129. 1: "facing=south,half=lower,hinge=left,open=false,powered=false",
  130. 2: "facing=west,half=lower,hinge=left,open=false,powered=false",
  131. 3: "facing=north,half=lower,hinge=left,open=false,powered=false",
  132. 4: "facing=east,half=lower,hinge=left,open=true,powered=false",
  133. 5: "facing=south,half=lower,hinge=left,open=true,powered=false",
  134. 6: "facing=west,half=lower,hinge=left,open=true,powered=false",
  135. 7: "facing=north,half=lower,hinge=left,open=true,powered=false",
  136. 8: "half=upper,hinge=left,powered=false",
  137. 9: "half=upper,hinge=right,powered=false",
  138. 10: "half=upper,hinge=left,powered=true",
  139. 11: "half=upper,hinge=right,powered=true",
  140. 12: "half=upper,hinge=left,powered=false",
  141. 13: "half=upper,hinge=right,powered=false",
  142. 14: "half=upper,hinge=left,powered=true",
  143. 15: "half=upper,hinge=right,powered=true"
  144. },
  145. "birch_fence": {
  146. 0: "default",
  147. 1: "default",
  148. 2: "default",
  149. 3: "default",
  150. 4: "default",
  151. 5: "default",
  152. 6: "default",
  153. 7: "default",
  154. 8: "default",
  155. 9: "default",
  156. 10: "default",
  157. 12: "default",
  158. 13: "default",
  159. 14: "default",
  160. 15: "default"
  161. },
  162. "birch_fence_gate": {
  163. 0: "facing=south,open=false,powered=false",
  164. 1: "facing=west,open=false,powered=false",
  165. 2: "facing=north,open=false,powered=false",
  166. 3: "facing=east,open=false,powered=false",
  167. 4: "facing=south,open=true,powered=false",
  168. 5: "facing=west,open=true,powered=false",
  169. 6: "facing=north,open=true,powered=false",
  170. 7: "facing=east,open=true,powered=false",
  171. 8: "facing=south,open=false,powered=true",
  172. 9: "facing=west,open=false,powered=true",
  173. 10: "facing=north,open=false,powered=true",
  174. 11: "facing=east,open=false,powered=true",
  175. 12: "facing=south,open=true,powered=true",
  176. 13: "facing=west,open=true,powered=true",
  177. 14: "facing=north,open=true,powered=true",
  178. 15: "facing=east,open=true,powered=true"
  179. },
  180. "birch_stairs": {
  181. 0: "facing=east,half=bottom",
  182. 1: "facing=west,half=bottom",
  183. 2: "facing=south,half=bottom",
  184. 3: "facing=north,half=bottom",
  185. 4: "facing=east,half=top",
  186. 5: "facing=west,half=top",
  187. 6: "facing=south,half=top",
  188. 7: "facing=north,half=top",
  189. 8: "facing=east,half=bottom",
  190. 9: "facing=west,half=bottom",
  191. 10: "facing=south,half=bottom",
  192. 11: "facing=north,half=bottom",
  193. 12: "facing=east,half=top",
  194. 13: "facing=west,half=top",
  195. 14: "facing=south,half=top",
  196. 15: "facing=north,half=top"
  197. },
  198. "black_shulker_box": {
  199. 0: "facing=down",
  200. 1: "facing=up",
  201. 2: "facing=north",
  202. 3: "facing=south",
  203. 4: "facing=west",
  204. 5: "facing=east",
  205. 6: "facing=down",
  206. 7: "facing=up",
  207. 8: "facing=north",
  208. 9: "facing=south",
  209. 10: "facing=west",
  210. 11: "facing=east",
  211. 12: "facing=down",
  212. 13: "facing=up",
  213. 14: "facing=north",
  214. 15: "facing=south"
  215. },
  216. "blue_shulker_box": {
  217. 0: "facing=down",
  218. 1: "facing=up",
  219. 2: "facing=north",
  220. 3: "facing=south",
  221. 4: "facing=west",
  222. 5: "facing=east",
  223. 6: "facing=down",
  224. 7: "facing=up",
  225. 8: "facing=north",
  226. 9: "facing=south",
  227. 10: "facing=west",
  228. 11: "facing=east",
  229. 12: "facing=down",
  230. 13: "facing=up",
  231. 14: "facing=north",
  232. 15: "facing=south"
  233. },
  234. "bone_block": {
  235. 0: "axis=y",
  236. 1: "axis=y",
  237. 2: "axis=y",
  238. 3: "axis=y",
  239. 4: "axis=x",
  240. 5: "axis=x",
  241. 6: "axis=x",
  242. 7: "axis=x",
  243. 8: "axis=z",
  244. 9: "axis=z",
  245. 10: "axis=z",
  246. 11: "axis=z",
  247. 12: "axis=y",
  248. 13: "axis=y",
  249. 14: "axis=y",
  250. 15: "axis=y"
  251. },
  252. "brewing_stand": {
  253. 0: "has_bottle_0=false,has_bottle_1=false,has_bottle_2=false",
  254. 1: "has_bottle_0=true,has_bottle_1=false,has_bottle_2=false",
  255. 2: "has_bottle_0=false,has_bottle_1=true,has_bottle_2=false",
  256. 3: "has_bottle_0=true,has_bottle_1=true,has_bottle_2=false",
  257. 4: "has_bottle_0=false,has_bottle_1=false,has_bottle_2=true",
  258. 5: "has_bottle_0=true,has_bottle_1=false,has_bottle_2=true",
  259. 6: "has_bottle_0=false,has_bottle_1=true,has_bottle_2=true",
  260. 7: "has_bottle_0=true,has_bottle_1=true,has_bottle_2=true",
  261. 8: "has_bottle_0=false,has_bottle_1=false,has_bottle_2=false",
  262. 9: "has_bottle_0=true,has_bottle_1=false,has_bottle_2=false",
  263. 10: "has_bottle_0=false,has_bottle_1=true,has_bottle_2=false",
  264. 11: "has_bottle_0=true,has_bottle_1=true,has_bottle_2=false",
  265. 12: "has_bottle_0=false,has_bottle_1=false,has_bottle_2=true",
  266. 13: "has_bottle_0=true,has_bottle_1=false,has_bottle_2=true",
  267. 14: "has_bottle_0=false,has_bottle_1=true,has_bottle_2=true",
  268. 15: "has_bottle_0=true,has_bottle_1=true,has_bottle_2=true"
  269. },
  270. "brick_stairs": {
  271. 0: "facing=east,half=bottom",
  272. 1: "facing=west,half=bottom",
  273. 2: "facing=south,half=bottom",
  274. 3: "facing=north,half=bottom",
  275. 4: "facing=east,half=top",
  276. 5: "facing=west,half=top",
  277. 6: "facing=south,half=top",
  278. 7: "facing=north,half=top",
  279. 8: "facing=east,half=bottom",
  280. 9: "facing=west,half=bottom",
  281. 10: "facing=south,half=bottom",
  282. 11: "facing=north,half=bottom",
  283. 12: "facing=east,half=top",
  284. 13: "facing=west,half=top",
  285. 14: "facing=south,half=top",
  286. 15: "facing=north,half=top"
  287. },
  288. "brown_mushroom_block": {
  289. 0: "variant=all_inside",
  290. 1: "variant=north_west",
  291. 2: "variant=north",
  292. 3: "variant=north_east",
  293. 4: "variant=west",
  294. 5: "variant=center",
  295. 6: "variant=east",
  296. 7: "variant=south_west",
  297. 8: "variant=south",
  298. 9: "variant=south_east",
  299. 10: "variant=stem",
  300. 11: "variant=all_inside",
  301. 12: "variant=all_inside",
  302. 13: "variant=all_inside",
  303. 14: "variant=all_outside",
  304. 15: "variant=all_stem"
  305. },
  306. "brown_shulker_box": {
  307. 0: "facing=down",
  308. 1: "facing=up",
  309. 2: "facing=north",
  310. 3: "facing=south",
  311. 4: "facing=west",
  312. 5: "facing=east",
  313. 6: "facing=down",
  314. 7: "facing=up",
  315. 8: "facing=north",
  316. 9: "facing=south",
  317. 10: "facing=west",
  318. 11: "facing=east",
  319. 12: "facing=down",
  320. 13: "facing=up",
  321. 14: "facing=north",
  322. 15: "facing=south"
  323. },
  324. "cactus": {
  325. 0: "age=0",
  326. 1: "age=1",
  327. 2: "age=2",
  328. 3: "age=3",
  329. 4: "age=4",
  330. 5: "age=5",
  331. 6: "age=6",
  332. 7: "age=7",
  333. 8: "age=8",
  334. 9: "age=9",
  335. 10: "age=10",
  336. 11: "age=11",
  337. 12: "age=12",
  338. 13: "age=13",
  339. 14: "age=14",
  340. 15: "age=15"
  341. },
  342. "cake": {
  343. 0: "bites=0",
  344. 1: "bites=1",
  345. 2: "bites=2",
  346. 3: "bites=3",
  347. 4: "bites=4",
  348. 5: "bites=5",
  349. 6: "bites=6"
  350. },
  351. "carpet": {
  352. 0: "color=white",
  353. 1: "color=orange",
  354. 2: "color=magenta",
  355. 3: "color=light_blue",
  356. 4: "color=yellow",
  357. 5: "color=lime",
  358. 6: "color=pink",
  359. 7: "color=gray",
  360. 8: "color=silver",
  361. 9: "color=cyan",
  362. 10: "color=purple",
  363. 11: "color=blue",
  364. 12: "color=brown",
  365. 13: "color=green",
  366. 14: "color=red",
  367. 15: "color=black"
  368. },
  369. "carrots": {
  370. 0: "age=0",
  371. 1: "age=1",
  372. 2: "age=2",
  373. 3: "age=3",
  374. 4: "age=4",
  375. 5: "age=5",
  376. 6: "age=6",
  377. 7: "age=7"
  378. },
  379. "cauldron": {
  380. 0: "level=0",
  381. 1: "level=1",
  382. 2: "level=2",
  383. 3: "level=3"
  384. },
  385. "chain_command_block": {
  386. 0: "conditional=false,facing=down",
  387. 1: "conditional=false,facing=up",
  388. 2: "conditional=false,facing=north",
  389. 3: "conditional=false,facing=south",
  390. 4: "conditional=false,facing=west",
  391. 5: "conditional=false,facing=east",
  392. 6: "conditional=false,facing=down",
  393. 7: "conditional=false,facing=up",
  394. 8: "conditional=true,facing=down",
  395. 9: "conditional=true,facing=up",
  396. 10: "conditional=true,facing=north",
  397. 11: "conditional=true,facing=south",
  398. 12: "conditional=true,facing=west",
  399. 13: "conditional=true,facing=east",
  400. 14: "conditional=true,facing=down",
  401. 15: "conditional=true,facing=up"
  402. },
  403. "chest": {
  404. 0: "facing=north",
  405. 1: "facing=north",
  406. 2: "facing=north",
  407. 3: "facing=south",
  408. 4: "facing=west",
  409. 5: "facing=east",
  410. 6: "facing=north",
  411. 7: "facing=north",
  412. 8: "facing=north",
  413. 9: "facing=south",
  414. 10: "facing=west",
  415. 11: "facing=east",
  416. 12: "facing=north",
  417. 13: "facing=north",
  418. 14: "facing=north",
  419. 15: "facing=south"
  420. },
  421. "chorus_flower": {
  422. 0: "age=0",
  423. 1: "age=1",
  424. 2: "age=2",
  425. 3: "age=3",
  426. 4: "age=4",
  427. 5: "age=5"
  428. },
  429. "chorus_plant": {
  430. 0: "default",
  431. 1: "default",
  432. 2: "default",
  433. 3: "default",
  434. 4: "default",
  435. 5: "default",
  436. 6: "default",
  437. 7: "default",
  438. 8: "default",
  439. 9: "default",
  440. 10: "default",
  441. 12: "default",
  442. 13: "default",
  443. 14: "default",
  444. 15: "default"
  445. },
  446. "cobblestone_wall": {
  447. 0: "variant=cobblestone",
  448. 1: "variant=mossy_cobblestone",
  449. 2: "default",
  450. 3: "default",
  451. 4: "default",
  452. 5: "default",
  453. 6: "default",
  454. 7: "default",
  455. 8: "default",
  456. 9: "default",
  457. 10: "default",
  458. 12: "default",
  459. 13: "default",
  460. 14: "default",
  461. 15: "default"
  462. },
  463. "cocoa": {
  464. 0: "age=0,facing=south",
  465. 1: "age=0,facing=west",
  466. 2: "age=0,facing=north",
  467. 3: "age=0,facing=east",
  468. 4: "age=1,facing=south",
  469. 5: "age=1,facing=west",
  470. 6: "age=1,facing=north",
  471. 7: "age=1,facing=east",
  472. 8: "age=2,facing=south",
  473. 9: "age=2,facing=west",
  474. 10: "age=2,facing=north",
  475. 11: "age=2,facing=east"
  476. },
  477. "command_block": {
  478. 0: "conditional=false,facing=down",
  479. 1: "conditional=false,facing=up",
  480. 2: "conditional=false,facing=north",
  481. 3: "conditional=false,facing=south",
  482. 4: "conditional=false,facing=west",
  483. 5: "conditional=false,facing=east",
  484. 6: "conditional=false,facing=down",
  485. 7: "conditional=false,facing=up",
  486. 8: "conditional=true,facing=down",
  487. 9: "conditional=true,facing=up",
  488. 10: "conditional=true,facing=north",
  489. 11: "conditional=true,facing=south",
  490. 12: "conditional=true,facing=west",
  491. 13: "conditional=true,facing=east",
  492. 14: "conditional=true,facing=down",
  493. 15: "conditional=true,facing=up"
  494. },
  495. "cyan_shulker_box": {
  496. 0: "facing=down",
  497. 1: "facing=up",
  498. 2: "facing=north",
  499. 3: "facing=south",
  500. 4: "facing=west",
  501. 5: "facing=east",
  502. 6: "facing=down",
  503. 7: "facing=up",
  504. 8: "facing=north",
  505. 9: "facing=south",
  506. 10: "facing=west",
  507. 11: "facing=east",
  508. 12: "facing=down",
  509. 13: "facing=up",
  510. 14: "facing=north",
  511. 15: "facing=south"
  512. },
  513. "dark_oak_door": {
  514. 0: "facing=east,half=lower,hinge=left,open=false,powered=false",
  515. 1: "facing=south,half=lower,hinge=left,open=false,powered=false",
  516. 2: "facing=west,half=lower,hinge=left,open=false,powered=false",
  517. 3: "facing=north,half=lower,hinge=left,open=false,powered=false",
  518. 4: "facing=east,half=lower,hinge=left,open=true,powered=false",
  519. 5: "facing=south,half=lower,hinge=left,open=true,powered=false",
  520. 6: "facing=west,half=lower,hinge=left,open=true,powered=false",
  521. 7: "facing=north,half=lower,hinge=left,open=true,powered=false",
  522. 8: "half=upper,hinge=left,powered=false",
  523. 9: "half=upper,hinge=right,powered=false",
  524. 10: "half=upper,hinge=left,powered=true",
  525. 11: "half=upper,hinge=right,powered=true",
  526. 12: "half=upper,hinge=left,powered=false",
  527. 13: "half=upper,hinge=right,powered=false",
  528. 14: "half=upper,hinge=left,powered=true",
  529. 15: "half=upper,hinge=right,powered=true"
  530. },
  531. "dark_oak_fence": {
  532. 0: "default",
  533. 1: "default",
  534. 2: "default",
  535. 3: "default",
  536. 4: "default",
  537. 5: "default",
  538. 6: "default",
  539. 7: "default",
  540. 8: "default",
  541. 9: "default",
  542. 10: "default",
  543. 12: "default",
  544. 13: "default",
  545. 14: "default",
  546. 15: "default"
  547. },
  548. "dark_oak_fence_gate": {
  549. 0: "facing=south,open=false,powered=false",
  550. 1: "facing=west,open=false,powered=false",
  551. 2: "facing=north,open=false,powered=false",
  552. 3: "facing=east,open=false,powered=false",
  553. 4: "facing=south,open=true,powered=false",
  554. 5: "facing=west,open=true,powered=false",
  555. 6: "facing=north,open=true,powered=false",
  556. 7: "facing=east,open=true,powered=false",
  557. 8: "facing=south,open=false,powered=true",
  558. 9: "facing=west,open=false,powered=true",
  559. 10: "facing=north,open=false,powered=true",
  560. 11: "facing=east,open=false,powered=true",
  561. 12: "facing=south,open=true,powered=true",
  562. 13: "facing=west,open=true,powered=true",
  563. 14: "facing=north,open=true,powered=true",
  564. 15: "facing=east,open=true,powered=true"
  565. },
  566. "dark_oak_stairs": {
  567. 0: "facing=east,half=bottom",
  568. 1: "facing=west,half=bottom",
  569. 2: "facing=south,half=bottom",
  570. 3: "facing=north,half=bottom",
  571. 4: "facing=east,half=top",
  572. 5: "facing=west,half=top",
  573. 6: "facing=south,half=top",
  574. 7: "facing=north,half=top",
  575. 8: "facing=east,half=bottom",
  576. 9: "facing=west,half=bottom",
  577. 10: "facing=south,half=bottom",
  578. 11: "facing=north,half=bottom",
  579. 12: "facing=east,half=top",
  580. 13: "facing=west,half=top",
  581. 14: "facing=south,half=top",
  582. 15: "facing=north,half=top"
  583. },
  584. "daylight_detector": {
  585. 0: "power=0",
  586. 1: "power=1",
  587. 2: "power=2",
  588. 3: "power=3",
  589. 4: "power=4",
  590. 5: "power=5",
  591. 6: "power=6",
  592. 7: "power=7",
  593. 8: "power=8",
  594. 9: "power=9",
  595. 10: "power=10",
  596. 11: "power=11",
  597. 12: "power=12",
  598. 13: "power=13",
  599. 14: "power=14",
  600. 15: "power=15"
  601. },
  602. "daylight_detector_inverted": {
  603. 0: "power=0",
  604. 1: "power=1",
  605. 2: "power=2",
  606. 3: "power=3",
  607. 4: "power=4",
  608. 5: "power=5",
  609. 6: "power=6",
  610. 7: "power=7",
  611. 8: "power=8",
  612. 9: "power=9",
  613. 10: "power=10",
  614. 11: "power=11",
  615. 12: "power=12",
  616. 13: "power=13",
  617. 14: "power=14",
  618. 15: "power=15"
  619. },
  620. "detector_rail": {
  621. 0: "powered=false,shape=north_south",
  622. 1: "powered=false,shape=east_west",
  623. 2: "powered=false,shape=ascending_east",
  624. 3: "powered=false,shape=ascending_west",
  625. 4: "powered=false,shape=ascending_north",
  626. 5: "powered=false,shape=ascending_south",
  627. 8: "powered=true,shape=north_south",
  628. 9: "powered=true,shape=east_west",
  629. 10: "powered=true,shape=ascending_east",
  630. 11: "powered=true,shape=ascending_west",
  631. 12: "powered=true,shape=ascending_north",
  632. 13: "powered=true,shape=ascending_south"
  633. },
  634. "dirt": {
  635. 0: "variant=dirt",
  636. 1: "variant=coarse_dirt",
  637. 2: "variant=podzol",
  638. 3: "default",
  639. 4: "default",
  640. 5: "default",
  641. 6: "default",
  642. 7: "default",
  643. 8: "default",
  644. 9: "default",
  645. 10: "default",
  646. 12: "default",
  647. 13: "default",
  648. 14: "default",
  649. 15: "default"
  650. },
  651. "dispenser": {
  652. 0: "facing=down",
  653. 1: "facing=up",
  654. 2: "facing=north",
  655. 3: "facing=south",
  656. 4: "facing=west",
  657. 5: "facing=east",
  658. 6: "facing=down",
  659. 7: "facing=up",
  660. 8: "facing=down",
  661. 9: "facing=up",
  662. 10: "facing=north",
  663. 11: "facing=south",
  664. 12: "facing=west",
  665. 13: "facing=east",
  666. 14: "facing=down",
  667. 15: "facing=up"
  668. },
  669. "double_plant": {
  670. 0: "facing=north,half=lower,variant=sunflower",
  671. 1: "facing=north,half=lower,variant=syringa",
  672. 2: "facing=north,half=lower,variant=double_grass",
  673. 3: "facing=north,half=lower,variant=double_fern",
  674. 4: "facing=north,half=lower,variant=double_rose",
  675. 5: "facing=north,half=lower,variant=paeonia",
  676. 6: "facing=north,half=lower,variant=sunflower",
  677. 7: "facing=north,half=lower,variant=sunflower",
  678. 8: "facing=north,half=upper",
  679. 9: "facing=north,half=upper",
  680. 10: "facing=north,half=upper",
  681. 11: "facing=north,half=upper",
  682. 12: "facing=north,half=upper",
  683. 13: "facing=north,half=upper",
  684. 14: "facing=north,half=upper",
  685. 15: "facing=north,half=upper"
  686. },
  687. "double_stone_slab": {
  688. 0: "seamless=false,variant=stone",
  689. 1: "seamless=false,variant=sandstone",
  690. 2: "seamless=false,variant=wood_old",
  691. 3: "seamless=false,variant=cobblestone",
  692. 4: "seamless=false,variant=brick",
  693. 5: "seamless=false,variant=stone_brick",
  694. 6: "seamless=false,variant=nether_brick",
  695. 7: "seamless=false,variant=quartz",
  696. 8: "seamless=true,variant=stone",
  697. 9: "seamless=true,variant=sandstone",
  698. 10: "seamless=true,variant=wood_old",
  699. 11: "seamless=true,variant=cobblestone",
  700. 12: "seamless=true,variant=brick",
  701. 13: "seamless=true,variant=stone_brick",
  702. 14: "seamless=true,variant=nether_brick",
  703. 15: "seamless=true,variant=quartz"
  704. },
  705. "double_stone_slab2": {
  706. 0: "seamless=false,variant=red_sandstone",
  707. 1: "seamless=false,variant=red_sandstone",
  708. 2: "seamless=false,variant=red_sandstone",
  709. 3: "seamless=false,variant=red_sandstone",
  710. 4: "seamless=false,variant=red_sandstone",
  711. 5: "seamless=false,variant=red_sandstone",
  712. 6: "seamless=false,variant=red_sandstone",
  713. 7: "seamless=false,variant=red_sandstone",
  714. 8: "seamless=true,variant=red_sandstone",
  715. 9: "seamless=true,variant=red_sandstone",
  716. 10: "seamless=true,variant=red_sandstone",
  717. 11: "seamless=true,variant=red_sandstone",
  718. 12: "seamless=true,variant=red_sandstone",
  719. 13: "seamless=true,variant=red_sandstone",
  720. 14: "seamless=true,variant=red_sandstone",
  721. 15: "seamless=true,variant=red_sandstone"
  722. },
  723. "double_wooden_slab": {
  724. 0: "variant=oak",
  725. 1: "variant=spruce",
  726. 2: "variant=birch",
  727. 3: "variant=jungle",
  728. 4: "variant=acacia",
  729. 5: "variant=dark_oak",
  730. 6: "variant=oak",
  731. 7: "variant=oak",
  732. 8: "variant=oak",
  733. 9: "variant=spruce",
  734. 10: "variant=birch",
  735. 11: "variant=jungle",
  736. 12: "variant=acacia",
  737. 13: "variant=dark_oak",
  738. 14: "variant=oak",
  739. 15: "variant=oak"
  740. },
  741. "dropper": {
  742. 0: "facing=down",
  743. 1: "facing=up",
  744. 2: "facing=north",
  745. 3: "facing=south",
  746. 4: "facing=west",
  747. 5: "facing=east",
  748. 6: "facing=down",
  749. 7: "facing=up",
  750. 8: "facing=down",
  751. 9: "facing=up",
  752. 10: "facing=north",
  753. 11: "facing=south",
  754. 12: "facing=west",
  755. 13: "facing=east",
  756. 14: "facing=down",
  757. 15: "facing=up"
  758. },
  759. "end_portal_frame": {
  760. 0: "eye=false,facing=south",
  761. 1: "eye=false,facing=west",
  762. 2: "eye=false,facing=north",
  763. 3: "eye=false,facing=east",
  764. 4: "eye=true,facing=south",
  765. 5: "eye=true,facing=west",
  766. 6: "eye=true,facing=north",
  767. 7: "eye=true,facing=east",
  768. 8: "eye=false,facing=south",
  769. 9: "eye=false,facing=west",
  770. 10: "eye=false,facing=north",
  771. 11: "eye=false,facing=east",
  772. 12: "eye=true,facing=south",
  773. 13: "eye=true,facing=west",
  774. 14: "eye=true,facing=north",
  775. 15: "eye=true,facing=east"
  776. },
  777. "end_rod": {
  778. 0: "facing=down",
  779. 1: "facing=up",
  780. 2: "facing=north",
  781. 3: "facing=south",
  782. 4: "facing=west",
  783. 5: "facing=east",
  784. 6: "facing=down",
  785. 7: "facing=up",
  786. 8: "facing=north",
  787. 9: "facing=south",
  788. 10: "facing=west",
  789. 11: "facing=east",
  790. 12: "facing=down",
  791. 13: "facing=up",
  792. 14: "facing=north",
  793. 15: "facing=south"
  794. },
  795. "ender_chest": {
  796. 0: "facing=north",
  797. 1: "facing=north",
  798. 2: "facing=north",
  799. 3: "facing=south",
  800. 4: "facing=west",
  801. 5: "facing=east",
  802. 6: "facing=north",
  803. 7: "facing=north",
  804. 8: "facing=north",
  805. 9: "facing=south",
  806. 10: "facing=west",
  807. 11: "facing=east",
  808. 12: "facing=north",
  809. 13: "facing=north",
  810. 14: "facing=north",
  811. 15: "facing=south"
  812. },
  813. "farmland": {
  814. 0: "moisture=0",
  815. 1: "moisture=1",
  816. 2: "moisture=2",
  817. 3: "moisture=3",
  818. 4: "moisture=4",
  819. 5: "moisture=5",
  820. 6: "moisture=6",
  821. 7: "moisture=7",
  822. 8: "moisture=0",
  823. 9: "moisture=1",
  824. 10: "moisture=2",
  825. 11: "moisture=3",
  826. 12: "moisture=4",
  827. 13: "moisture=5",
  828. 14: "moisture=6",
  829. 15: "moisture=7"
  830. },
  831. "fence": {
  832. 0: "default",
  833. 1: "default",
  834. 2: "default",
  835. 3: "default",
  836. 4: "default",
  837. 5: "default",
  838. 6: "default",
  839. 7: "default",
  840. 8: "default",
  841. 9: "default",
  842. 10: "default",
  843. 12: "default",
  844. 13: "default",
  845. 14: "default",
  846. 15: "default"
  847. },
  848. "fence_gate": {
  849. 0: "facing=south,open=false,powered=false",
  850. 1: "facing=west,open=false,powered=false",
  851. 2: "facing=north,open=false,powered=false",
  852. 3: "facing=east,open=false,powered=false",
  853. 4: "facing=south,open=true,powered=false",
  854. 5: "facing=west,open=true,powered=false",
  855. 6: "facing=north,open=true,powered=false",
  856. 7: "facing=east,open=true,powered=false",
  857. 8: "facing=south,open=false,powered=true",
  858. 9: "facing=west,open=false,powered=true",
  859. 10: "facing=north,open=false,powered=true",
  860. 11: "facing=east,open=false,powered=true",
  861. 12: "facing=south,open=true,powered=true",
  862. 13: "facing=west,open=true,powered=true",
  863. 14: "facing=north,open=true,powered=true",
  864. 15: "facing=east,open=true,powered=true"
  865. },
  866. "fire": {
  867. 0: "age=0",
  868. 1: "age=1",
  869. 2: "age=2",
  870. 3: "age=3",
  871. 4: "age=4",
  872. 5: "age=5",
  873. 6: "age=6",
  874. 7: "age=7",
  875. 8: "age=8",
  876. 9: "age=9",
  877. 10: "age=10",
  878. 11: "age=11",
  879. 12: "age=12",
  880. 13: "age=13",
  881. 14: "age=14",
  882. 15: "age=15"
  883. },
  884. "flower_pot": {
  885. 0: "default",
  886. 1: "default",
  887. 2: "default",
  888. 3: "default",
  889. 4: "default",
  890. 5: "default",
  891. 6: "default",
  892. 7: "default",
  893. 8: "default",
  894. 9: "default",
  895. 10: "default",
  896. 12: "default",
  897. 13: "default",
  898. 14: "default",
  899. 15: "default"
  900. },
  901. "frosted_ice": {
  902. 0: "age=0",
  903. 1: "age=1",
  904. 2: "age=2",
  905. 3: "age=3",
  906. 4: "age=3",
  907. 5: "age=3",
  908. 6: "age=3",
  909. 7: "age=3",
  910. 8: "age=3",
  911. 9: "age=3",
  912. 10: "age=3",
  913. 11: "age=3",
  914. 12: "age=3",
  915. 13: "age=3",
  916. 14: "age=3",
  917. 15: "age=3"
  918. },
  919. "furnace": {
  920. 0: "facing=north",
  921. 1: "facing=north",
  922. 2: "facing=north",
  923. 3: "facing=south",
  924. 4: "facing=west",
  925. 5: "facing=east",
  926. 6: "facing=north",
  927. 7: "facing=north",
  928. 8: "facing=north",
  929. 9: "facing=south",
  930. 10: "facing=west",
  931. 11: "facing=east",
  932. 12: "facing=north",
  933. 13: "facing=north",
  934. 14: "facing=north",
  935. 15: "facing=south"
  936. },
  937. "glass_pane": {
  938. 0: "default",
  939. 1: "default",
  940. 2: "default",
  941. 3: "default",
  942. 4: "default",
  943. 5: "default",
  944. 6: "default",
  945. 7: "default",
  946. 8: "default",
  947. 9: "default",
  948. 10: "default",
  949. 12: "default",
  950. 13: "default",
  951. 14: "default",
  952. 15: "default"
  953. },
  954. "golden_rail": {
  955. 0: "powered=false,shape=north_south",
  956. 1: "powered=false,shape=east_west",
  957. 2: "powered=false,shape=ascending_east",
  958. 3: "powered=false,shape=ascending_west",
  959. 4: "powered=false,shape=ascending_north",
  960. 5: "powered=false,shape=ascending_south",
  961. 8: "powered=true,shape=north_south",
  962. 9: "powered=true,shape=east_west",
  963. 10: "powered=true,shape=ascending_east",
  964. 11: "powered=true,shape=ascending_west",
  965. 12: "powered=true,shape=ascending_north",
  966. 13: "powered=true,shape=ascending_south"
  967. },
  968. "grass": {
  969. 0: "default",
  970. 1: "default",
  971. 2: "default",
  972. 3: "default",
  973. 4: "default",
  974. 5: "default",
  975. 6: "default",
  976. 7: "default",
  977. 8: "default",
  978. 9: "default",
  979. 10: "default",
  980. 12: "default",
  981. 13: "default",
  982. 14: "default",
  983. 15: "default"
  984. },
  985. "gray_shulker_box": {
  986. 0: "facing=down",
  987. 1: "facing=up",
  988. 2: "facing=north",
  989. 3: "facing=south",
  990. 4: "facing=west",
  991. 5: "facing=east",
  992. 6: "facing=down",
  993. 7: "facing=up",
  994. 8: "facing=north",
  995. 9: "facing=south",
  996. 10: "facing=west",
  997. 11: "facing=east",
  998. 12: "facing=down",
  999. 13: "facing=up",
  1000. 14: "facing=north",
  1001. 15: "facing=south"
  1002. },
  1003. "green_shulker_box": {
  1004. 0: "facing=down",
  1005. 1: "facing=up",
  1006. 2: "facing=north",
  1007. 3: "facing=south",
  1008. 4: "facing=west",
  1009. 5: "facing=east",
  1010. 6: "facing=down",
  1011. 7: "facing=up",
  1012. 8: "facing=north",
  1013. 9: "facing=south",
  1014. 10: "facing=west",
  1015. 11: "facing=east",
  1016. 12: "facing=down",
  1017. 13: "facing=up",
  1018. 14: "facing=north",
  1019. 15: "facing=south"
  1020. },
  1021. "hay_block": {
  1022. 0: "axis=y",
  1023. 1: "axis=y",
  1024. 2: "axis=y",
  1025. 3: "axis=y",
  1026. 4: "axis=x",
  1027. 5: "axis=x",
  1028. 6: "axis=x",
  1029. 7: "axis=x",
  1030. 8: "axis=z",
  1031. 9: "axis=z",
  1032. 10: "axis=z",
  1033. 11: "axis=z",
  1034. 12: "axis=y",
  1035. 13: "axis=y",
  1036. 14: "axis=y",
  1037. 15: "axis=y"
  1038. },
  1039. "heavy_weighted_pressure_plate": {
  1040. 0: "power=0",
  1041. 1: "power=1",
  1042. 2: "power=2",
  1043. 3: "power=3",
  1044. 4: "power=4",
  1045. 5: "power=5",
  1046. 6: "power=6",
  1047. 7: "power=7",
  1048. 8: "power=8",
  1049. 9: "power=9",
  1050. 10: "power=10",
  1051. 11: "power=11",
  1052. 12: "power=12",
  1053. 13: "power=13",
  1054. 14: "power=14",
  1055. 15: "power=15"
  1056. },
  1057. "hopper": {
  1058. 0: "facing=down",
  1059.  
  1060. 2: "facing=north",
  1061. 3: "facing=south",
  1062. 4: "facing=west",
  1063. 5: "facing=east",
  1064. 6: "facing=down",
  1065.  
  1066. 8: "facing=down",
  1067.  
  1068. 10: "facing=north",
  1069. 11: "facing=south",
  1070. 12: "facing=west",
  1071. 13: "facing=east",
  1072. 14: "facing=down"
  1073. },
  1074. "iron_bars": {
  1075. 0: "default",
  1076. 1: "default",
  1077. 2: "default",
  1078. 3: "default",
  1079. 4: "default",
  1080. 5: "default",
  1081. 6: "default",
  1082. 7: "default",
  1083. 8: "default",
  1084. 9: "default",
  1085. 10: "default",
  1086. 12: "default",
  1087. 13: "default",
  1088. 14: "default",
  1089. 15: "default"
  1090. },
  1091. "iron_door": {
  1092. 0: "facing=east,half=lower,hinge=left,open=false,powered=false",
  1093. 1: "facing=south,half=lower,hinge=left,open=false,powered=false",
  1094. 2: "facing=west,half=lower,hinge=left,open=false,powered=false",
  1095. 3: "facing=north,half=lower,hinge=left,open=false,powered=false",
  1096. 4: "facing=east,half=lower,hinge=left,open=true,powered=false",
  1097. 5: "facing=south,half=lower,hinge=left,open=true,powered=false",
  1098. 6: "facing=west,half=lower,hinge=left,open=true,powered=false",
  1099. 7: "facing=north,half=lower,hinge=left,open=true,powered=false",
  1100. 8: "half=upper,hinge=left,powered=false",
  1101. 9: "half=upper,hinge=right,powered=false",
  1102. 10: "half=upper,hinge=left,powered=true",
  1103. 11: "half=upper,hinge=right,powered=true",
  1104. 12: "half=upper,hinge=left,powered=false",
  1105. 13: "half=upper,hinge=right,powered=false",
  1106. 14: "half=upper,hinge=left,powered=true",
  1107. 15: "half=upper,hinge=right,powered=true"
  1108. },
  1109. "iron_trapdoor": {
  1110. 0: "facing=north,half=bottom,open=false",
  1111. 1: "facing=south,half=bottom,open=false",
  1112. 2: "facing=west,half=bottom,open=false",
  1113. 3: "facing=east,half=bottom,open=false",
  1114. 4: "facing=north,half=bottom,open=true",
  1115. 5: "facing=south,half=bottom,open=true",
  1116. 6: "facing=west,half=bottom,open=true",
  1117. 7: "facing=east,half=bottom,open=true",
  1118. 8: "facing=north,half=bottom,open=false",
  1119. 9: "facing=south,half=top,open=false",
  1120. 10: "facing=west,half=top,open=false",
  1121. 11: "facing=east,half=top,open=false",
  1122. 12: "facing=north,half=top,open=true",
  1123. 13: "facing=south,half=top,open=true",
  1124. 14: "facing=west,half=top,open=true",
  1125. 15: "facing=east,half=top,open=true"
  1126. },
  1127. "jukebox": {
  1128. 0: "has_record=false",
  1129. 1: "has_record=true",
  1130. 2: "has_record=true",
  1131. 3: "has_record=true",
  1132. 4: "has_record=true",
  1133. 5: "has_record=true",
  1134. 6: "has_record=true",
  1135. 7: "has_record=true",
  1136. 8: "has_record=true",
  1137. 9: "has_record=true",
  1138. 10: "has_record=true",
  1139. 11: "has_record=true",
  1140. 12: "has_record=true",
  1141. 13: "has_record=true",
  1142. 14: "has_record=true",
  1143. 15: "has_record=true"
  1144. },
  1145. "jungle_door": {
  1146. 0: "facing=east,half=lower,hinge=left,open=false,powered=false",
  1147. 1: "facing=south,half=lower,hinge=left,open=false,powered=false",
  1148. 2: "facing=west,half=lower,hinge=left,open=false,powered=false",
  1149. 3: "facing=north,half=lower,hinge=left,open=false,powered=false",
  1150. 4: "facing=east,half=lower,hinge=left,open=true,powered=false",
  1151. 5: "facing=south,half=lower,hinge=left,open=true,powered=false",
  1152. 6: "facing=west,half=lower,hinge=left,open=true,powered=false",
  1153. 7: "facing=north,half=lower,hinge=left,open=true,powered=false",
  1154. 8: "half=upper,hinge=left,powered=false",
  1155. 9: "half=upper,hinge=right,powered=false",
  1156. 10: "half=upper,hinge=left,powered=true",
  1157. 11: "half=upper,hinge=right,powered=true",
  1158. 12: "half=upper,hinge=left,powered=false",
  1159. 13: "half=upper,hinge=right,powered=false",
  1160. 14: "half=upper,hinge=left,powered=true",
  1161. 15: "half=upper,hinge=right,powered=true"
  1162. },
  1163. "jungle_fence": {
  1164. 0: "default",
  1165. 1: "default",
  1166. 2: "default",
  1167. 3: "default",
  1168. 4: "default",
  1169. 5: "default",
  1170. 6: "default",
  1171. 7: "default",
  1172. 8: "default",
  1173. 9: "default",
  1174. 10: "default",
  1175. 12: "default",
  1176. 13: "default",
  1177. 14: "default",
  1178. 15: "default"
  1179. },
  1180. "jungle_fence_gate": {
  1181. 0: "facing=south,open=false,powered=false",
  1182. 1: "facing=west,open=false,powered=false",
  1183. 2: "facing=north,open=false,powered=false",
  1184. 3: "facing=east,open=false,powered=false",
  1185. 4: "facing=south,open=true,powered=false",
  1186. 5: "facing=west,open=true,powered=false",
  1187. 6: "facing=north,open=true,powered=false",
  1188. 7: "facing=east,open=true,powered=false",
  1189. 8: "facing=south,open=false,powered=true",
  1190. 9: "facing=west,open=false,powered=true",
  1191. 10: "facing=north,open=false,powered=true",
  1192. 11: "facing=east,open=false,powered=true",
  1193. 12: "facing=south,open=true,powered=true",
  1194. 13: "facing=west,open=true,powered=true",
  1195. 14: "facing=north,open=true,powered=true",
  1196. 15: "facing=east,open=true,powered=true"
  1197. },
  1198. "jungle_stairs": {
  1199. 0: "facing=east,half=bottom",
  1200. 1: "facing=west,half=bottom",
  1201. 2: "facing=south,half=bottom",
  1202. 3: "facing=north,half=bottom",
  1203. 4: "facing=east,half=top",
  1204. 5: "facing=west,half=top",
  1205. 6: "facing=south,half=top",
  1206. 7: "facing=north,half=top",
  1207. 8: "facing=east,half=bottom",
  1208. 9: "facing=west,half=bottom",
  1209. 10: "facing=south,half=bottom",
  1210. 11: "facing=north,half=bottom",
  1211. 12: "facing=east,half=top",
  1212. 13: "facing=west,half=top",
  1213. 14: "facing=south,half=top",
  1214. 15: "facing=north,half=top"
  1215. },
  1216. "ladder": {
  1217. 0: "facing=north",
  1218. 1: "facing=north",
  1219. 2: "facing=north",
  1220. 3: "facing=south",
  1221. 4: "facing=west",
  1222. 5: "facing=east",
  1223. 6: "facing=north",
  1224. 7: "facing=north",
  1225. 8: "facing=north",
  1226. 9: "facing=south",
  1227. 10: "facing=west",
  1228. 11: "facing=east",
  1229. 12: "facing=north",
  1230. 13: "facing=north",
  1231. 14: "facing=north",
  1232. 15: "facing=south"
  1233. },
  1234. "lava": {
  1235. 0: "level=0",
  1236. 1: "level=1",
  1237. 2: "level=2",
  1238. 3: "level=3",
  1239. 4: "level=4",
  1240. 5: "level=5",
  1241. 6: "level=6",
  1242. 7: "level=7",
  1243. 8: "level=8",
  1244. 9: "level=9",
  1245. 10: "level=10",
  1246. 11: "level=11",
  1247. 12: "level=12",
  1248. 13: "level=13",
  1249. 14: "level=14",
  1250. 15: "level=15"
  1251. },
  1252. "leaves": {
  1253. 0: "check_decay=false,decayable=true,variant=oak",
  1254. 1: "check_decay=false,decayable=true,variant=spruce",
  1255. 2: "check_decay=false,decayable=true,variant=birch",
  1256. 3: "check_decay=false,decayable=true,variant=jungle",
  1257. 4: "check_decay=false,decayable=false,variant=oak",
  1258. 5: "check_decay=false,decayable=false,variant=spruce",
  1259. 6: "check_decay=false,decayable=false,variant=birch",
  1260. 7: "check_decay=false,decayable=false,variant=jungle",
  1261. 8: "check_decay=true,decayable=true,variant=oak",
  1262. 9: "check_decay=true,decayable=true,variant=spruce",
  1263. 10: "check_decay=true,decayable=true,variant=birch",
  1264. 11: "check_decay=true,decayable=true,variant=jungle",
  1265. 12: "check_decay=true,decayable=false,variant=oak",
  1266. 13: "check_decay=true,decayable=false,variant=spruce",
  1267. 14: "check_decay=true,decayable=false,variant=birch",
  1268. 15: "check_decay=true,decayable=false,variant=jungle"
  1269. },
  1270. "leaves2": {
  1271. 0: "check_decay=false,decayable=true,variant=acacia",
  1272. 1: "check_decay=false,decayable=true,variant=dark_oak",
  1273.  
  1274.  
  1275. 4: "check_decay=false,decayable=false,variant=acacia",
  1276. 5: "check_decay=false,decayable=false,variant=dark_oak",
  1277.  
  1278.  
  1279. 8: "check_decay=true,decayable=true,variant=acacia",
  1280. 9: "check_decay=true,decayable=true,variant=dark_oak",
  1281.  
  1282.  
  1283. 12: "check_decay=true,decayable=false,variant=acacia",
  1284. 13: "check_decay=true,decayable=false,variant=dark_oak"
  1285. },
  1286. "lever": {
  1287. 0: "facing=down_x,powered=false",
  1288. 1: "facing=east,powered=false",
  1289. 2: "facing=west,powered=false",
  1290. 3: "facing=south,powered=false",
  1291. 4: "facing=north,powered=false",
  1292. 5: "facing=up_z,powered=false",
  1293. 6: "facing=up_x,powered=false",
  1294. 7: "facing=down_z,powered=false",
  1295. 8: "facing=down_x,powered=true",
  1296. 9: "facing=east,powered=true",
  1297. 10: "facing=west,powered=true",
  1298. 11: "facing=south,powered=true",
  1299. 12: "facing=north,powered=true",
  1300. 13: "facing=up_z,powered=true",
  1301. 14: "facing=up_x,powered=true",
  1302. 15: "facing=down_z,powered=true"
  1303. },
  1304. "light_blue_shulker_box": {
  1305. 0: "facing=down",
  1306. 1: "facing=up",
  1307. 2: "facing=north",
  1308. 3: "facing=south",
  1309. 4: "facing=west",
  1310. 5: "facing=east",
  1311. 6: "facing=down",
  1312. 7: "facing=up",
  1313. 8: "facing=north",
  1314. 9: "facing=south",
  1315. 10: "facing=west",
  1316. 11: "facing=east",
  1317. 12: "facing=down",
  1318. 13: "facing=up",
  1319. 14: "facing=north",
  1320. 15: "facing=south"
  1321. },
  1322. "light_weighted_pressure_plate": {
  1323. 0: "power=0",
  1324. 1: "power=1",
  1325. 2: "power=2",
  1326. 3: "power=3",
  1327. 4: "power=4",
  1328. 5: "power=5",
  1329. 6: "power=6",
  1330. 7: "power=7",
  1331. 8: "power=8",
  1332. 9: "power=9",
  1333. 10: "power=10",
  1334. 11: "power=11",
  1335. 12: "power=12",
  1336. 13: "power=13",
  1337. 14: "power=14",
  1338. 15: "power=15"
  1339. },
  1340. "lime_shulker_box": {
  1341. 0: "facing=down",
  1342. 1: "facing=up",
  1343. 2: "facing=north",
  1344. 3: "facing=south",
  1345. 4: "facing=west",
  1346. 5: "facing=east",
  1347. 6: "facing=down",
  1348. 7: "facing=up",
  1349. 8: "facing=north",
  1350. 9: "facing=south",
  1351. 10: "facing=west",
  1352. 11: "facing=east",
  1353. 12: "facing=down",
  1354. 13: "facing=up",
  1355. 14: "facing=north",
  1356. 15: "facing=south"
  1357. },
  1358. "lit_furnace": {
  1359. 0: "facing=north",
  1360. 1: "facing=north",
  1361. 2: "facing=north",
  1362. 3: "facing=south",
  1363. 4: "facing=west",
  1364. 5: "facing=east",
  1365. 6: "facing=north",
  1366. 7: "facing=north",
  1367. 8: "facing=north",
  1368. 9: "facing=south",
  1369. 10: "facing=west",
  1370. 11: "facing=east",
  1371. 12: "facing=north",
  1372. 13: "facing=north",
  1373. 14: "facing=north",
  1374. 15: "facing=south"
  1375. },
  1376. "lit_pumpkin": {
  1377. 0: "facing=south",
  1378. 1: "facing=west",
  1379. 2: "facing=north",
  1380. 3: "facing=east",
  1381. 4: "facing=south",
  1382. 5: "facing=west",
  1383. 6: "facing=north",
  1384. 7: "facing=east",
  1385. 8: "facing=south",
  1386. 9: "facing=west",
  1387. 10: "facing=north",
  1388. 11: "facing=east",
  1389. 12: "facing=south",
  1390. 13: "facing=west",
  1391. 14: "facing=north",
  1392. 15: "facing=east"
  1393. },
  1394. "log": {
  1395. 0: "axis=y,variant=oak",
  1396. 1: "axis=y,variant=spruce",
  1397. 2: "axis=y,variant=birch",
  1398. 3: "axis=y,variant=jungle",
  1399. 4: "axis=x,variant=oak",
  1400. 5: "axis=x,variant=spruce",
  1401. 6: "axis=x,variant=birch",
  1402. 7: "axis=x,variant=jungle",
  1403. 8: "axis=z,variant=oak",
  1404. 9: "axis=z,variant=spruce",
  1405. 10: "axis=z,variant=birch",
  1406. 11: "axis=z,variant=jungle",
  1407. 12: "axis=none,variant=oak",
  1408. 13: "axis=none,variant=spruce",
  1409. 14: "axis=none,variant=birch",
  1410. 15: "axis=none,variant=jungle"
  1411. },
  1412. "log2": {
  1413. 0: "axis=y,variant=acacia",
  1414. 1: "axis=y,variant=dark_oak",
  1415.  
  1416.  
  1417. 4: "axis=x,variant=acacia",
  1418. 5: "axis=x,variant=dark_oak",
  1419.  
  1420.  
  1421. 8: "axis=z,variant=acacia",
  1422. 9: "axis=z,variant=dark_oak",
  1423.  
  1424.  
  1425. 12: "axis=none,variant=acacia",
  1426. 13: "axis=none,variant=dark_oak"
  1427. },
  1428. "magenta_shulker_box": {
  1429. 0: "facing=down",
  1430. 1: "facing=up",
  1431. 2: "facing=north",
  1432. 3: "facing=south",
  1433. 4: "facing=west",
  1434. 5: "facing=east",
  1435. 6: "facing=down",
  1436. 7: "facing=up",
  1437. 8: "facing=north",
  1438. 9: "facing=south",
  1439. 10: "facing=west",
  1440. 11: "facing=east",
  1441. 12: "facing=down",
  1442. 13: "facing=up",
  1443. 14: "facing=north",
  1444. 15: "facing=south"
  1445. },
  1446. "melon_stem": {
  1447. 0: "age=0",
  1448. 1: "age=1",
  1449. 2: "age=2",
  1450. 3: "age=3",
  1451. 4: "age=4",
  1452. 5: "age=5",
  1453. 6: "age=6",
  1454. 7: "age=7"
  1455. },
  1456. "monster_egg": {
  1457. 0: "variants=stone",
  1458. 1: "variants=cobblestone",
  1459. 2: "variants=stone_brick",
  1460. 3: "variants=mossy_stone",
  1461. 4: "variants=cracked_brick",
  1462. 5: "variants=chiseled_brick",
  1463. 6: "variants=stone",
  1464. 7: "variants=stone",
  1465. 8: "variants=stone",
  1466. 9: "variants=stone",
  1467. 10: "variants=stone",
  1468. 11: "variants=stone",
  1469. 12: "variants=stone",
  1470. 13: "variants=stone",
  1471. 14: "variants=stone",
  1472. 15: "variants=stone"
  1473. },
  1474. "mycelium": {
  1475. 0: "default",
  1476. 1: "default",
  1477. 2: "default",
  1478. 3: "default",
  1479. 4: "default",
  1480. 5: "default",
  1481. 6: "default",
  1482. 7: "default",
  1483. 8: "default",
  1484. 9: "default",
  1485. 10: "default",
  1486. 12: "default",
  1487. 13: "default",
  1488. 14: "default",
  1489. 15: "default"
  1490. },
  1491. "nether_brick_fence": {
  1492. 0: "default",
  1493. 1: "default",
  1494. 2: "default",
  1495. 3: "default",
  1496. 4: "default",
  1497. 5: "default",
  1498. 6: "default",
  1499. 7: "default",
  1500. 8: "default",
  1501. 9: "default",
  1502. 10: "default",
  1503. 12: "default",
  1504. 13: "default",
  1505. 14: "default",
  1506. 15: "default"
  1507. },
  1508. "nether_brick_stairs": {
  1509. 0: "facing=east,half=bottom",
  1510. 1: "facing=west,half=bottom",
  1511. 2: "facing=south,half=bottom",
  1512. 3: "facing=north,half=bottom",
  1513. 4: "facing=east,half=top",
  1514. 5: "facing=west,half=top",
  1515. 6: "facing=south,half=top",
  1516. 7: "facing=north,half=top",
  1517. 8: "facing=east,half=bottom",
  1518. 9: "facing=west,half=bottom",
  1519. 10: "facing=south,half=bottom",
  1520. 11: "facing=north,half=bottom",
  1521. 12: "facing=east,half=top",
  1522. 13: "facing=west,half=top",
  1523. 14: "facing=south,half=top",
  1524. 15: "facing=north,half=top"
  1525. },
  1526. "nether_wart": {
  1527. 0: "age=0",
  1528. 1: "age=1",
  1529. 2: "age=2",
  1530. 3: "age=3"
  1531. },
  1532. "oak_stairs": {
  1533. 0: "facing=east,half=bottom",
  1534. 1: "facing=west,half=bottom",
  1535. 2: "facing=south,half=bottom",
  1536. 3: "facing=north,half=bottom",
  1537. 4: "facing=east,half=top",
  1538. 5: "facing=west,half=top",
  1539. 6: "facing=south,half=top",
  1540. 7: "facing=north,half=top",
  1541. 8: "facing=east,half=bottom",
  1542. 9: "facing=west,half=bottom",
  1543. 10: "facing=south,half=bottom",
  1544. 11: "facing=north,half=bottom",
  1545. 12: "facing=east,half=top",
  1546. 13: "facing=west,half=top",
  1547. 14: "facing=south,half=top",
  1548. 15: "facing=north,half=top"
  1549. },
  1550. "observer": {
  1551. 0: "facing=down",
  1552. 1: "facing=up",
  1553. 2: "facing=north",
  1554. 3: "facing=south",
  1555. 4: "facing=west",
  1556. 5: "facing=east",
  1557. 6: "facing=down",
  1558. 7: "facing=up",
  1559. 8: "facing=north",
  1560. 9: "facing=south",
  1561. 10: "facing=west",
  1562. 11: "facing=east",
  1563. 12: "facing=down",
  1564. 13: "facing=up",
  1565. 14: "facing=north",
  1566. 15: "facing=south"
  1567. },
  1568. "orange_shulker_box": {
  1569. 0: "facing=down",
  1570. 1: "facing=up",
  1571. 2: "facing=north",
  1572. 3: "facing=south",
  1573. 4: "facing=west",
  1574. 5: "facing=east",
  1575. 6: "facing=down",
  1576. 7: "facing=up",
  1577. 8: "facing=north",
  1578. 9: "facing=south",
  1579. 10: "facing=west",
  1580. 11: "facing=east",
  1581. 12: "facing=down",
  1582. 13: "facing=up",
  1583. 14: "facing=north",
  1584. 15: "facing=south"
  1585. },
  1586. "pink_shulker_box": {
  1587. 0: "facing=down",
  1588. 1: "facing=up",
  1589. 2: "facing=north",
  1590. 3: "facing=south",
  1591. 4: "facing=west",
  1592. 5: "facing=east",
  1593. 6: "facing=down",
  1594. 7: "facing=up",
  1595. 8: "facing=north",
  1596. 9: "facing=south",
  1597. 10: "facing=west",
  1598. 11: "facing=east",
  1599. 12: "facing=down",
  1600. 13: "facing=up",
  1601. 14: "facing=north",
  1602. 15: "facing=south"
  1603. },
  1604. "piston": {
  1605. 0: "extended=false,facing=down",
  1606. 1: "extended=false,facing=up",
  1607. 2: "extended=false,facing=north",
  1608. 3: "extended=false,facing=south",
  1609. 4: "extended=false,facing=west",
  1610. 5: "extended=false,facing=east",
  1611.  
  1612.  
  1613. 8: "extended=true,facing=down",
  1614. 9: "extended=true,facing=up",
  1615. 10: "extended=true,facing=north",
  1616. 11: "extended=true,facing=south",
  1617. 12: "extended=true,facing=west",
  1618. 13: "extended=true,facing=east"
  1619. },
  1620. "piston_extension": {
  1621. 0: "facing=down,type=normal",
  1622. 1: "facing=up,type=normal",
  1623. 2: "facing=north,type=normal",
  1624. 3: "facing=south,type=normal",
  1625. 4: "facing=west,type=normal",
  1626. 5: "facing=east,type=normal",
  1627.  
  1628.  
  1629. 8: "facing=down,type=sticky",
  1630. 9: "facing=up,type=sticky",
  1631. 10: "facing=north,type=sticky",
  1632. 11: "facing=south,type=sticky",
  1633. 12: "facing=west,type=sticky",
  1634. 13: "facing=east,type=sticky"
  1635. },
  1636. "piston_head": {
  1637. 0: "facing=down,type=normal",
  1638. 1: "facing=up,type=normal",
  1639. 2: "facing=north,type=normal",
  1640. 3: "facing=south,type=normal",
  1641. 4: "facing=west,type=normal",
  1642. 5: "facing=east,type=normal",
  1643.  
  1644.  
  1645. 8: "facing=down,type=sticky",
  1646. 9: "facing=up,type=sticky",
  1647. 10: "facing=north,type=sticky",
  1648. 11: "facing=south,type=sticky",
  1649. 12: "facing=west,type=sticky",
  1650. 13: "facing=east,type=sticky"
  1651. },
  1652. "planks": {
  1653. 0: "variant=oak",
  1654. 1: "variant=spruce",
  1655. 2: "variant=birch",
  1656. 3: "variant=jungle",
  1657. 4: "variant=acacia",
  1658. 5: "variant=dark_oak",
  1659. 6: "variant=oak",
  1660. 7: "variant=oak",
  1661. 8: "variant=oak",
  1662. 9: "variant=oak",
  1663. 10: "variant=oak",
  1664. 11: "variant=oak",
  1665. 12: "variant=oak",
  1666. 13: "variant=oak",
  1667. 14: "variant=oak",
  1668. 15: "variant=oak"
  1669. },
  1670. "portal": {
  1671. 0: "axis=x",
  1672. 1: "axis=x",
  1673. 2: "axis=z",
  1674. 3: "axis=x",
  1675. 4: "axis=x",
  1676. 5: "axis=x",
  1677. 6: "axis=z",
  1678. 7: "axis=x",
  1679. 8: "axis=x",
  1680. 9: "axis=x",
  1681. 10: "axis=z",
  1682. 11: "axis=x",
  1683. 12: "axis=x",
  1684. 13: "axis=x",
  1685. 14: "axis=z",
  1686. 15: "axis=x"
  1687. },
  1688. "potatoes": {
  1689. 0: "age=0",
  1690. 1: "age=1",
  1691. 2: "age=2",
  1692. 3: "age=3",
  1693. 4: "age=4",
  1694. 5: "age=5",
  1695. 6: "age=6",
  1696. 7: "age=7"
  1697. },
  1698. "powered_comparator": {
  1699. 0: "facing=south,mode=compare,powered=false",
  1700. 1: "facing=west,mode=compare,powered=false",
  1701. 2: "facing=north,mode=compare,powered=false",
  1702. 3: "facing=east,mode=compare,powered=false",
  1703. 4: "facing=south,mode=subtract,powered=false",
  1704. 5: "facing=west,mode=subtract,powered=false",
  1705. 6: "facing=north,mode=subtract,powered=false",
  1706. 7: "facing=east,mode=subtract,powered=false",
  1707. 8: "facing=south,mode=compare,powered=true",
  1708. 9: "facing=west,mode=compare,powered=true",
  1709. 10: "facing=north,mode=compare,powered=true",
  1710. 11: "facing=east,mode=compare,powered=true",
  1711. 12: "facing=south,mode=subtract,powered=true",
  1712. 13: "facing=west,mode=subtract,powered=true",
  1713. 14: "facing=north,mode=subtract,powered=true",
  1714. 15: "facing=east,mode=subtract,powered=true"
  1715. },
  1716. "powered_repeater": {
  1717. 0: "delay=1,facing=south",
  1718. 1: "delay=1,facing=north",
  1719. 2: "delay=1,facing=west",
  1720. 3: "delay=1,facing=east",
  1721. 4: "delay=2,facing=south",
  1722. 5: "delay=2,facing=north",
  1723. 6: "delay=2,facing=west",
  1724. 7: "delay=2,facing=east",
  1725. 8: "delay=3,facing=south",
  1726. 9: "delay=3,facing=north",
  1727. 10: "delay=3,facing=west",
  1728. 11: "delay=3,facing=east",
  1729. 12: "delay=4,facing=south",
  1730. 13: "delay=4,facing=north",
  1731. 14: "delay=4,facing=west",
  1732. 15: "delay=4,facing=east"
  1733. },
  1734. "prismarine": {
  1735. 0: "variant=prismarine",
  1736. 1: "variant=prismarine_bricks",
  1737. 2: "variant=dark_prismarine",
  1738. 3: "variant=prismarine",
  1739. 4: "variant=prismarine",
  1740. 5: "variant=prismarine",
  1741. 6: "variant=prismarine",
  1742. 7: "variant=prismarine",
  1743. 8: "variant=prismarine",
  1744. 9: "variant=prismarine",
  1745. 10: "variant=prismarine",
  1746. 11: "variant=prismarine",
  1747. 12: "variant=prismarine",
  1748. 13: "variant=prismarine",
  1749. 14: "variant=prismarine",
  1750. 15: "variant=prismarine"
  1751. },
  1752. "pumpkin": {
  1753. 0: "facing=south",
  1754. 1: "facing=west",
  1755. 2: "facing=north",
  1756. 3: "facing=east",
  1757. 4: "facing=south",
  1758. 5: "facing=west",
  1759. 6: "facing=north",
  1760. 7: "facing=east",
  1761. 8: "facing=south",
  1762. 9: "facing=west",
  1763. 10: "facing=north",
  1764. 11: "facing=east",
  1765. 12: "facing=south",
  1766. 13: "facing=west",
  1767. 14: "facing=north",
  1768. 15: "facing=east"
  1769. },
  1770. "pumpkin_stem": {
  1771. 0: "age=0",
  1772. 1: "age=1",
  1773. 2: "age=2",
  1774. 3: "age=3",
  1775. 4: "age=4",
  1776. 5: "age=5",
  1777. 6: "age=6",
  1778. 7: "age=7"
  1779. },
  1780. "purple_shulker_box": {
  1781. 0: "facing=down",
  1782. 1: "facing=up",
  1783. 2: "facing=north",
  1784. 3: "facing=south",
  1785. 4: "facing=west",
  1786. 5: "facing=east",
  1787. 6: "facing=down",
  1788. 7: "facing=up",
  1789. 8: "facing=north",
  1790. 9: "facing=south",
  1791. 10: "facing=west",
  1792. 11: "facing=east",
  1793. 12: "facing=down",
  1794. 13: "facing=up",
  1795. 14: "facing=north",
  1796. 15: "facing=south"
  1797. },
  1798. "purpur_double_slab": {
  1799. 0: "default",
  1800. 1: "default",
  1801. 2: "default",
  1802. 3: "default",
  1803. 4: "default",
  1804. 5: "default",
  1805. 6: "default",
  1806. 7: "default",
  1807. 8: "default",
  1808. 9: "default",
  1809. 10: "default",
  1810. 12: "default",
  1811. 13: "default",
  1812. 14: "default",
  1813. 15: "default"
  1814. },
  1815. "purpur_pillar": {
  1816. 0: "axis=y",
  1817. 1: "axis=y",
  1818. 2: "axis=y",
  1819. 3: "axis=y",
  1820. 4: "axis=x",
  1821. 5: "axis=x",
  1822. 6: "axis=x",
  1823. 7: "axis=x",
  1824. 8: "axis=z",
  1825. 9: "axis=z",
  1826. 10: "axis=z",
  1827. 11: "axis=z",
  1828. 12: "axis=y",
  1829. 13: "axis=y",
  1830. 14: "axis=y",
  1831. 15: "axis=y"
  1832. },
  1833. "purpur_slab": {
  1834. 0: "half=bottom,variant=default",
  1835. 1: "half=bottom,variant=default",
  1836. 2: "half=bottom,variant=default",
  1837. 3: "half=bottom,variant=default",
  1838. 4: "half=bottom,variant=default",
  1839. 5: "half=bottom,variant=default",
  1840. 6: "half=bottom,variant=default",
  1841. 7: "half=bottom,variant=default",
  1842. 8: "half=top,variant=default",
  1843. 9: "half=top,variant=default",
  1844. 10: "half=top,variant=default",
  1845. 11: "half=top,variant=default",
  1846. 12: "half=top,variant=default",
  1847. 13: "half=top,variant=default",
  1848. 14: "half=top,variant=default",
  1849. 15: "half=top,variant=default"
  1850. },
  1851. "purpur_stairs": {
  1852. 0: "facing=east,half=bottom",
  1853. 1: "facing=west,half=bottom",
  1854. 2: "facing=south,half=bottom",
  1855. 3: "facing=north,half=bottom",
  1856. 4: "facing=east,half=top",
  1857. 5: "facing=west,half=top",
  1858. 6: "facing=south,half=top",
  1859. 7: "facing=north,half=top",
  1860. 8: "facing=east,half=bottom",
  1861. 9: "facing=west,half=bottom",
  1862. 10: "facing=south,half=bottom",
  1863. 11: "facing=north,half=bottom",
  1864. 12: "facing=east,half=top",
  1865. 13: "facing=west,half=top",
  1866. 14: "facing=south,half=top",
  1867. 15: "facing=north,half=top"
  1868. },
  1869. "quartz_block": {
  1870. 0: "variant=default",
  1871. 1: "variant=chiseled",
  1872. 2: "variant=lines_y",
  1873. 3: "variant=lines_x",
  1874. 4: "variant=lines_z",
  1875. 5: "variant=default",
  1876. 6: "variant=default",
  1877. 7: "variant=default",
  1878. 8: "variant=default",
  1879. 9: "variant=default",
  1880. 10: "variant=default",
  1881. 11: "variant=default",
  1882. 12: "variant=default",
  1883. 13: "variant=default",
  1884. 14: "variant=default",
  1885. 15: "variant=default"
  1886. },
  1887. "quartz_stairs": {
  1888. 0: "facing=east,half=bottom",
  1889. 1: "facing=west,half=bottom",
  1890. 2: "facing=south,half=bottom",
  1891. 3: "facing=north,half=bottom",
  1892. 4: "facing=east,half=top",
  1893. 5: "facing=west,half=top",
  1894. 6: "facing=south,half=top",
  1895. 7: "facing=north,half=top",
  1896. 8: "facing=east,half=bottom",
  1897. 9: "facing=west,half=bottom",
  1898. 10: "facing=south,half=bottom",
  1899. 11: "facing=north,half=bottom",
  1900. 12: "facing=east,half=top",
  1901. 13: "facing=west,half=top",
  1902. 14: "facing=south,half=top",
  1903. 15: "facing=north,half=top"
  1904. },
  1905. "rail": {
  1906. 0: "shape=north_south",
  1907. 1: "shape=east_west",
  1908. 2: "shape=ascending_east",
  1909. 3: "shape=ascending_west",
  1910. 4: "shape=ascending_north",
  1911. 5: "shape=ascending_south",
  1912. 6: "shape=south_east",
  1913. 7: "shape=south_west",
  1914. 8: "shape=north_west",
  1915. 9: "shape=north_east",
  1916. 10: "shape=north_south",
  1917. 11: "shape=north_south",
  1918. 12: "shape=north_south",
  1919. 13: "shape=north_south",
  1920. 14: "shape=north_south",
  1921. 15: "shape=north_south"
  1922. },
  1923. "red_flower": {
  1924. 0: "variant=poppy",
  1925. 1: "variant=blue_orchid",
  1926. 2: "variant=allium",
  1927. 3: "variant=houstonia",
  1928. 4: "variant=red_tulip",
  1929. 5: "variant=orange_tulip",
  1930. 6: "variant=white_tulip",
  1931. 7: "variant=pink_tulip",
  1932. 8: "variant=oxeye_daisy",
  1933. 9: "variant=poppy",
  1934. 10: "variant=poppy",
  1935. 11: "variant=poppy",
  1936. 12: "variant=poppy",
  1937. 13: "variant=poppy",
  1938. 14: "variant=poppy",
  1939. 15: "variant=poppy"
  1940. },
  1941. "red_mushroom_block": {
  1942. 0: "variant=all_inside",
  1943. 1: "variant=north_west",
  1944. 2: "variant=north",
  1945. 3: "variant=north_east",
  1946. 4: "variant=west",
  1947. 5: "variant=center",
  1948. 6: "variant=east",
  1949. 7: "variant=south_west",
  1950. 8: "variant=south",
  1951. 9: "variant=south_east",
  1952. 10: "variant=stem",
  1953. 11: "variant=all_inside",
  1954. 12: "variant=all_inside",
  1955. 13: "variant=all_inside",
  1956. 14: "variant=all_outside",
  1957. 15: "variant=all_stem"
  1958. },
  1959. "red_sandstone": {
  1960. 0: "type=red_sandstone",
  1961. 1: "type=chiseled_red_sandstone",
  1962. 2: "type=smooth_red_sandstone",
  1963. 3: "type=red_sandstone",
  1964. 4: "type=red_sandstone",
  1965. 5: "type=red_sandstone",
  1966. 6: "type=red_sandstone",
  1967. 7: "type=red_sandstone",
  1968. 8: "type=red_sandstone",
  1969. 9: "type=red_sandstone",
  1970. 10: "type=red_sandstone",
  1971. 11: "type=red_sandstone",
  1972. 12: "type=red_sandstone",
  1973. 13: "type=red_sandstone",
  1974. 14: "type=red_sandstone",
  1975. 15: "type=red_sandstone"
  1976. },
  1977. "red_sandstone_stairs": {
  1978. 0: "facing=east,half=bottom",
  1979. 1: "facing=west,half=bottom",
  1980. 2: "facing=south,half=bottom",
  1981. 3: "facing=north,half=bottom",
  1982. 4: "facing=east,half=top",
  1983. 5: "facing=west,half=top",
  1984. 6: "facing=south,half=top",
  1985. 7: "facing=north,half=top",
  1986. 8: "facing=east,half=bottom",
  1987. 9: "facing=west,half=bottom",
  1988. 10: "facing=south,half=bottom",
  1989. 11: "facing=north,half=bottom",
  1990. 12: "facing=east,half=top",
  1991. 13: "facing=west,half=top",
  1992. 14: "facing=south,half=top",
  1993. 15: "facing=north,half=top"
  1994. },
  1995. "red_shulker_box": {
  1996. 0: "facing=down",
  1997. 1: "facing=up",
  1998. 2: "facing=north",
  1999. 3: "facing=south",
  2000. 4: "facing=west",
  2001. 5: "facing=east",
  2002. 6: "facing=down",
  2003. 7: "facing=up",
  2004. 8: "facing=north",
  2005. 9: "facing=south",
  2006. 10: "facing=west",
  2007. 11: "facing=east",
  2008. 12: "facing=down",
  2009. 13: "facing=up",
  2010. 14: "facing=north",
  2011. 15: "facing=south"
  2012. },
  2013. "redstone_torch": {
  2014. 0: "facing=up",
  2015. 1: "facing=east",
  2016. 2: "facing=west",
  2017. 3: "facing=south",
  2018. 4: "facing=north",
  2019. 5: "facing=up",
  2020. 6: "facing=up",
  2021. 7: "facing=up",
  2022. 8: "facing=up",
  2023. 9: "facing=up",
  2024. 10: "facing=up",
  2025. 11: "facing=up",
  2026. 12: "facing=up",
  2027. 13: "facing=up",
  2028. 14: "facing=up",
  2029. 15: "facing=up"
  2030. },
  2031. "redstone_wire": {
  2032. 0: "power=0",
  2033. 1: "power=1",
  2034. 2: "power=2",
  2035. 3: "power=3",
  2036. 4: "power=4",
  2037. 5: "power=5",
  2038. 6: "power=6",
  2039. 7: "power=7",
  2040. 8: "power=8",
  2041. 9: "power=9",
  2042. 10: "power=10",
  2043. 11: "power=11",
  2044. 12: "power=12",
  2045. 13: "power=13",
  2046. 14: "power=14",
  2047. 15: "power=15"
  2048. },
  2049. "reeds": {
  2050. 0: "age=0",
  2051. 1: "age=1",
  2052. 2: "age=2",
  2053. 3: "age=3",
  2054. 4: "age=4",
  2055. 5: "age=5",
  2056. 6: "age=6",
  2057. 7: "age=7",
  2058. 8: "age=8",
  2059. 9: "age=9",
  2060. 10: "age=10",
  2061. 11: "age=11",
  2062. 12: "age=12",
  2063. 13: "age=13",
  2064. 14: "age=14",
  2065. 15: "age=15"
  2066. },
  2067. "repeating_command_block": {
  2068. 0: "conditional=false,facing=down",
  2069. 1: "conditional=false,facing=up",
  2070. 2: "conditional=false,facing=north",
  2071. 3: "conditional=false,facing=south",
  2072. 4: "conditional=false,facing=west",
  2073. 5: "conditional=false,facing=east",
  2074. 6: "conditional=false,facing=down",
  2075. 7: "conditional=false,facing=up",
  2076. 8: "conditional=true,facing=down",
  2077. 9: "conditional=true,facing=up",
  2078. 10: "conditional=true,facing=north",
  2079. 11: "conditional=true,facing=south",
  2080. 12: "conditional=true,facing=west",
  2081. 13: "conditional=true,facing=east",
  2082. 14: "conditional=true,facing=down",
  2083. 15: "conditional=true,facing=up"
  2084. },
  2085. "sand": {
  2086. 0: "type=sand",
  2087. 1: "type=red_sand",
  2088. 2: "type=sand",
  2089. 3: "type=sand",
  2090. 4: "type=sand",
  2091. 5: "type=sand",
  2092. 6: "type=sand",
  2093. 7: "type=sand",
  2094. 8: "type=sand",
  2095. 9: "type=sand",
  2096. 10: "type=sand",
  2097. 11: "type=sand",
  2098. 12: "type=sand",
  2099. 13: "type=sand",
  2100. 14: "type=sand",
  2101. 15: "type=sand"
  2102. },
  2103. "sandstone": {
  2104. 0: "type=sandstone",
  2105. 1: "type=chiseled_sandstone",
  2106. 2: "type=smooth_sandstone",
  2107. 3: "type=sandstone",
  2108. 4: "type=sandstone",
  2109. 5: "type=sandstone",
  2110. 6: "type=sandstone",
  2111. 7: "type=sandstone",
  2112. 8: "type=sandstone",
  2113. 9: "type=sandstone",
  2114. 10: "type=sandstone",
  2115. 11: "type=sandstone",
  2116. 12: "type=sandstone",
  2117. 13: "type=sandstone",
  2118. 14: "type=sandstone",
  2119. 15: "type=sandstone"
  2120. },
  2121. "sandstone_stairs": {
  2122. 0: "facing=east,half=bottom",
  2123. 1: "facing=west,half=bottom",
  2124. 2: "facing=south,half=bottom",
  2125. 3: "facing=north,half=bottom",
  2126. 4: "facing=east,half=top",
  2127. 5: "facing=west,half=top",
  2128. 6: "facing=south,half=top",
  2129. 7: "facing=north,half=top",
  2130. 8: "facing=east,half=bottom",
  2131. 9: "facing=west,half=bottom",
  2132. 10: "facing=south,half=bottom",
  2133. 11: "facing=north,half=bottom",
  2134. 12: "facing=east,half=top",
  2135. 13: "facing=west,half=top",
  2136. 14: "facing=south,half=top",
  2137. 15: "facing=north,half=top"
  2138. },
  2139. "sapling": {
  2140. 0: "stage=0,type=oak",
  2141. 1: "stage=0,type=spruce",
  2142. 2: "stage=0,type=birch",
  2143. 3: "stage=0,type=jungle",
  2144. 4: "stage=0,type=acacia",
  2145. 5: "stage=0,type=dark_oak",
  2146. 6: "stage=0,type=oak",
  2147. 7: "stage=0,type=oak",
  2148. 8: "stage=1,type=oak",
  2149. 9: "stage=1,type=spruce",
  2150. 10: "stage=1,type=birch",
  2151. 11: "stage=1,type=jungle",
  2152. 12: "stage=1,type=acacia",
  2153. 13: "stage=1,type=dark_oak",
  2154. 14: "stage=1,type=oak",
  2155. 15: "stage=1,type=oak"
  2156. },
  2157. "silver_shulker_box": {
  2158. 0: "facing=down",
  2159. 1: "facing=up",
  2160. 2: "facing=north",
  2161. 3: "facing=south",
  2162. 4: "facing=west",
  2163. 5: "facing=east",
  2164. 6: "facing=down",
  2165. 7: "facing=up",
  2166. 8: "facing=north",
  2167. 9: "facing=south",
  2168. 10: "facing=west",
  2169. 11: "facing=east",
  2170. 12: "facing=down",
  2171. 13: "facing=up",
  2172. 14: "facing=north",
  2173. 15: "facing=south"
  2174. },
  2175. "skull": {
  2176. 0: "facing=down,nodrop=false",
  2177. 1: "facing=up,nodrop=false",
  2178. 2: "facing=north,nodrop=false",
  2179. 3: "facing=south,nodrop=false",
  2180. 4: "facing=west,nodrop=false",
  2181. 5: "facing=east,nodrop=false",
  2182. 6: "facing=down,nodrop=false",
  2183. 7: "facing=up,nodrop=false",
  2184. 8: "facing=down,nodrop=true",
  2185. 9: "facing=up,nodrop=true",
  2186. 10: "facing=north,nodrop=true",
  2187. 11: "facing=south,nodrop=true",
  2188. 12: "facing=west,nodrop=true",
  2189. 13: "facing=east,nodrop=true",
  2190. 14: "facing=down,nodrop=true",
  2191. 15: "facing=up,nodrop=true"
  2192. },
  2193. "snow_layer": {
  2194. 0: "age=1",
  2195. 1: "age=2",
  2196. 2: "age=3",
  2197. 3: "age=4",
  2198. 4: "age=5",
  2199. 5: "age=6",
  2200. 6: "age=7",
  2201. 7: "age=8",
  2202. 8: "age=1",
  2203. 9: "age=2",
  2204. 10: "age=3",
  2205. 11: "age=4",
  2206. 12: "age=5",
  2207. 13: "age=6",
  2208. 14: "age=7",
  2209. 15: "age=8"
  2210. },
  2211. "sponge": {
  2212. 0: "wet=false",
  2213. 1: "wet=true",
  2214. 2: "wet=false",
  2215. 3: "wet=true",
  2216. 4: "wet=false",
  2217. 5: "wet=true",
  2218. 6: "wet=false",
  2219. 7: "wet=true",
  2220. 8: "wet=false",
  2221. 9: "wet=true",
  2222. 10: "wet=false",
  2223. 11: "wet=true",
  2224. 12: "wet=false",
  2225. 13: "wet=true",
  2226. 14: "wet=false",
  2227. 15: "wet=true"
  2228. },
  2229. "spruce_door": {
  2230. 0: "facing=east,half=lower,hinge=left,open=false,powered=false",
  2231. 1: "facing=south,half=lower,hinge=left,open=false,powered=false",
  2232. 2: "facing=west,half=lower,hinge=left,open=false,powered=false",
  2233. 3: "facing=north,half=lower,hinge=left,open=false,powered=false",
  2234. 4: "facing=east,half=lower,hinge=left,open=true,powered=false",
  2235. 5: "facing=south,half=lower,hinge=left,open=true,powered=false",
  2236. 6: "facing=west,half=lower,hinge=left,open=true,powered=false",
  2237. 7: "facing=north,half=lower,hinge=left,open=true,powered=false",
  2238. 8: "half=upper,hinge=left,powered=false",
  2239. 9: "half=upper,hinge=right,powered=false",
  2240. 10: "half=upper,hinge=left,powered=true",
  2241. 11: "half=upper,hinge=right,powered=true",
  2242. 12: "half=upper,hinge=left,powered=false",
  2243. 13: "half=upper,hinge=right,powered=false",
  2244. 14: "half=upper,hinge=left,powered=true",
  2245. 15: "half=upper,hinge=right,powered=true"
  2246. },
  2247. "spruce_fence": {
  2248. 0: "default",
  2249. 1: "default",
  2250. 2: "default",
  2251. 3: "default",
  2252. 4: "default",
  2253. 5: "default",
  2254. 6: "default",
  2255. 7: "default",
  2256. 8: "default",
  2257. 9: "default",
  2258. 10: "default",
  2259. 12: "default",
  2260. 13: "default",
  2261. 14: "default",
  2262. 15: "default"
  2263. },
  2264. "spruce_fence_gate": {
  2265. 0: "facing=south,open=false,powered=false",
  2266. 1: "facing=west,open=false,powered=false",
  2267. 2: "facing=north,open=false,powered=false",
  2268. 3: "facing=east,open=false,powered=false",
  2269. 4: "facing=south,open=true,powered=false",
  2270. 5: "facing=west,open=true,powered=false",
  2271. 6: "facing=north,open=true,powered=false",
  2272. 7: "facing=east,open=true,powered=false",
  2273. 8: "facing=south,open=false,powered=true",
  2274. 9: "facing=west,open=false,powered=true",
  2275. 10: "facing=north,open=false,powered=true",
  2276. 11: "facing=east,open=false,powered=true",
  2277. 12: "facing=south,open=true,powered=true",
  2278. 13: "facing=west,open=true,powered=true",
  2279. 14: "facing=north,open=true,powered=true",
  2280. 15: "facing=east,open=true,powered=true"
  2281. },
  2282. "spruce_stairs": {
  2283. 0: "facing=east,half=bottom",
  2284. 1: "facing=west,half=bottom",
  2285. 2: "facing=south,half=bottom",
  2286. 3: "facing=north,half=bottom",
  2287. 4: "facing=east,half=top",
  2288. 5: "facing=west,half=top",
  2289. 6: "facing=south,half=top",
  2290. 7: "facing=north,half=top",
  2291. 8: "facing=east,half=bottom",
  2292. 9: "facing=west,half=bottom",
  2293. 10: "facing=south,half=bottom",
  2294. 11: "facing=north,half=bottom",
  2295. 12: "facing=east,half=top",
  2296. 13: "facing=west,half=top",
  2297. 14: "facing=south,half=top",
  2298. 15: "facing=north,half=top"
  2299. },
  2300. "stained_glass": {
  2301. 0: "color=white",
  2302. 1: "color=orange",
  2303. 2: "color=magenta",
  2304. 3: "color=light_blue",
  2305. 4: "color=yellow",
  2306. 5: "color=lime",
  2307. 6: "color=pink",
  2308. 7: "color=gray",
  2309. 8: "color=silver",
  2310. 9: "color=cyan",
  2311. 10: "color=purple",
  2312. 11: "color=blue",
  2313. 12: "color=brown",
  2314. 13: "color=green",
  2315. 14: "color=red",
  2316. 15: "color=black"
  2317. },
  2318. "stained_glass_pane": {
  2319. 0: "color=white",
  2320. 1: "color=orange",
  2321. 2: "color=magenta",
  2322. 3: "color=light_blue",
  2323. 4: "color=yellow",
  2324. 5: "color=lime",
  2325. 6: "color=pink",
  2326. 7: "color=gray",
  2327. 8: "color=silver",
  2328. 9: "color=cyan",
  2329. 10: "color=purple",
  2330. 11: "color=blue",
  2331. 12: "color=brown",
  2332. 13: "color=green",
  2333. 14: "color=red",
  2334. 15: "color=black"
  2335. },
  2336. "stained_hardened_clay": {
  2337. 0: "color=white",
  2338. 1: "color=orange",
  2339. 2: "color=magenta",
  2340. 3: "color=light_blue",
  2341. 4: "color=yellow",
  2342. 5: "color=lime",
  2343. 6: "color=pink",
  2344. 7: "color=gray",
  2345. 8: "color=silver",
  2346. 9: "color=cyan",
  2347. 10: "color=purple",
  2348. 11: "color=blue",
  2349. 12: "color=brown",
  2350. 13: "color=green",
  2351. 14: "color=red",
  2352. 15: "color=black"
  2353. },
  2354. "standing_banner": {
  2355. 0: "rotation=0",
  2356. 1: "rotation=1",
  2357. 2: "rotation=2",
  2358. 3: "rotation=3",
  2359. 4: "rotation=4",
  2360. 5: "rotation=5",
  2361. 6: "rotation=6",
  2362. 7: "rotation=7",
  2363. 8: "rotation=8",
  2364. 9: "rotation=9",
  2365. 10: "rotation=10",
  2366. 11: "rotation=11",
  2367. 12: "rotation=12",
  2368. 13: "rotation=13",
  2369. 14: "rotation=14",
  2370. 15: "rotation=15"
  2371. },
  2372. "standing_sign": {
  2373. 0: "rotation=0",
  2374. 1: "rotation=1",
  2375. 2: "rotation=2",
  2376. 3: "rotation=3",
  2377. 4: "rotation=4",
  2378. 5: "rotation=5",
  2379. 6: "rotation=6",
  2380. 7: "rotation=7",
  2381. 8: "rotation=8",
  2382. 9: "rotation=9",
  2383. 10: "rotation=10",
  2384. 11: "rotation=11",
  2385. 12: "rotation=12",
  2386. 13: "rotation=13",
  2387. 14: "rotation=14",
  2388. 15: "rotation=15"
  2389. },
  2390. "sticky_piston": {
  2391. 0: "extended=false,facing=down",
  2392. 1: "extended=false,facing=up",
  2393. 2: "extended=false,facing=north",
  2394. 3: "extended=false,facing=south",
  2395. 4: "extended=false,facing=west",
  2396. 5: "extended=false,facing=east",
  2397.  
  2398.  
  2399. 8: "extended=true,facing=down",
  2400. 9: "extended=true,facing=up",
  2401. 10: "extended=true,facing=north",
  2402. 11: "extended=true,facing=south",
  2403. 12: "extended=true,facing=west",
  2404. 13: "extended=true,facing=east"
  2405. },
  2406. "stone": {
  2407. 0: "variant=stone",
  2408. 1: "variant=granite",
  2409. 2: "variant=smooth_granite",
  2410. 3: "variant=diorite",
  2411. 4: "variant=smooth_diorite",
  2412. 5: "variant=andesite",
  2413. 6: "variant=smooth_andesite",
  2414. 7: "default",
  2415. 8: "default",
  2416. 9: "default",
  2417. 10: "default",
  2418. 11: "default",
  2419. 12: "default",
  2420. 13: "default",
  2421. 14: "default",
  2422. 15: "default"
  2423. },
  2424. "stone_brick_stairs": {
  2425. 0: "facing=east,half=bottom",
  2426. 1: "facing=west,half=bottom",
  2427. 2: "facing=south,half=bottom",
  2428. 3: "facing=north,half=bottom",
  2429. 4: "facing=east,half=top",
  2430. 5: "facing=west,half=top",
  2431. 6: "facing=south,half=top",
  2432. 7: "facing=north,half=top",
  2433. 8: "facing=east,half=bottom",
  2434. 9: "facing=west,half=bottom",
  2435. 10: "facing=south,half=bottom",
  2436. 11: "facing=north,half=bottom",
  2437. 12: "facing=east,half=top",
  2438. 13: "facing=west,half=top",
  2439. 14: "facing=south,half=top",
  2440. 15: "facing=north,half=top"
  2441. },
  2442. "stone_button": {
  2443. 0: "facing=down,powered=false",
  2444. 1: "facing=east,powered=false",
  2445. 2: "facing=west,powered=false",
  2446. 3: "facing=south,powered=false",
  2447. 4: "facing=north,powered=false",
  2448. 5: "facing=up,powered=false",
  2449. 6: "facing=up,powered=false",
  2450. 7: "facing=up,powered=false",
  2451. 8: "facing=down,powered=true",
  2452. 9: "facing=east,powered=true",
  2453. 10: "facing=west,powered=true",
  2454. 11: "facing=south,powered=true",
  2455. 12: "facing=north,powered=true",
  2456. 13: "facing=up,powered=true",
  2457. 14: "facing=up,powered=true",
  2458. 15: "facing=up,powered=true"
  2459. },
  2460. "stone_pressure_plate": {
  2461. 0: "powered=false",
  2462. 1: "powered=true",
  2463. 2: "powered=false",
  2464. 3: "powered=false",
  2465. 4: "powered=false",
  2466. 5: "powered=false",
  2467. 6: "powered=false",
  2468. 7: "powered=false",
  2469. 8: "powered=false",
  2470. 9: "powered=false",
  2471. 10: "powered=false",
  2472. 11: "powered=false",
  2473. 12: "powered=false",
  2474. 13: "powered=false",
  2475. 14: "powered=false",
  2476. 15: "powered=false"
  2477. },
  2478. "stone_slab": {
  2479. 0: "half=bottom,variant=stone",
  2480. 1: "half=bottom,variant=sandstone",
  2481. 2: "half=bottom,variant=wood_old",
  2482. 3: "half=bottom,variant=cobblestone",
  2483. 4: "half=bottom,variant=brick",
  2484. 5: "half=bottom,variant=stone_brick",
  2485. 6: "half=bottom,variant=nether_brick",
  2486. 7: "half=bottom,variant=quartz",
  2487. 8: "half=top,variant=stone",
  2488. 9: "half=top,variant=sandstone",
  2489. 10: "half=top,variant=wood_old",
  2490. 11: "half=top,variant=cobblestone",
  2491. 12: "half=top,variant=brick",
  2492. 13: "half=top,variant=stone_brick",
  2493. 14: "half=top,variant=nether_brick",
  2494. 15: "half=top,variant=stone"
  2495. },
  2496. "stone_slab2": {
  2497. 0: "half=bottom,variant=red_sandstone",
  2498. 1: "half=bottom,variant=red_sandstone",
  2499. 2: "half=bottom,variant=red_sandstone",
  2500. 3: "half=bottom,variant=red_sandstone",
  2501. 4: "half=bottom,variant=red_sandstone",
  2502. 5: "half=bottom,variant=red_sandstone",
  2503. 6: "half=bottom,variant=red_sandstone",
  2504. 7: "half=bottom,variant=red_sandstone",
  2505. 8: "half=top,variant=red_sandstone",
  2506. 9: "half=top,variant=red_sandstone",
  2507. 10: "half=top,variant=red_sandstone",
  2508. 11: "half=top,variant=red_sandstone",
  2509. 12: "half=top,variant=red_sandstone",
  2510. 13: "half=top,variant=red_sandstone",
  2511. 14: "half=top,variant=red_sandstone",
  2512. 15: "half=top,variant=red_sandstone"
  2513. },
  2514. "stone_stairs": {
  2515. 0: "facing=east,half=bottom",
  2516. 1: "facing=west,half=bottom",
  2517. 2: "facing=south,half=bottom",
  2518. 3: "facing=north,half=bottom",
  2519. 4: "facing=east,half=top",
  2520. 5: "facing=west,half=top",
  2521. 6: "facing=south,half=top",
  2522. 7: "facing=north,half=top",
  2523. 8: "facing=east,half=bottom",
  2524. 9: "facing=west,half=bottom",
  2525. 10: "facing=south,half=bottom",
  2526. 11: "facing=north,half=bottom",
  2527. 12: "facing=east,half=top",
  2528. 13: "facing=west,half=top",
  2529. 14: "facing=south,half=top",
  2530. 15: "facing=north,half=top"
  2531. },
  2532. "stonebrick": {
  2533. 0: "variants=stonebrick",
  2534. 1: "variants=mossy_stonebrick",
  2535. 2: "variants=cracked_stonebrick",
  2536. 3: "variants=chiseled_stonebrick",
  2537. 4: "variants=stonebrick",
  2538. 5: "variants=stonebrick",
  2539. 6: "variants=stonebrick",
  2540. 7: "variants=stonebrick",
  2541. 8: "variants=stonebrick",
  2542. 9: "variants=stonebrick",
  2543. 10: "variants=stonebrick",
  2544. 11: "variants=stonebrick",
  2545. 12: "variants=stonebrick",
  2546. 13: "variants=stonebrick",
  2547. 14: "variants=stonebrick",
  2548. 15: "variants=stonebrick"
  2549. },
  2550. "structure_block": {
  2551. 0: "mode=data",
  2552. 1: "mode=data",
  2553. 2: "mode=data",
  2554. 3: "mode=data",
  2555. 4: "mode=data",
  2556. 5: "mode=data",
  2557. 6: "mode=data",
  2558. 7: "mode=data",
  2559. 8: "mode=data",
  2560. 9: "mode=data",
  2561. 10: "mode=data",
  2562. 12: "mode=data",
  2563. 13: "mode=data",
  2564. 14: "mode=data",
  2565. 15: "mode=data"
  2566. },
  2567. "tallgrass": {
  2568. 0: "type=dead_bush",
  2569. 1: "type=tall_grass",
  2570. 2: "type=fern",
  2571. 3: "type=dead_bush",
  2572. 4: "type=dead_bush",
  2573. 5: "type=dead_bush",
  2574. 6: "type=dead_bush",
  2575. 7: "type=dead_bush",
  2576. 8: "type=dead_bush",
  2577. 9: "type=dead_bush",
  2578. 10: "type=dead_bush",
  2579. 11: "type=dead_bush",
  2580. 12: "type=dead_bush",
  2581. 13: "type=dead_bush",
  2582. 14: "type=dead_bush",
  2583. 15: "type=dead_bush"
  2584. },
  2585. "tnt": {
  2586. 0: "explode=false",
  2587. 1: "explode=true",
  2588. 2: "explode=false",
  2589. 3: "explode=true",
  2590. 4: "explode=false",
  2591. 5: "explode=true",
  2592. 6: "explode=false",
  2593. 7: "explode=true",
  2594. 8: "explode=false",
  2595. 9: "explode=true",
  2596. 10: "explode=false",
  2597. 11: "explode=true",
  2598. 12: "explode=false",
  2599. 13: "explode=true",
  2600. 14: "explode=false",
  2601. 15: "explode=true"
  2602. },
  2603. "torch": {
  2604. 0: "facing=up",
  2605. 1: "facing=east",
  2606. 2: "facing=west",
  2607. 3: "facing=south",
  2608. 4: "facing=north",
  2609. 5: "facing=up",
  2610. 6: "facing=up",
  2611. 7: "facing=up",
  2612. 8: "facing=up",
  2613. 9: "facing=up",
  2614. 10: "facing=up",
  2615. 11: "facing=up",
  2616. 12: "facing=up",
  2617. 13: "facing=up",
  2618. 14: "facing=up",
  2619. 15: "facing=up"
  2620. },
  2621. "trapdoor": {
  2622. 0: "facing=north,half=bottom,open=false",
  2623. 1: "facing=south,half=bottom,open=false",
  2624. 2: "facing=west,half=bottom,open=false",
  2625. 3: "facing=east,half=bottom,open=false",
  2626. 4: "facing=north,half=bottom,open=true",
  2627. 5: "facing=south,half=bottom,open=true",
  2628. 6: "facing=west,half=bottom,open=true",
  2629. 7: "facing=east,half=bottom,open=true",
  2630. 8: "facing=north,half=bottom,open=false",
  2631. 9: "facing=south,half=top,open=false",
  2632. 10: "facing=west,half=top,open=false",
  2633. 11: "facing=east,half=top,open=false",
  2634. 12: "facing=north,half=top,open=true",
  2635. 13: "facing=south,half=top,open=true",
  2636. 14: "facing=west,half=top,open=true",
  2637. 15: "facing=east,half=top,open=true"
  2638. },
  2639. "trapped_chest": {
  2640. 0: "facing=north",
  2641. 1: "facing=north",
  2642. 2: "facing=north",
  2643. 3: "facing=south",
  2644. 4: "facing=west",
  2645. 5: "facing=east",
  2646. 6: "facing=north",
  2647. 7: "facing=north",
  2648. 8: "facing=north",
  2649. 9: "facing=south",
  2650. 10: "facing=west",
  2651. 11: "facing=east",
  2652. 12: "facing=north",
  2653. 13: "facing=north",
  2654. 14: "facing=north",
  2655. 15: "facing=south"
  2656. },
  2657. "tripwire": {
  2658. 0: "attached=false,disarmed=false,powered=false",
  2659. 1: "attached=false,disarmed=false,powered=true",
  2660. 2: "attached=false,disarmed=false,powered=false",
  2661. 3: "attached=false,disarmed=false,powered=true",
  2662. 4: "attached=true,disarmed=false,powered=false",
  2663. 5: "attached=true,disarmed=false,powered=true",
  2664. 6: "attached=true,disarmed=false,powered=false",
  2665. 7: "attached=true,disarmed=false,powered=true",
  2666. 8: "attached=false,disarmed=true,powered=false",
  2667. 9: "attached=false,disarmed=true,powered=true",
  2668. 10: "attached=false,disarmed=true,powered=false",
  2669. 11: "attached=false,disarmed=true,powered=true",
  2670. 12: "attached=true,disarmed=true,powered=false",
  2671. 13: "attached=true,disarmed=true,powered=true",
  2672. 14: "attached=true,disarmed=true,powered=false",
  2673. 15: "attached=true,disarmed=true,powered=true"
  2674. },
  2675. "tripwire_hook": {
  2676. 0: "attached=false,facing=south,powered=false",
  2677. 1: "attached=false,facing=west,powered=false",
  2678. 2: "attached=false,facing=north,powered=false",
  2679. 3: "attached=false,facing=east,powered=false",
  2680. 4: "attached=true,facing=south,powered=false",
  2681. 5: "attached=true,facing=west,powered=false",
  2682. 6: "attached=true,facing=north,powered=false",
  2683. 7: "attached=true,facing=east,powered=false",
  2684. 8: "attached=false,facing=south,powered=true",
  2685. 9: "attached=false,facing=west,powered=true",
  2686. 10: "attached=false,facing=north,powered=true",
  2687. 11: "attached=false,facing=east,powered=true",
  2688. 12: "attached=true,facing=south,powered=true",
  2689. 13: "attached=true,facing=west,powered=true",
  2690. 14: "attached=true,facing=north,powered=true",
  2691. 15: "attached=true,facing=east,powered=true"
  2692. },
  2693. "unpowered_comparator": {
  2694. 0: "facing=south,mode=compare,powered=false",
  2695. 1: "facing=west,mode=compare,powered=false",
  2696. 2: "facing=north,mode=compare,powered=false",
  2697. 3: "facing=east,mode=compare,powered=false",
  2698. 4: "facing=south,mode=subtract,powered=false",
  2699. 5: "facing=west,mode=subtract,powered=false",
  2700. 6: "facing=north,mode=subtract,powered=false",
  2701. 7: "facing=east,mode=subtract,powered=false",
  2702. 8: "facing=south,mode=compare,powered=true",
  2703. 9: "facing=west,mode=compare,powered=true",
  2704. 10: "facing=north,mode=compare,powered=true",
  2705. 11: "facing=east,mode=compare,powered=true",
  2706. 12: "facing=south,mode=subtract,powered=true",
  2707. 13: "facing=west,mode=subtract,powered=true",
  2708. 14: "facing=north,mode=subtract,powered=true",
  2709. 15: "facing=east,mode=subtract,powered=true"
  2710. },
  2711. "unpowered_repeater": {
  2712. 0: "delay=1,facing=south",
  2713. 1: "delay=1,facing=north",
  2714. 2: "delay=1,facing=west",
  2715. 3: "delay=1,facing=east",
  2716. 4: "delay=2,facing=south",
  2717. 5: "delay=2,facing=north",
  2718. 6: "delay=2,facing=west",
  2719. 7: "delay=2,facing=east",
  2720. 8: "delay=3,facing=south",
  2721. 9: "delay=3,facing=north",
  2722. 10: "delay=3,facing=west",
  2723. 11: "delay=3,facing=east",
  2724. 12: "delay=4,facing=south",
  2725. 13: "delay=4,facing=north",
  2726. 14: "delay=4,facing=west",
  2727. 15: "delay=4,facing=east"
  2728. },
  2729. "vine": {
  2730. 0: "east=false,north=false,south=false,west=false",
  2731. 1: "east=false,north=false,south=true,west=false",
  2732. 2: "east=false,north=false,south=true,west=true",
  2733. 3: "east=false,north=true,south=false,west=false",
  2734. 4: "east=false,north=true,south=true,west=false",
  2735. 5: "east=false,north=true,south=false,west=true",
  2736. 6: "east=false,north=true,south=true,west=true",
  2737. 7: "east=true,north=false,south=false,west=false",
  2738. 8: "east=true,north=false,south=false,west=false",
  2739. 9: "east=true,north=false,south=true,west=false",
  2740. 10: "east=true,north=false,south=false,west=true",
  2741. 11: "east=true,north=false,south=true,west=true",
  2742. 12: "east=true,north=true,south=false,west=false",
  2743. 13: "east=true,north=true,south=true,west=false",
  2744. 14: "east=true,north=true,south=false,west=true",
  2745. 15: "east=true,north=true,south=true,west=true"
  2746. },
  2747. "wall_banner": {
  2748. 0: "facing=north",
  2749. 1: "facing=north",
  2750. 2: "facing=north",
  2751. 3: "facing=south",
  2752. 4: "facing=west",
  2753. 5: "facing=east",
  2754. 6: "facing=north",
  2755. 7: "facing=north",
  2756. 8: "facing=north",
  2757. 9: "facing=south",
  2758. 10: "facing=west",
  2759. 11: "facing=east",
  2760. 12: "facing=north",
  2761. 13: "facing=north",
  2762. 14: "facing=north",
  2763. 15: "facing=south"
  2764. },
  2765. "wall_sign": {
  2766. 0: "facing=north",
  2767. 1: "facing=north",
  2768. 2: "facing=north",
  2769. 3: "facing=south",
  2770. 4: "facing=west",
  2771. 5: "facing=east",
  2772. 6: "facing=north",
  2773. 7: "facing=north",
  2774. 8: "facing=north",
  2775. 9: "facing=south",
  2776. 10: "facing=west",
  2777. 11: "facing=east",
  2778. 12: "facing=north",
  2779. 13: "facing=north",
  2780. 14: "facing=north",
  2781. 15: "facing=south"
  2782. },
  2783. "water": {
  2784. 0: "level=0",
  2785. 1: "level=1",
  2786. 2: "level=2",
  2787. 3: "level=3",
  2788. 4: "level=4",
  2789. 5: "level=5",
  2790. 6: "level=6",
  2791. 7: "level=7",
  2792. 8: "level=8",
  2793. 9: "level=9",
  2794. 10: "level=10",
  2795. 11: "level=11",
  2796. 12: "level=12",
  2797. 13: "level=13",
  2798. 14: "level=14",
  2799. 15: "level=15"
  2800. },
  2801. "wheat": {
  2802. 0: "age=0",
  2803. 1: "age=1",
  2804. 2: "age=2",
  2805. 3: "age=3",
  2806. 4: "age=4",
  2807. 5: "age=5",
  2808. 6: "age=6",
  2809. 7: "age=7"
  2810. },
  2811. "white_shulker_box": {
  2812. 0: "facing=down",
  2813. 1: "facing=up",
  2814. 2: "facing=north",
  2815. 3: "facing=south",
  2816. 4: "facing=west",
  2817. 5: "facing=east",
  2818. 6: "facing=down",
  2819. 7: "facing=up",
  2820. 8: "facing=north",
  2821. 9: "facing=south",
  2822. 10: "facing=west",
  2823. 11: "facing=east",
  2824. 12: "facing=down",
  2825. 13: "facing=up",
  2826. 14: "facing=north",
  2827. 15: "facing=south"
  2828. },
  2829. "wooden_button": {
  2830. 0: "facing=down,powered=false",
  2831. 1: "facing=east,powered=false",
  2832. 2: "facing=west,powered=false",
  2833. 3: "facing=south,powered=false",
  2834. 4: "facing=north,powered=false",
  2835. 5: "facing=up,powered=false",
  2836. 6: "facing=up,powered=false",
  2837. 7: "facing=up,powered=false",
  2838. 8: "facing=down,powered=true",
  2839. 9: "facing=east,powered=true",
  2840. 10: "facing=west,powered=true",
  2841. 11: "facing=south,powered=true",
  2842. 12: "facing=north,powered=true",
  2843. 13: "facing=up,powered=true",
  2844. 14: "facing=up,powered=true",
  2845. 15: "facing=up,powered=true"
  2846. },
  2847. "wooden_door": {
  2848. 0: "facing=east,half=lower,hinge=left,open=false,powered=false",
  2849. 1: "facing=south,half=lower,hinge=left,open=false,powered=false",
  2850. 2: "facing=west,half=lower,hinge=left,open=false,powered=false",
  2851. 3: "facing=north,half=lower,hinge=left,open=false,powered=false",
  2852. 4: "facing=east,half=lower,hinge=left,open=true,powered=false",
  2853. 5: "facing=south,half=lower,hinge=left,open=true,powered=false",
  2854. 6: "facing=west,half=lower,hinge=left,open=true,powered=false",
  2855. 7: "facing=north,half=lower,hinge=left,open=true,powered=false",
  2856. 8: "half=upper,hinge=left,powered=false",
  2857. 9: "half=upper,hinge=right,powered=false",
  2858. 10: "half=upper,hinge=left,powered=true",
  2859. 11: "half=upper,hinge=right,powered=true",
  2860. 12: "half=upper,hinge=left,powered=false",
  2861. 13: "half=upper,hinge=right,powered=false",
  2862. 14: "half=upper,hinge=left,powered=true",
  2863. 15: "half=upper,hinge=right,powered=true"
  2864. },
  2865. "wooden_pressure_plate": {
  2866. 0: "powered=false",
  2867. 1: "powered=true",
  2868. 2: "powered=false",
  2869. 3: "powered=false",
  2870. 4: "powered=false",
  2871. 5: "powered=false",
  2872. 6: "powered=false",
  2873. 7: "powered=false",
  2874. 8: "powered=false",
  2875. 9: "powered=false",
  2876. 10: "powered=false",
  2877. 11: "powered=false",
  2878. 12: "powered=false",
  2879. 13: "powered=false",
  2880. 14: "powered=false",
  2881. 15: "powered=false"
  2882. },
  2883. "wooden_slab": {
  2884. 0: "half=bottom,variant=oak",
  2885. 1: "half=bottom,variant=spruce",
  2886. 2: "half=bottom,variant=birch",
  2887. 3: "half=bottom,variant=jungle",
  2888. 4: "half=bottom,variant=acacia",
  2889. 5: "half=bottom,variant=dark_oak",
  2890. 6: "half=bottom,variant=oak",
  2891. 7: "half=bottom,variant=oak",
  2892. 8: "half=top,variant=oak",
  2893. 9: "half=top,variant=spruce",
  2894. 10: "half=top,variant=birch",
  2895. 11: "half=top,variant=jungle",
  2896. 12: "half=top,variant=acacia",
  2897. 13: "half=top,variant=dark_oak",
  2898. 14: "half=top,variant=oak",
  2899. 15: "half=top,variant=oak"
  2900. },
  2901. "wool": {
  2902. 0: "color=white",
  2903. 1: "color=orange",
  2904. 2: "color=magenta",
  2905. 3: "color=light_blue",
  2906. 4: "color=yellow",
  2907. 5: "color=lime",
  2908. 6: "color=pink",
  2909. 7: "color=gray",
  2910. 8: "color=silver",
  2911. 9: "color=cyan",
  2912. 10: "color=purple",
  2913. 11: "color=blue",
  2914. 12: "color=brown",
  2915. 13: "color=green",
  2916. 14: "color=red",
  2917. 15: "color=black"
  2918. },
  2919. "yellow_flower": {
  2920. 0: "type=dandelion",
  2921. 1: "type=dandelion",
  2922. 2: "type=dandelion",
  2923. 3: "type=dandelion",
  2924. 4: "type=dandelion",
  2925. 5: "type=dandelion",
  2926. 6: "type=dandelion",
  2927. 7: "type=dandelion",
  2928. 8: "type=dandelion",
  2929. 9: "type=dandelion",
  2930. 10: "type=dandelion",
  2931. 11: "type=dandelion",
  2932. 12: "type=dandelion",
  2933. 13: "type=dandelion",
  2934. 14: "type=dandelion",
  2935. 15: "type=dandelion"
  2936. },
  2937. "yellow_shulker_box": {
  2938. 0: "facing=down",
  2939. 1: "facing=up",
  2940. 2: "facing=north",
  2941. 3: "facing=south",
  2942. 4: "facing=west",
  2943. 5: "facing=east",
  2944. 6: "facing=down",
  2945. 7: "facing=up",
  2946. 8: "facing=north",
  2947. 9: "facing=south",
  2948. 10: "facing=west",
  2949. 11: "facing=east",
  2950. 12: "facing=down",
  2951. 13: "facing=up",
  2952. 14: "facing=north",
  2953. 15: "facing=south"
  2954. }
  2955. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement