Advertisement
Nuparu00

fire.json

Aug 21st, 2017
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. {
  2. "multipart": [
  3. { "when": {"north": false, "east": false, "south": false, "west": false, "up": false},
  4. "apply": [
  5. { "model": "minecraft:fire_floor0" },
  6. { "model": "minecraft:fire_floor1" }
  7. ]
  8. },
  9. { "when": {"OR": [{"north": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
  10. "apply": [
  11. { "model": "minecraft:fire_side0" },
  12. { "model": "minecraft:fire_side1" },
  13. { "model": "minecraft:fire_side_alt0" },
  14. { "model": "minecraft:fire_side_alt1" }
  15. ]
  16. },
  17. { "when": {"OR": [{"east": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
  18. "apply": [
  19. { "model": "minecraft:fire_side0", "y": 90 },
  20. { "model": "minecraft:fire_side1", "y": 90 },
  21. { "model": "minecraft:fire_side_alt0", "y": 90 },
  22. { "model": "minecraft:fire_side_alt1", "y": 90 }
  23. ]
  24. },
  25. { "when": {"OR": [{"south": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
  26. "apply": [
  27. { "model": "minecraft:fire_side0", "y": 180 },
  28. { "model": "minecraft:fire_side1", "y": 180 },
  29. { "model": "minecraft:fire_side_alt0", "y": 180 },
  30. { "model": "minecraft:fire_side_alt1", "y": 180 }
  31. ]
  32. },
  33. { "when": {"OR": [{"west": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
  34. "apply": [
  35. { "model": "minecraft:fire_side0", "y": 270 },
  36. { "model": "minecraft:fire_side1", "y": 270 },
  37. { "model": "minecraft:fire_side_alt0", "y": 270 },
  38. { "model": "minecraft:fire_side_alt1", "y": 270 }
  39. ]
  40. },
  41. { "when": {"up": true},
  42. "apply": [
  43. { "model": "minecraft:fire_up0" },
  44. { "model": "minecraft:fire_up1" },
  45. { "model": "minecraft:fire_up_alt0" },
  46. { "model": "minecraft:fire_up_alt1" }
  47. ]
  48. }
  49. ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement