Advertisement
Guest User

Blockstates trouble.

a guest
Dec 30th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. Grass blockstates:
  2. {
  3. "variants": {
  4. "snowy=false": [
  5. { "model": "grass_normal", "weight": 10 },
  6. { "model": "grass_normal_0", "weight": 1 },
  7. { "model": "grass_normal_1", "weight": 20 },
  8. { "model": "grass_normal_2", "weight": 60 },
  9. { "model": "grass_normal_3", "weight": 50 },
  10. { "model": "grass_normal_4", "weight": 1 },
  11. { "model": "grass_normal_5", "weight": 1 },
  12. { "model": "grass_normal", "y": 90, "weight": 10 },
  13. { "model": "grass_normal_0", "y": 90, "weight": 1 },
  14. { "model": "grass_normal_1", "y": 90, "weight": 20 },
  15. { "model": "grass_normal_2", "y": 90, "weight": 60 },
  16. { "model": "grass_normal_3", "y": 90, "weight": 50 },
  17. { "model": "grass_normal_4", "y": 90, "weight": 1 },
  18. { "model": "grass_normal_5", "y": 90, "weight": 1 },
  19. { "model": "grass_normal", "y": 180, "weight": 10 },
  20. { "model": "grass_normal_0", "y": 180, "weight": 1 },
  21. { "model": "grass_normal_1", "y": 180, "weight": 20 },
  22. { "model": "grass_normal_2", "y": 180, "weight": 60 },
  23. { "model": "grass_normal_3", "y": 180, "weight": 50 },
  24. { "model": "grass_normal_4", "y": 180, "weight": 1 },
  25. { "model": "grass_normal_5", "y": 180, "weight": 1 },
  26. { "model": "grass_normal", "y": 270, "weight": 10 },
  27. { "model": "grass_normal_0", "y": 270, "weight": 1 },
  28. { "model": "grass_normal_1", "y": 270, "weight": 20 },
  29. { "model": "grass_normal_2", "y": 270, "weight": 60 },
  30. { "model": "grass_normal_3", "y": 270, "weight": 50 },
  31. { "model": "grass_normal_4", "y": 270, "weight": 1 },
  32. { "model": "grass_normal_5", "y": 270, "weight": 1 },
  33. ],
  34. "snowy=true": [ { "model": "grass_snowed" },
  35. { "model": "grass_snowed_0" },
  36. { "model": "grass_snowed_0", "y": 90 },
  37. { "model": "grass_snowed_0", "y": 180 },
  38. { "model": "grass_snowed_0", "y": 270 },
  39. { "model": "grass_snowed_1" },
  40. { "model": "grass_snowed_1", "y": 90 },
  41. { "model": "grass_snowed_1", "y": 180 },
  42. { "model": "grass_snowed_1", "y": 270 },
  43. { "model": "grass_snowed_2" },
  44. { "model": "grass_snowed_2", "y": 90 },
  45. { "model": "grass_snowed_2", "y": 180 },
  46. { "model": "grass_snowed_2", "y": 270 },
  47. { "model": "grass_snowed_3" },
  48. { "model": "grass_snowed_3", "y": 90 },
  49. { "model": "grass_snowed_3", "y": 180 },
  50. { "model": "grass_snowed_3", "y": 270 } ]
  51. }
  52. }
  53.  
  54. Pumpkin blockstates:
  55. {
  56. "variants": {
  57. "facing=north": [ { "model": "lit_pumpkin" },
  58. { "model": "white_pumpkin_lit" },
  59. { "model": "lit_pumpkin_worried" },
  60. { "model": "lit_pumpkin_silly" }, { "model": "pumpkin_worried" },
  61. { "model": "lit_pumpkin_shocked" },
  62. { "model": "lit_pumpkin_happy" },
  63. { "model": "lit_pumpkin_angry" },
  64. { "model": "lit_pumpkin_2" },
  65. { "model": "lit_pumpkin_1" },
  66. { "model": "lit_pumpkin_0" },
  67. "facing=east": [ { "model": "lit_pumpkin", "y": 90 },
  68. { "model": "lit_pumpkin_0", "y": 90 },
  69. { "model": "lit_pumpkin_1", "y": 90 },
  70. { "model": "lit_pumpkin_2", "y": 90 }, { "model": "pumpkin_worried" },
  71. { "model": "lit_pumpkin_silly", "y": 90 },
  72. { "model": "lit_pumpkin_worried", "y": 90 },
  73. { "model": "lit_pumpkin_shocked", "y": 90 },
  74. { "model": "lit_pumpkin_happy", "y": 90 },
  75. { "model": "lit_pumpkin_angry", "y": 90 },
  76. { "model": "white_pumpkin_lit", "y": 90},
  77. "facing=south": [ { "model": "lit_pumpkin", "y": 180 },
  78. { "model": "lit_pumpkin_0", "y": 180 },
  79. { "model": "lit_pumpkin_1", "y": 180 },
  80. { "model": "lit_pumpkin_2", "y": 180 }, { "model": "pumpkin_worried" },
  81. { "model": "lit_pumpkin_silly", "y": 180 },
  82. { "model": "lit_pumpkin_worried", "y": 180 },
  83. { "model": "lit_pumpkin_shocked", "y": 180 },
  84. { "model": "lit_pumpkin_happy", "y": 180 },
  85. { "model": "lit_pumpkin_angry", "y": 180 },
  86. { "model": "white_pumpkin_lit", "y": 180},
  87. "facing=west": [ { "model": "lit_pumpkin", "y": 270 },
  88. { "model": "lit_pumpkin_0", "y": 270 },
  89. { "model": "lit_pumpkin_1", "y": 270 },
  90. { "model": "lit_pumpkin_2", "y": 270 }, { "model": "pumpkin_worried" },
  91. { "model": "lit_pumpkin_silly", "y": 270 },
  92. { "model": "lit_pumpkin_worried", "y": 270 },
  93. { "model": "lit_pumpkin_shocked", "y": 270 },
  94. { "model": "lit_pumpkin_happy", "y": 270 },
  95. { "model": "lit_pumpkin_angry", "y": 270 },
  96. { "model": "white_pumpkin_lit", "y": 270} ]
  97. }
  98. }
  99.  
  100. End stone blockstates:
  101. {
  102. "variants": {
  103. "normal": [
  104. { "model": "end_stone", "weight": 580 },
  105. { "model": "end_stone_pebble_1", "weight": 3 },
  106. { "model": "end_stone_sparkle_1", "weight": 2 },
  107. { "model": "end_stone_sparkle_2", "weight": 2 },
  108. { "model": "end_stone_sparkle_3", "weight": 1 },
  109. { "model": "end_stone_sparkle_4", "weight": 1 },
  110. { "model": "end_stone_sparkle_5", "weight": 1 },
  111. { "model": "end_stone_sparkle_6", "weight": 1 },
  112. { "model": "end_stone_sparkle_7", "weight": 1 },
  113. { "model": "end_stone_sparkle_8", "weight": 1 } ]
  114. }
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement