Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "coal_ore" : {
  3. "models" : [
  4. "coal_ore#normal"
  5. ],
  6. "texture" : "coal_ore"
  7. },
  8. "iron_ore" : {
  9. "models" : [
  10. "iron_ore#normal"
  11. ],
  12. "texture" : "iron_ore"
  13. },
  14. "gold_ore" : {
  15. "models" : [
  16. "gold_ore#normal"
  17. ],
  18. "texture" : "gold_ore"
  19. },
  20. "diamond_ore" : {
  21. "models" : [
  22. "diamond_ore#normal"
  23. ],
  24. "texture" : "diamond_ore"
  25. },
  26. "redstone_ore" : {
  27. "models" : [
  28. "redstone_ore#normal"
  29. ],
  30. "texture" : "redstone_ore"
  31. },
  32. "lit_redstone_ore" : {
  33. "models" : [],
  34. "texture" : "redstone_ore"
  35. },
  36. "lapis_ore" : {
  37. "models" : [
  38. "lapis_ore#normal"
  39. ],
  40. "texture" : "lapis_ore"
  41. },
  42. "emerald_ore" : {
  43. "models" : [
  44. "emerald_ore#normal"
  45. ],
  46. "texture" : "emerald_ore",
  47. "tolerances" : {
  48. "brt" : 0.25
  49. }
  50. },
  51. "quartz_ore" : {
  52. "models" : [
  53. "quartz_ore#normal"
  54. ],
  55. "texture" : "quartz_ore",
  56. "baseTexture" : "netherrack"
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement