mirror of
https://github.com/Adam-Ant/community-chest
synced 2024-12-20 10:24:35 +00:00
V1.1.2
This commit is contained in:
parent
f1ca07751f
commit
a2943a4813
@ -6,6 +6,11 @@ This modpack has been designed with the [SkCraft launcher](https://github.com/SK
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
|
||||||
|
### V1.1.2
|
||||||
|
* Rolled back Malisis Core and Doors, to fix a crash bug.
|
||||||
|
* Re-Added NetherPortal fix, it wasn't responsible for the bug we thought it was!
|
||||||
|
* Added imgur screenshot as an optional clientside plugin.
|
||||||
|
|
||||||
### V1.1.1:
|
### V1.1.1:
|
||||||
* Updated Actually Additions
|
* Updated Actually Additions
|
||||||
|
|
||||||
|
17
modpack.json
17
modpack.json
@ -37,7 +37,7 @@
|
|||||||
"properties" : {
|
"properties" : {
|
||||||
"name" : "OptiFine",
|
"name" : "OptiFine",
|
||||||
"description" : "Shaders and redering optimizations.",
|
"description" : "Shaders and redering optimizations.",
|
||||||
"recommendation" : "avoid",
|
"recommendation" : null,
|
||||||
"selected" : false
|
"selected" : false
|
||||||
},
|
},
|
||||||
"files" : {
|
"files" : {
|
||||||
@ -46,6 +46,21 @@
|
|||||||
],
|
],
|
||||||
"exclude" : [ ]
|
"exclude" : [ ]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"properties" : {
|
||||||
|
"name" : "Screenshot Uploader",
|
||||||
|
"description" : "Automatically upload your screenshots to imgur! Please bind a key for this feature in your options.",
|
||||||
|
"recommendation" : null,
|
||||||
|
"selected" : true
|
||||||
|
},
|
||||||
|
"files" : {
|
||||||
|
"include" : [
|
||||||
|
"mods/ScreenshotUploader*.jar",
|
||||||
|
"config/ScreenshotUploader.cfg"
|
||||||
|
],
|
||||||
|
"exclude" : [ ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"userFiles" : {
|
"userFiles" : {
|
||||||
|
12
src/config/_CLIENT/ScreenshotUploader.cfg
Normal file
12
src/config/_CLIENT/ScreenshotUploader.cfg
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Configuration file
|
||||||
|
|
||||||
|
general {
|
||||||
|
# Enable to have fancy camera effects when taking a screenshot
|
||||||
|
B:"Camera Effects"=false
|
||||||
|
|
||||||
|
# Set false to not automatically copy the link to the clipboard
|
||||||
|
B:"Copy to clipboard"=true
|
||||||
|
|
||||||
|
# This is the description that will be underneath your image (Imgur only)
|
||||||
|
S:Description=Uploaded from the Clockwork Gaming modded server.
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
https://addons-origin.cursecdn.com/files/2301/467/ScreenshotUploader-1.9.4-2.4.0.jar
|
@ -1 +0,0 @@
|
|||||||
https://addons-origin.cursecdn.com/files/2333/503/malisiscore-1.10.2-4.2.2.jar
|
|
1
src/mods/malisiscore-1.9.4-4.1.1.jar.url.txt
Normal file
1
src/mods/malisiscore-1.9.4-4.1.1.jar.url.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://addons-origin.cursecdn.com/files/2320/791/malisiscore-1.9.4-4.1.1.jar
|
@ -1 +0,0 @@
|
|||||||
https://addons-origin.cursecdn.com/files/2333/360/malisisdoors-1.10.2-5.1.1.jar
|
|
1
src/mods/malisisdoors-1.9.4-5.0.4.jar.url.txt
Normal file
1
src/mods/malisisdoors-1.9.4-5.0.4.jar.url.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://addons-origin.cursecdn.com/files/2328/213/malisisdoors-1.9.4-5.0.4.jar
|
Loading…
Reference in New Issue
Block a user