Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "transform": "forge:default-block",
  5. "model": "cube_all",
  6. "textures": {
  7. "particle": "stagelights:block/light_side",
  8. "up": "stagelights:block/light_side",
  9. "down": "stagelights:block/light_side",
  10. "north": "stagelights:block/light_fresnel_deactive",
  11. "east": "stagelights:block/light_side",
  12. "south": "stagelights:block/light_side",
  13. "west": "stagelights:block/light_side"
  14. }
  15. },
  16. "variants": {
  17. "brightness":
  18. {
  19. "0":
  20. {
  21. "textures": {
  22. "north": "stagelights:block/light_fresnel_deactive"
  23. }
  24. },
  25. "1":
  26. {
  27. "textures": {
  28. "north": "stagelights:block/light_fresnel_deactive"
  29. }
  30. },
  31. "2":
  32. {
  33. "textures": {
  34. "north": "stagelights:block/light_fresnel_active_half"
  35. }
  36. },
  37. "3":
  38. {
  39. "textures": {
  40. "north": "stagelights:block/light_fresnel_active_half"
  41. }
  42. },
  43. "4":
  44. {
  45. "textures": {
  46. "north": "stagelights:block/light_fresnel_active_half"
  47. }
  48. },
  49. "5":
  50. {
  51. "textures": {
  52. "north": "stagelights:block/light_fresnel_active_half"
  53. }
  54. },"6":
  55. {
  56. "textures": {
  57. "north": "stagelights:block/light_fresnel_active_half"
  58. }
  59. },"7":
  60. {
  61. "textures": {
  62. "north": "stagelights:block/light_fresnel_active_half"
  63. }
  64. },"8":
  65. {
  66. "textures": {
  67. "north": "stagelights:block/light_fresnel_active_full"
  68. }
  69. },"9":
  70. {
  71. "textures": {
  72. "north": "stagelights:block/light_fresnel_active_full"
  73. }
  74. },
  75. "10":
  76. {
  77. "textures": {
  78. "north": "stagelights:block/light_fresnel_active_full"
  79. }
  80. }
  81. },
  82. "facing": {
  83. "north": {
  84. },
  85. "east": {
  86. "y": 90
  87. },
  88. "south": {
  89. "y": 180
  90. },
  91. "west": {
  92. "y": 270
  93. }
  94. },
  95. "rotation": {
  96. "0": {
  97. "y": 0
  98. },"1": {
  99. "y": 22.5
  100. },"2": {
  101.  
  102. },"3": {
  103.  
  104. },"4": {
  105.  
  106. },"5": {
  107.  
  108. },"6": {
  109.  
  110. },"7": {
  111.  
  112. },"8": {
  113.  
  114. },"9": {
  115.  
  116. },"10": {
  117.  
  118. }
  119. },
  120. "inventory": {
  121. "model": "cube_all"
  122. }
  123. }
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement