version.json 746 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "latest": [
  3. {
  4. "game": "19w04a",
  5. "mod": "2.2.0.48"
  6. },
  7. {
  8. "game": "19w04b",
  9. "mod": "2.2.0.48"
  10. },
  11. {
  12. "game": "19w05a",
  13. "mod": "2.2.0.49"
  14. },
  15. {
  16. "game": "19w06a",
  17. "mod": "2.2.0.50"
  18. }
  19. ],
  20. "changelogs": {
  21. "fabric": [
  22. {
  23. "version": "2.2.0.48",
  24. "text": "Added a version checker, an option to mirror the item panel and fixed interacting with REI when hidden.",
  25. "level": "light"
  26. },
  27. {
  28. "version": "2.2.0.49",
  29. "text": "Fixed Crashing when rendering tooltips",
  30. "level": "normal"
  31. },
  32. {
  33. "version": "2.2.0.50",
  34. "text": "Updated to 19w06a",
  35. "level": "none"
  36. }
  37. ]
  38. }
  39. }