Last active
November 25, 2021 14:00
-
-
Save KodingDev/1b5889af62946aa7d9a7d12e28285ad9 to your computer and use it in GitHub Desktop.
Chimp Launcher | Production Config
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
{ | |
"name": "1.8-test", | |
"launch": { | |
"profile": "profile:1.8.9" | |
} | |
} |
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
{ | |
"name": "chimp-test-profile", | |
"launch": { | |
"profile": "profile:fabric-loader-0.12.5-1.17.1" | |
}, | |
"resources": [ | |
{ | |
"type": "url", | |
"name": "profile:fabric-loader-0.12.5-1.17.1", | |
"url": "https://fabricmc.net/download/vanilla/?intermediary=1.17.1&loader=0.12.5&format=profileJson" | |
}, | |
{ | |
"type": "url", | |
"name": "mod:lazydfu", | |
"url": "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.2/lazydfu-0.1.2.jar", | |
"sha1": "2efec5781f1271bdcdae462eee402ccb97bff6fe" | |
}, | |
{ | |
"type": "url", | |
"name": "mod:fabricapi", | |
"url": "https://cdn.modrinth.com/data/P7dR8mSH/versions/0.42.1+1.17/fabric-api-0.42.1+1.17.jar", | |
"sha1": "75e10e0ffed56e94c12c3fc1466e0d431ea3d5a8" | |
} | |
], | |
"files": { | |
"mods/LazyDFU.jar": { | |
"resource": "mod:lazydfu" | |
}, | |
"mods/FabricAPI.jar": { | |
"resource": "mod:fabricapi" | |
}, | |
"test.txt": { | |
"action": "delete" | |
} | |
} | |
} |
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
{ | |
"profiles": [ | |
{ | |
"name": "Version Test", | |
"description": "This is a test profile", | |
"resource": { | |
"name": "profile:version-test", | |
"type": "url", | |
"url": "https://gist.githubusercontent.com/KodingDev/1b5889af62946aa7d9a7d12e28285ad9/raw/1.8-test.json" | |
} | |
}, | |
{ | |
"name": "Chimp Test Profile", | |
"description": "This is a test profile", | |
"resource": { | |
"name": "profile:chimp-test", | |
"type": "url", | |
"url": "https://gist.githubusercontent.com/KodingDev/1b5889af62946aa7d9a7d12e28285ad9/raw/chimp-test-profile.json" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment