Advertisement
Exokem

Untitled

Oct 9th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.57 KB | None | 0 0
  1. // blockstate
  2. {
  3.   "variants" : {
  4.     "formed=true,frame=true" : {
  5.       "textures" : {
  6.         "all" : "exkva:blocks/fission_corner"
  7.       },
  8.       "model": "exkva:block/reactor_casing"
  9.     },
  10.     "formed=false,frame=true" : {
  11.       "model": "exkva:block/reactor_casing"
  12.     },
  13.     "formed=false,frame=false" : {
  14.       "model": "exkva:block/reactor_casing"
  15.     },
  16.     "formed=true,frame=false" : {
  17.       "model": "exkva:block/reactor_casing"
  18.     }
  19.   }
  20. }
  21.  
  22. // model
  23. {
  24.     "parent": "block/cube_all",
  25.     "textures": {
  26.         "all": "exkva:blocks/fission_reactor_casing"
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement