Guest User

Untitled

a guest
Apr 28th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. {
  2. "parent": "block/cube",
  3. "textures": {
  4. "base_top": "brewery:blocks/brewery_base_top_nb",
  5. "base_bottom": "brewery:blocks/brewery_base_bottom",
  6. "base_side": "brewery:blocks/brewery_base_side",
  7. "rod_top": "brewery:blocks/brewery_rod_top",
  8. "rod_side": "brewery:blocks/brewery_rod_side"
  9. },
  10. "elements": [
  11. {
  12. "from": [ 0, 0, 0 ],
  13. "to": [ 16, 2, 16 ],
  14. "faces": {
  15. "up": { "texture": "#base_top" },
  16. "down": { "texture": "#base_bottom" },
  17. "north": { "texture": "#base_side" },
  18. "south": { "texture": "#base_side" },
  19. "east": { "texture": "#base_side" },
  20. "west": { "texture": "#base_side" }
  21. }
  22. },
  23. {
  24. "from": [ 7, 2, 7 ],
  25. "to": [ 7, 16, 7 ],
  26. "faces": {
  27. "up": { "texture": "#rod_top" },
  28. "down": { "texture": "#rod_top" },
  29. "north": { "texture": "#rod_side" },
  30. "south": { "texture": "#rod_side" },
  31. "east": { "texture": "#rod_side" },
  32. "west": { "texture": "#rod_side" }
  33. }
  34. }
  35. ]
  36. }
  37.  
  38.  
  39.  
  40.  
  41.  
  42. [Client thread/ERROR] [TEXTURE ERRORS]: The following other errors were reported for domain brewery:
  43. [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
  44. [Client thread/ERROR] [TEXTURE ERRORS]: Problem: broken aspect ratio and not an animation
  45. [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/brewery_rod_side.png
  46. [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/brewery_base_side.png
Add Comment
Please, Sign In to add comment