-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
caa83ba
commit 53878c8
Showing
80 changed files
with
1,355 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
RMBTweak=1 | ||
LMBTweakWithItem=1 | ||
LMBTweakWithoutItem=1 | ||
WheelTweak=1 | ||
WheelSearchOrder=1 | ||
WheelScrollDirection=0 | ||
ScrollItemScaling=0 | ||
Debug=0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
configVersion = 6 | ||
|
||
############### | ||
## Scenarios ## | ||
############### | ||
# Things that might get you into third person. | ||
|
||
# Automatically go into third person when riding a boat or raft? | ||
# Default: true | ||
boat = true | ||
|
||
# Automatically go into third person when riding a minecart? | ||
# Default: true | ||
cart = true | ||
|
||
# Automatically go into third person when riding an animal? | ||
# Default: true | ||
animal = true | ||
|
||
# Automatically go into third person when flying an elytra? | ||
# Default: true | ||
elytra = true | ||
|
||
# Automatically go into third person when doing the swimming animation? | ||
# Default: false | ||
swim = false | ||
|
||
# If 'true', the customPattern will be used, and riding anything matching it will toggle third person. | ||
# Default: false | ||
custom = false | ||
|
||
# If 'true', the ignorePattern will be used, and anything matching it will be ignored. | ||
# Default: false | ||
useIgnore = false | ||
|
||
###################### | ||
## Scenario Options ## | ||
###################### | ||
# Scenario configuration. | ||
# Has no effect if the corresponding scenario is turned off. | ||
|
||
# Ticks of elytra flight required before the camera automatically toggles if the 'elytra' option is enabled. | ||
# Min: 0 | ||
# Default: 7 | ||
elytraDelay = 7 | ||
|
||
# Ticks of swimming required before the camera automatically toggles if the 'swim' option is enabled. | ||
# Min: 0 | ||
# Default: 0 | ||
swimmingDelayStart = 0 | ||
|
||
# Ticks of not swimming required before the camera restores if the 'swim' option is enabled. | ||
# Min: 0 | ||
# Default: 10 | ||
swimmingDelayEnd = 10 | ||
|
||
# If 'true', your head has to completely exit the water to count as 'not swimming anymore', for the purposes of restoring | ||
# the camera when you're done swimming. If 'false', you just have to stop doing the swimming animation. | ||
# Default: true | ||
stickySwim = true | ||
|
||
# Entity IDs that match this regular expression will be considered if the 'custom' option is enabled. | ||
# Default: ^minecraft:(cow|chicken)$ | ||
customPattern = ^minecraft:(cow|chicken)$ | ||
|
||
# Entity IDs that match this regular expression will be ignored if the 'useIgnore' option is enabled. | ||
# Default: ^examplemod:example$ | ||
ignorePattern = ^examplemod:example$ | ||
|
||
################# | ||
## Restoration ## | ||
################# | ||
# Automatically exiting from third person. | ||
|
||
# When the situation that Auto Third Person put you into third person for is over, | ||
# the camera will be restored back to the way it was. | ||
# Default: true | ||
autoRestore = true | ||
|
||
# If 'true', pressing f5 after mounting something will prevent your camera | ||
# from being automatically restored to first-person when you dismount. | ||
# Default: true | ||
cancelAutoRestore = true | ||
|
||
############ | ||
## Extras ## | ||
############ | ||
# Other stuff I threw in the mod. | ||
|
||
# Skip the 'third-person front' camera mode when pressing F5. | ||
# Default: false | ||
skipFrontView = false | ||
|
||
# Dump a bunch of debug crap into the log. | ||
# Might be handy! | ||
# Default: false | ||
logSpam = false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
# This is an example boolean property | ||
exampleBoolean = true | ||
exampleEnum = "Hello" | ||
exampleEnumList = [ "Hello", "World" ] | ||
exampleInt = 42 | ||
exampleIntList = [ 12, 24 ] | ||
exampleMultilineString = "Hello World" | ||
exampleString = "Hello World" | ||
exampleStringList = [ "Hello", "World" ] | ||
|
||
|
||
# This is an example category | ||
[exampleCategory] | ||
exampleFloat = 42.84 | ||
|
||
# This is an example string inside a category | ||
innerField = "I am inside" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
# This is an example boolean property | ||
exampleBoolean = true | ||
exampleEnum = "Hello" | ||
exampleEnumList = [ "Hello", "World" ] | ||
exampleInt = 42 | ||
exampleIntList = [ 12, 24 ] | ||
exampleMultilineString = "Hello World" | ||
exampleString = "Hello World" | ||
exampleStringList = [ "Hello", "World" ] | ||
|
||
|
||
# This is an example category | ||
[exampleCategory] | ||
exampleFloat = 42.84 | ||
|
||
# This is an example string inside a category | ||
innerField = "I am inside" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"general": { | ||
"disable_mod": false, | ||
"hide_bossbar": true, | ||
"shadow_text": true, | ||
"auto_start": false, | ||
"animationSpeed": 1.5, | ||
"hide_debug_crosshair": false, | ||
"background_color": 1867534416, | ||
"space_modules": true, | ||
"always_show_profiler": false, | ||
"animations": true, | ||
"fontScale": 1.0, | ||
"hide_sidebar": true, | ||
"always_show_tps": false | ||
}, | ||
"modules_right": [ | ||
{ | ||
"name": "system", | ||
"name_color": 16755200, | ||
"value_color": 5636095, | ||
"lines": { | ||
"opengl_version": false, | ||
"allocation_rate": false, | ||
"display": true, | ||
"java_version": false, | ||
"gpu_driver": false, | ||
"memory_usage": true, | ||
"allocated_memory": true, | ||
"cpu": true, | ||
"gpu_utilization": false, | ||
"time": false, | ||
"gpu": true | ||
}, | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "target", | ||
"name_color": 5635925, | ||
"value_color": 16777045, | ||
"lines": { | ||
"id_fluid": true, | ||
"fluid_tags": false, | ||
"block_states": false, | ||
"targeted_block": true, | ||
"block_tags": false, | ||
"id_block": true, | ||
"nothing": true, | ||
"nothing2": true, | ||
"targeted_fluid": true, | ||
"targeted_entity": true, | ||
"fluid_states": false | ||
}, | ||
"enabled": true | ||
} | ||
], | ||
"modules_left": [ | ||
{ | ||
"color_high": 5635925, | ||
"color_med": 16777045, | ||
"name": "fps", | ||
"lines": { | ||
"fps": true | ||
}, | ||
"enabled": true, | ||
"color_low": 16733525 | ||
}, | ||
{ | ||
"color_x": 16733525, | ||
"color_y": 5635925, | ||
"color_z": 5636095, | ||
"name": "coords", | ||
"name_color": 16755200, | ||
"lines": { | ||
"chunk_coords": true, | ||
"player_coords": true, | ||
"block_coords": true, | ||
"chunk_relative_coords": true | ||
}, | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "location", | ||
"name_color": 43520, | ||
"value_color": 5636095, | ||
"lines": { | ||
"light": true, | ||
"biome": true, | ||
"rotation": false, | ||
"facing": true, | ||
"slime_chunk": true, | ||
"local_difficulty": false, | ||
"day_ticks": false, | ||
"days_played": true, | ||
"dimension": false, | ||
"highest_block": false, | ||
"highest_block_server": false, | ||
"light_server": false | ||
}, | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "entity", | ||
"name_color": 16733525, | ||
"value_color": 16777045, | ||
"total_entities_color": 16755200, | ||
"lines": { | ||
"entities": true, | ||
"water_creature": false, | ||
"underground_water_creature": false, | ||
"ambient": false, | ||
"particles": false, | ||
"axolotls": false, | ||
"creature": true, | ||
"water_ambient": false, | ||
"monster": true, | ||
"misc": false | ||
}, | ||
"enabled": true | ||
} | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"blurExclusions": [ | ||
"net.minecraft.class_408", | ||
"com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", | ||
"ai.arcblroth.projectInception.client.InceptionInterfaceScreen", | ||
"net.optifine.gui.GuiChatOF", | ||
"io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen", | ||
"net.coderbot.iris.gui.screen.ShaderPackScreen" | ||
], | ||
"fadeTimeMillis": 200, | ||
"fadeOutTimeMillis": 200, | ||
"ease": true, | ||
"radius": 8, | ||
"gradientStart": "#000000", | ||
"gradientStartAlpha": 75, | ||
"gradientEnd": "#000000", | ||
"gradientEndAlpha": 75, | ||
"showScreenTitle": false | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"enableBorderlessFullscreen": true, | ||
"addToVanillaVideoSettings": true, | ||
"enableMacOS": false, | ||
"customWindowDimensions": { | ||
"enabled": false, | ||
"x": 0, | ||
"y": 0, | ||
"width": 0, | ||
"height": 0, | ||
"useMonitorCoordinates": true | ||
}, | ||
"forceWindowMonitor": -1 | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"background": "14181c", | ||
"bar": "e22837", | ||
"barBackground": "14181c", | ||
"border": "303336", | ||
"logo": "ffffff", | ||
"fadeIn": 1.0, | ||
"fadeOut": 0.2 | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"states":{"hovered":{"graphics_state":"default","show_toasts":true,"run_garbage_collector":false,"frame_rate_target":60,"volume_multiplier":1.0},"unfocused":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":false,"frame_rate_target":1,"volume_multiplier":0.25},"invisible":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":false,"frame_rate_target":0,"volume_multiplier":0.0}}} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
reduceFPSWhenUnfocused = true | ||
unfocusedFPS = 1 | ||
restoreFPSWhenHovered = true | ||
unfocusedVolumeMultiplier = 0.25 | ||
hiddenVolumeMultiplier = 0.0 | ||
runGCOnUnfocus = false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"configVersion": 5, | ||
"renderNametagsThroughWalls": true, | ||
"blockEntityWhitelist": [ | ||
"create:rope_pulley", | ||
"botania:flame_ring", | ||
"minecraft:beacon", | ||
"create:hose_pulley", | ||
"betterend:eternal_pedestal", | ||
"botania:magic_missile", | ||
"botania:falling_star" | ||
], | ||
"entityWhitelist": [ | ||
"botania:mana_burst" | ||
], | ||
"tracingDistance": 128, | ||
"debugMode": false, | ||
"sleepDelay": 10, | ||
"hitboxLimit": 50, | ||
"skipMarkerArmorStands": true, | ||
"tickCulling": true, | ||
"tickCullingWhitelist": [ | ||
"create:contraption", | ||
"create:stationary_contraption", | ||
"create:gantry_contraption", | ||
"minecraft:boat", | ||
"minecraft:firework_rocket", | ||
"create:carriage_contraption" | ||
], | ||
"disableF3": false, | ||
"skipEntityCulling": false, | ||
"skipBlockEntityCulling": false | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#Indigo properties file | ||
#Sun Oct 15 08:57:20 TRT 2023 | ||
fix-mean-light-calculation=auto | ||
debug-compare-lighting=auto | ||
fix-exterior-vertex-lighting=auto | ||
ambient-occlusion-mode=hybrid | ||
always-tesselate-blocks=auto | ||
fix-smooth-lighting-offset=auto | ||
fix-luminous-block-ambient-occlusion=auto |
Oops, something went wrong.