Advertisement
shane020482

BlockState

May 27th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "textures": { },
  5. "model": "cube_all"
  6. },
  7.  
  8. "normal": [{}],
  9. "inventory": [{}],
  10.  
  11. "variants": {
  12. "type": {
  13. "steel": {
  14. "textures": {
  15. "all": "cbm:blocks/metal/steel/new/steel1"
  16. }
  17. },
  18.  
  19. "steel_plating": {
  20. "textures": {
  21. "all": "cbm:blocks/metal/steel/new/steel_plating1"
  22. }
  23. },
  24. "steel_dent": {
  25. "textures": {
  26. "all": "cbm:blocks/metal/steel/new/steel_dent4"
  27. }
  28. },
  29. "steel_dent_rivets": {
  30. "textures": {
  31. "all": "cbm:blocks/metal/steel/new/steel_dent_rivets2"
  32. }
  33. }
  34. }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement