Skip to content

Commit

Permalink
MultiMC modpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 authored Mar 2, 2021
1 parent a34f09b commit 8cbbe55
Show file tree
Hide file tree
Showing 17 changed files with 327 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MultiMC/Fabulously Optimized 1.7.0/instance.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ForgeVersion=
InstanceType=OneSix
IntendedVersion=
LWJGLVersion=
LiteloaderVersion=
LogPrePostOutput=true
MCLaunchMethod=LauncherPart
OverrideCommands=false
OverrideConsole=false
OverrideJavaArgs=false
OverrideJavaLocation=false
OverrideMCLaunchMethod=false
OverrideMemory=false
OverrideNativeWorkarounds=false
OverrideWindow=false
iconKey=pack
lastLaunchTime=1613670670830
name=Fabulously Optimized 1.7.0
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
totalTimePlayed=356
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"clientCapeType": "MINECRAFTCAPES",
"glint": false,
"enableOptifine": true,
"enableLabyMod": true,
"enableWynntils": true,
"enableMinecraftCapesMod": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Colormatic Config
fog.clearVoid=false
light.blendSkyLight=true
light.flickerBlockLight=true
fog.clearSky=false
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"enabled": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[defaultConfig]
enabled = true
type = "LINEAR"
linearFogStartMult = 0.25
linearFogEndMult = 1.0
expFogMult = 3.0
exp2FogMult = 1.75
[dimensions."minecraft:the_nether"]
enabled = false
type = "LINEAR"
linearFogStartMult = 0.25
linearFogEndMult = 1.0
expFogMult = 3.0
exp2FogMult = 1.75
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
reduceFPSWhenUnfocused = true
unfocusedFPS = 1
restoreFPSWhenHovered = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#FastChest config file
#Tue Mar 02 16:30:39 EET 2021
simplifiedChest=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# LambDynamicLights configuration.
# The dynamic lights mode
mode = "fastest"

# Light sources settings.
[light_sources]
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
# Enable block entities light source.
block_entities = true
# Enable entities light source.
entities = true
# TNT lighting mode. May be off, simple or fancy.
tnt = "simple"
# Creeper lighting mode. May be off, simple or fancy.
creeper = "simple"

23 changes: 23 additions & 0 deletions MultiMC/Fabulously Optimized 1.7.0/minecraft/config/modmenu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"sorting": "ascending",
"count_libraries": false,
"compact_list": true,
"count_children": false,
"mods_button_style": "shrink",
"count_hidden_mods": false,
"mod_count_location": "title_screen",
"hide_mod_links": false,
"show_libraries": false,
"hide_mod_license": true,
"hide_badges": true,
"hide_mod_credits": true,
"easter_eggs": false,
"modify_title_screen": true,
"modify_game_menu": true,
"hide_config_buttons": false,
"hidden_mods": [
"minecraft",
"cloth-api",
"jumploader"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"uploadCrashLogTo": "GIST",
"disableReturnToMainMenu": false,
"deobfuscateStackTrace": true
}
60 changes: 60 additions & 0 deletions MultiMC/Fabulously Optimized 1.7.0/minecraft/config/okzoomer.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"features": {
/* Defines the cinematic camera while zooming.
"OFF" disables the cinematic camera.
"VANILLA" uses Vanilla's cinematic camera.
"MULTIPLIED" is a multiplied variant of "VANILLA".
*/
"cinematic_camera": "VANILLA",
// Reduces the mouse sensitivity when zooming.
"reduce_sensitivity": false,
/* Adds transitions between zooms.
"OFF" disables transitions.
"SMOOTH" replicates Vanilla's dynamic FOV.
"LINEAR" removes the smoothiness.
*/
"zoom_transition": "OFF",
/* The behavior of the zoom key.
"HOLD" needs the zoom key to be hold.
"TOGGLE" has the zoom key toggle the zoom.
"PERSISTENT" makes the zoom permanent.
*/
"zoom_mode": "HOLD",
// Allows to increase or decrease zoom by scrolling.
"zoom_scrolling": false,
// Adds zoom manipulation keys along with the zoom key.
"extra_keybinds": false,
// Adds an overlay in the screen during zoom. The overlay texture can be found at: assets/okzoomer/textures/misc/zoom_overlay.png
"zoom_overlay": false
},
"values": {
// The divisor applied to the FOV when zooming.
"zoom_divisor": 4.0,
// The minimum value that you can scroll down.
"minimum_zoom_divisor": 1.0,
// The maximum value that you can scroll up.
"maximum_zoom_divisor": 50.0,
// The number which is de/incremented by zoom scrolling. Used when the zoom divisor is above the starting point.
"scroll_step": 1.0,
// The number which is de/incremented by zoom scrolling. Used when the zoom divisor is below the starting point.
"lesser_scroll_step": 0.5,
// The multiplier used for the multiplied cinematic camera.
"cinematic_multiplier": 4.0,
// The multiplier used for smooth transitions.
"smooth_multiplier": 0.75,
// The minimum value which the linear transition step can reach.
"minimum_linear_step": 0.125,
// The maximum value which the linear transition step can reach.
"maximum_linear_step": 0.25
},
"tweaks": {
// Allows for resetting the zoom with the middle mouse button.
"reset_zoom_with_mouse": false,
// If enabled, the "Save Toolbar Activator" keybind will be unbound if there's a conflict with the zoom key.
"unbind_conflicting_key": false,
// Prints a random owo in the console when the game starts.
"print_owo_on_start": false,
// Hides the zoom overlay while the HUD's hidden.
"hide_zoom_overlay": false
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"overrideBaseY": true,
"baseY": 128.0,
"scale": 1.0,
"cameraAnchor": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"fluidAdvancements": true,
"fluidStatusEffects": true,
// Whether we should unlimit the hard 60 fps limit placed on the title screen.
"unlimitTitleScreenFps": false,
"openingAnimation": {
"fluidChatOpening": false,
"fluidOpenSlideFromBottom": false,
"fluidOpenFade": false,
"fluidAnimationDuration": 400,
"affectsGameMenus": false,
"affectsInventories": false,
"ignoreSlideWhenRedirected": false,
"ignoreFadeWhenRedirected": false
},
"textFieldModifications": {
// Whether this module is enabled.
"enabled": false,
/* Set to Color to use the Border and Background Color.
Set to Texture to use resource pack:
/assets/minecraft/textures/gui/text_field.png
More documentations on website.
*/
"backgroundMode": "COLOR",
"borderColor": 10526880,
"backgroundColor": 0,
"selectionMode": "INVERT",
// Whether Text Fields should allow right click actions.
"rightClickActions": false
},
"sliderModifications": {
// Whether this module is enabled.
"enabled": false,
"grabberWidth": 8,
/* Whether to use custom texture:
/assets/slightguimodifications/textures/gui/slider(_hovered).png
or
/config/slightguimodifications/slider(_hovered).png
*/
"customBackgroundTexture": false
},
"debugInformation": {
"showFps": false
},
"customScaling": {
"vanillaScaleSlider": false,
"scale": 1.0
},
"slotHighlight": {
// Whether this module is enabled.
"enabled": false,
"color": -2130706433
},
"tooltipModifications": {
// Whether this module is enabled.
"enabled": false,
"backgroundColor": -267386864,
"outlineGradientTopColor": 1347420415,
"outlineGradientBottomColor": 1344798847
},
// Whether GUI should allow right click actions.
"rightClickActions": false,
"satisfyingScreenshots": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
mainMenu {
enabled = true
label {
position {
x { it - 2 }
y { it - 20 }
}
text = literal("Fabulously Optimized 1.7.0")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF
shadow = true
onClicked = url("https://www.curseforge.com/minecraft/modpacks/fabulously-optimized")
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"animation_settings": {
"animation": true,
"animate_water": true,
"animate_lava": true,
"animate_fire": true,
"animate_portal": true
},
"particle_settings": {
"particles": true,
"rain_splash": true,
"explosion": true,
"water": true,
"smoke": true,
"potion": true,
"portal": true,
"redstone": true,
"fluid_drip": true,
"firework": true
},
"detail_settings": {
"rain_snow": true
},
"extra_settings": {
"show_fps": false,
"enable_fog": true
}
}
52 changes: 52 additions & 0 deletions MultiMC/Fabulously Optimized 1.7.0/mmc-pack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"components": [
{
"cachedName": "LWJGL 3",
"cachedVersion": "3.2.2",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "org.lwjgl3",
"version": "3.2.2"
},
{
"cachedName": "Minecraft",
"cachedRequires": [
{
"equals": "3.2.2",
"suggests": "3.2.2",
"uid": "org.lwjgl3"
}
],
"cachedVersion": "1.16.5",
"important": true,
"uid": "net.minecraft",
"version": "1.16.5"
},
{
"cachedName": "Intermediary Mappings",
"cachedRequires": [
{
"equals": "1.16.5",
"uid": "net.minecraft"
}
],
"cachedVersion": "1.16.5",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "net.fabricmc.intermediary",
"version": "1.16.5"
},
{
"cachedName": "Fabric Loader",
"cachedRequires": [
{
"uid": "net.fabricmc.intermediary"
}
],
"cachedVersion": "0.11.2",
"uid": "net.fabricmc.fabric-loader",
"version": "0.11.2"
}
],
"formatVersion": 1
}
Binary file added MultiMC/Fabulously Optimized 1.7.0/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cbbe55

Please sign in to comment.