Advertisement
shane020482

Untitled

May 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults":
  4. {
  5. "model": "cube_all",
  6. "textures": {"all": "cbm:blocks/brick_damaged1"}
  7. },
  8. "variants":
  9. {
  10. "inventory": [{}],
  11. "normal":
  12. [
  13. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged1"}, "weight": 5},
  14. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged2"}, "weight": 5},
  15. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged3"}, "weight": 1},
  16. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged4"}, "weight": 1},
  17. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged5"}, "weight": 1},
  18. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged6"}, "weight": 1},
  19. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged7"}, "weight": 1},
  20. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged8"}, "weight": 1},
  21. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged9"}, "weight": 5},
  22. {"textures": {"all":"cbm:blocks/brick_damaged/brick_damaged10"}, "weight": 5}
  23.  
  24. ]
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement