CrushedPixel

Untitled

Nov 10th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. [
  2. {
  3. "modid": "replaymod",
  4. "name": "Replay Mod",
  5. "description": "A Mod which allows you to record, replay and share your Minecraft experience.",
  6. "version": "${version}",
  7. "mcversion": "${mcversion}",
  8. "url": "https://replaymod.com",
  9. "updateUrl": "https://replaymod.com/download",
  10. "authorList": [
  11. "CrushedPixel",
  12. "johni0702"
  13. ],
  14. "logoFile": "replaymod_logo.png",
  15. "screenshots": [],
  16. "dependencies": []
  17. },
  18. {
  19. "modid": "replaymod-recording",
  20. "name": "Replay Mod - Recording",
  21. "description": "Recording Module of the ReplayMod",
  22. "version": "${version}",
  23. "mcversion": "${mcversion}",
  24. "url": "https://replaymod.com",
  25. "updateUrl": "https://replaymod.com/download",
  26. "authorList": [
  27. "CrushedPixel",
  28. "johni0702"
  29. ],
  30. "logoFile": "replaymod_logo.png",
  31. "parent": "replaymod",
  32. "screenshots": [],
  33. "dependencies": []
  34. },
  35. {
  36. "modid": "replaymod-replay",
  37. "name": "Replay Mod - Replay",
  38. "description": "Replay Module of the ReplayMod",
  39. "version": "${version}",
  40. "mcversion": "${mcversion}",
  41. "url": "https://replaymod.com",
  42. "updateUrl": "https://replaymod.com/download",
  43. "authorList": [
  44. "CrushedPixel",
  45. "johni0702"
  46. ],
  47. "logoFile": "replaymod_logo.png",
  48. "parent": "replaymod",
  49. "screenshots": [],
  50. "dependencies": []
  51. }/*,
  52. {
  53. "modid": "replaymod-online",
  54. "name": "Replay Mod - Online",
  55. "description": "Online Module of the ReplayMod - aka ReplayCenter",
  56. "version": "${version}",
  57. "mcversion": "${mcversion}",
  58. "url": "https://replaymod.com",
  59. "updateUrl": "https://replaymod.com/download",
  60. "authorList": [
  61. "CrushedPixel",
  62. "johni0702"
  63. ],
  64. "logoFile": "replaymod_logo.png",
  65. "parent": "replaymod",
  66. "screenshots": [],
  67. "dependencies": ["required-after:replaymod-replay"]
  68. },
  69. {
  70. "modid": "replaymod-simplepathing",
  71. "name": "Replay Mod - Simple Pathing",
  72. "description": "Simple Pathing Module of the ReplayMod - aka the original pathing",
  73. "version": "${version}",
  74. "mcversion": "${mcversion}",
  75. "url": "https://replaymod.com",
  76. "updateUrl": "https://replaymod.com/download",
  77. "authorList": [
  78. "CrushedPixel",
  79. "johni0702"
  80. ],
  81. "logoFile": "replaymod_logo.png",
  82. "parent": "replaymod",
  83. "screenshots": [],
  84. "dependencies": ["required-after:replaymod-replay", "required-after:replaymod-render"]
  85. },
  86. {
  87. "modid": "replaymod-render",
  88. "name": "Replay Mod - Render",
  89. "description": "Render Module of the ReplayMod",
  90. "version": "${version}",
  91. "mcversion": "${mcversion}",
  92. "url": "https://replaymod.com",
  93. "updateUrl": "https://replaymod.com/download",
  94. "authorList": [
  95. "CrushedPixel",
  96. "johni0702"
  97. ],
  98. "logoFile": "replaymod_logo.png",
  99. "parent": "replaymod",
  100. "screenshots": [],
  101. "dependencies": ["required-after:replaymod-replay"]
  102. },
  103. {
  104. "modid": "replaymod-extras",
  105. "name": "Replay Mod - Extras",
  106. "description": "Extras Module of the ReplayMod - Small but neat additions",
  107. "version": "${version}",
  108. "mcversion": "${mcversion}",
  109. "url": "https://replaymod.com",
  110. "updateUrl": "https://replaymod.com/download",
  111. "authorList": [
  112. "CrushedPixel",
  113. "johni0702"
  114. ],
  115. "logoFile": "replaymod_logo.png",
  116. "parent": "replaymod",
  117. "screenshots": [],
  118. "dependencies": []
  119. }*/
  120. ]
Advertisement
Add Comment
Please, Sign In to add comment