Advertisement
shane020482

steelblockstate

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