Last active
January 9, 2019 16:58
-
-
Save thecatcore/2c316e790e623363385bd26a59ab8847 to your computer and use it in GitHub Desktop.
For Painting-Mod Forge update checker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "homepage": "https://minecraft.curseforge.com/projects/painting-mod/files", | |
| "promos": { | |
| "1.12.2-latest": "2.1.0", | |
| "1.12.2-recommended": "2.1.0", | |
| "1.11.2-latest": "2.0.1", | |
| "1.11.2-recommended": "2.0.1", | |
| "1.10.2-latest": "2.0.1", | |
| "1.10.2-recommended": "2.0.1" | |
| }, | |
| "1.12.2": { | |
| "1.0.0": "First True Release of The Mod !!! \nThere is 0 missing Textures now !!!!! \n :-)", | |
| "1.0.1": "Some blocks have now found their basic functionality again \n Some resistance values fixed \n Versionning fixed too", | |
| "2.0.1": "Magic Numbers ! Number of block ids : 1400 -> 48 !", | |
| "2.1.0": "Colored Stairs, Fence, Fence Gate and Wall are now available !" | |
| }, | |
| "1.11.2": { | |
| "1.0.0": "Backport of 1.12.2 (1.0.1) version", | |
| "1.0.1": "Fix recipes", | |
| "2.0.1": "Magic Numbers ! Number of block ids : 1400 -> 48 !" | |
| }, | |
| "1.10.2": { | |
| "1.0.0": "Backport of 1.12.2 (1.0.1) version", | |
| "2.0.1": "Magic Numbers ! Number of block ids : 1400 -> 48 !" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment