version.json 576 B

123456789101112131415161718192021222324252627282930
  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. "changelogs": {
  17. "fabric": [
  18. {
  19. "version": "2.2.0.48",
  20. "text": "Added a version checker, an option to mirror the item panel and fixed interacting with REI when hidden.",
  21. "level": "light"
  22. },
  23. {
  24. "version": "2.2.0.49",
  25. "text": "Fixed Crashing when rendering tooltips",
  26. "level": "normal"
  27. }
  28. ]
  29. }
  30. }