Hysteria shader & basic sunburn config & 1st person fire tweaks

Changed Hysteria shader default params

- slightly less desaturation but not complete removal
- caves now have true darkness (shaders override minecraft gamma, however true darkness will be retained as a fallback)
- basic sun burn config that allows players to retreat to other dimensions (with a sun) to avoid getting burned
- fire resist potions prevent sun burn from even applying (prevents the fire effect from showing on the screen as a result)
- tinted glass prevents sunburn
- added vanilla tweaks lowered first person fire
   this was added because although the create netherite diving gear stops fire damage, the player still renders as on fire in both 3rd and 1st person blocking half the players view.
This commit is contained in:
2025-05-11 17:47:58 -05:00
parent e832d7c18c
commit ba1ce7cc98
8 changed files with 65 additions and 51 deletions

View File

@ -67,12 +67,12 @@ UseNativeOpenAL=false
UseZink=false UseZink=false
WrapperCommand= WrapperCommand=
iconKey=default iconKey=default
lastLaunchTime=1747000243021 lastLaunchTime=1747002963907
lastTimePlayed=142 lastTimePlayed=930
linkedInstances=[] linkedInstances=[]
name=1.20.1 FearFactory name=1.20.1 FearFactory
notes= notes=
totalTimePlayed=13602 totalTimePlayed=16292
[UI] [UI]
mods_Page\Columns=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\v\x80\a\0\0\0\x4\0\0\0\n\0\0\0\x64\0\0\0\b\0\0\0\x64\0\0\0\a\0\0\0\x64\0\0\0\t\0\0\0\x64\0\0\x3\xe9\0\0\0\v\x1\x1\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\v\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x1\x91\0\0\0\x1\0\0\0\x1\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0) mods_Page\Columns=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\v\x80\a\0\0\0\x4\0\0\0\n\0\0\0\x64\0\0\0\b\0\0\0\x64\0\0\0\a\0\0\0\x64\0\0\0\t\0\0\0\x64\0\0\x3\xe9\0\0\0\v\x1\x1\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\v\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x1\x91\0\0\0\x1\0\0\0\x1\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0)

View File

@ -5,27 +5,27 @@
#If selected the rest of the config is pointless. Default: false #If selected the rest of the config is pointless. Default: false
tanningLotion = false tanningLotion = false
#Should players burn? Default: false #Should players burn? Default: false
burnPlayers = false burnPlayers = true
#Should ops NOT burn? Default: true #Should ops NOT burn? Default: true
noOpBurn = true noOpBurn = false
#If enabled armor in the head slot will prevent burning. Default: false #If enabled armor in the head slot will prevent burning. Default: false
checkArmor = false checkArmor = false
#If enabled armor will take damage if 'checkArmor' is enabled. Default: false #If enabled armor will take damage if 'checkArmor' is enabled. Default: false
damageArmor = false damageArmor = false
#If enabled effects will be checked to see if they prevent burning. Default: false #If enabled effects will be checked to see if they prevent burning. Default: false
checkEffects = false checkEffects = true
#Allow all of a mods' mobs from burning just by specifying the modid. Comma separated and quoted list #Allow all of a mods' mobs from burning just by specifying the modid. Comma separated and quoted list
#Default: "iceandfire" #Default: "iceandfire"
mods = ["iceandfire"] mods = ["iceandfire"]
#Allows specific mods' mobs to burn just by specifying their full id for example modid:mobname. Comma separated and quoted list #Allows specific mods' mobs to burn just by specifying their full id for example modid:mobname. Comma separated and quoted list
#Default: "minecraft:zombie","minecraft:skeleton" #Default: "minecraft:zombie","minecraft:skeleton"
mobs = ["minecraft:chicken", "minecraft:cow", "minecraft:stray"] mobs = ["minecraft:zombie", "minecraft:skeleton"]
#Allows specific mods' blocks to be ignored while checking if you are able to see the sky by specifying their full id for example modid:blockname. Comma separated and quoted list #Allows specific mods' blocks to be ignored while checking if you are able to see the sky by specifying their full id for example modid:blockname. Comma separated and quoted list
#Example: "minecraft:black_stained_glass" #Example: "minecraft:black_stained_glass"
ignoredBlocks = [] ignoredBlocks = ["minecraft:tinted_glass"]
#If enabled the `dimensions` list will become a blacklist. Default: true #If enabled the `dimensions` list will become a blacklist. Default: true
invertDimensions = true invertDimensions = false
#Specify dimensions that allow sun burning by specifying their full id for example modid:dimensionname. (If `invertDimensions` is set to true this turns into a dimension blacklist) #Specify dimensions that allow sun burning by specifying their full id for example modid:dimensionname. (If `invertDimensions` is set to true this turns into a dimension blacklist)
#Example: "minecraft:overworld" #Example: "minecraft:overworld"
dimensions = [] dimensions = ["minecraft:overworld"]

View File

@ -8,7 +8,7 @@
enableCuttingBoardDeploying = true enableCuttingBoardDeploying = true
#. #.
#List of Block Entities that can be boosted when placed on Blaze Stove #List of Block Entities that can be boosted when placed on Blaze Stove
boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet", "miners_delight:copper_pot"] boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet"]
#. #.
#Config for Integration with other mods #Config for Integration with other mods

View File

@ -1,5 +1,5 @@
#Darkness properties file #Darkness properties file
#Sun May 11 16:38:55 CDT 2025 #Sun May 11 17:40:54 CDT 2025
dark_nether_fog=0.5 dark_nether_fog=0.5
only_affect_block_light=false only_affect_block_light=false
dark_end_fog=0.0 dark_end_fog=0.0

View File

@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack #This file stores configuration options for Iris, such as the currently active shaderpack
#Sun May 11 16:57:02 CDT 2025 #Sun May 11 17:46:10 CDT 2025
colorSpace=SRGB colorSpace=SRGB
disableUpdateMessage=false disableUpdateMessage=false
enableDebugOptions=false enableDebugOptions=false

View File

@ -5,7 +5,7 @@ autoSuggestions:true
chatColors:true chatColors:true
chatLinks:true chatLinks:true
chatLinksPrompt:true chatLinksPrompt:true
enableVsync:true enableVsync:false
entityShadows:true entityShadows:true
forceUnicodeFont:false forceUnicodeFont:false
discrete_mouse_scroll:false discrete_mouse_scroll:false
@ -16,7 +16,7 @@ showSubtitles:false
directionalAudio:false directionalAudio:false
touchscreen:false touchscreen:false
fullscreen:false fullscreen:false
bobView:true bobView:false
toggleCrouch:false toggleCrouch:false
toggleSprint:false toggleSprint:false
darkMojangStudiosBackground:false darkMojangStudiosBackground:false
@ -30,19 +30,19 @@ glintSpeed:0.5
glintStrength:0.75 glintStrength:0.75
damageTiltStrength:1.0 damageTiltStrength:1.0
highContrast:false highContrast:false
gamma:0.5 gamma:0.0
renderDistance:10 renderDistance:10
simulationDistance:12 simulationDistance:10
entityDistanceScaling:1.0 entityDistanceScaling:1.0
guiScale:3 guiScale:3
particles:0 particles:0
maxFps:260 maxFps:120
graphicsMode:1 graphicsMode:1
ao:true ao:true
prioritizeChunkUpdates:0 prioritizeChunkUpdates:0
biomeBlendRadius:2 biomeBlendRadius:2
renderClouds:"true" renderClouds:"true"
resourcePacks:[] resourcePacks:["vanilla","mod_resources","Moonlight Mods Dynamic Assets","fabric","file/VanillaTweaks_LowerFire.zip"]
incompatibleResourcePacks:[] incompatibleResourcePacks:[]
lastServer: lastServer:
lang:en_us lang:en_us
@ -133,6 +133,9 @@ key_key.solapplepie.open_food_book:key.keyboard.unknown
key_key.corpse.death_history:key.keyboard.u key_key.corpse.death_history:key.keyboard.u
key_key.botania_corporea_request:key.keyboard.c key_key.botania_corporea_request:key.keyboard.c
key_key.curios.open.desc:key.keyboard.g key_key.curios.open.desc:key.keyboard.g
key_iris.keybind.reload:key.keyboard.r
key_iris.keybind.toggleShaders:key.keyboard.k
key_iris.keybind.shaderPackSelection:key.keyboard.o
key_key.arphex.space_press:key.keyboard.space key_key.arphex.space_press:key.keyboard.space
key_key.the_deep_void.armor_ability:key.keyboard.v key_key.the_deep_void.armor_ability:key.keyboard.v
key_key.the_deep_void.armor_toggle:key.keyboard.c key_key.the_deep_void.armor_toggle:key.keyboard.c
@ -180,10 +183,10 @@ key_keybind.sophisticatedbackpacks.open_backpack:key.mouse.4
key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.sort:key.mouse.middle key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
key_key.cataclysm.ability:key.keyboard.x key_key.cataclysm.ability:key.keyboard.x
key_key.cataclysm.helmet_ability:key.keyboard.c key_key.cataclysm.helmet_ability:key.keyboard.c
@ -198,37 +201,37 @@ key_key.ftbultimine:key.keyboard.grave.accent
key_key.ftbteams.open_gui:key.keyboard.unknown key_key.ftbteams.open_gui:key.keyboard.unknown
key_chunkloaders.keys.open_screen:key.keyboard.c key_chunkloaders.keys.open_screen:key.keyboard.c
key_key.biomancy.item_default:key.keyboard.v key_key.biomancy.item_default:key.keyboard.v
key_key.jei.cheatItemStack2:key.mouse.middle
key_key.jei.showRecipe2:key.mouse.left
key_key.jei.previousPage:key.keyboard.unknown
key_key.jei.cheatOneItem2:key.mouse.right
key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
key_key.jei.bookmark:key.keyboard.a
key_key.jei.showUses:key.keyboard.u
key_key.jei.previousRecipePage:key.keyboard.page.up
key_key.jei.toggleCheatMode:key.keyboard.unknown
key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
key_key.jei.nextPage:key.keyboard.unknown
key_key.jei.toggleEditMode:key.keyboard.unknown
key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
key_key.jei.showRecipe:key.keyboard.r
key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
key_key.jei.nextRecipePage:key.keyboard.page.down key_key.jei.nextRecipePage:key.keyboard.page.down
key_key.jei.previousSearch:key.keyboard.up
key_key.jei.closeRecipeGui:key.keyboard.escape
key_key.jei.cheatItemStack:key.mouse.left:SHIFT key_key.jei.cheatItemStack:key.mouse.left:SHIFT
key_key.jei.focusSearch:key.keyboard.f:CONTROL key_key.jei.showRecipe:key.keyboard.r
key_key.jei.showUses2:key.mouse.right key_key.jei.toggleEditMode:key.keyboard.unknown
key_key.jei.nextSearch:key.keyboard.down key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
key_key.jei.previousSearch:key.keyboard.up
key_key.jei.transferRecipeBookmark:key.mouse.left:SHIFT
key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
key_key.jei.showRecipe2:key.mouse.left
key_key.jei.cheatOneItem:key.mouse.left key_key.jei.cheatOneItem:key.mouse.left
key_key.jei.recipeBack:key.keyboard.backspace key_key.jei.recipeBack:key.keyboard.backspace
key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL key_key.jei.showUses:key.keyboard.u
key_key.jei.copy.recipe.id:key.keyboard.unknown key_key.jei.previousRecipePage:key.keyboard.page.up
key_key.jei.transferRecipeBookmark:key.mouse.left:SHIFT key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL key_key.jei.maxTransferRecipeBookmark:key.mouse.left:CONTROL
key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown key_key.jei.showUses2:key.mouse.right
key_key.jei.clearSearchBar:key.mouse.right key_key.jei.clearSearchBar:key.mouse.right
key_key.jei.bookmark:key.keyboard.a
key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
key_key.jei.cheatItemStack2:key.mouse.middle
key_key.jei.nextSearch:key.keyboard.down
key_key.jei.closeRecipeGui:key.keyboard.escape
key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
key_key.jei.nextPage:key.keyboard.unknown
key_key.jei.cheatOneItem2:key.mouse.right
key_key.jei.copy.recipe.id:key.keyboard.unknown
key_key.jei.focusSearch:key.keyboard.f:CONTROL
key_key.jei.toggleCheatMode:key.keyboard.unknown
key_key.jei.previousPage:key.keyboard.unknown
key_key.ars_nouveau.open_book:key.keyboard.c key_key.ars_nouveau.open_book:key.keyboard.c
key_key.ars_nouveau.selection_hud:key.keyboard.v key_key.ars_nouveau.selection_hud:key.keyboard.v
key_key.ars_nouveau.next_slot:key.keyboard.x key_key.ars_nouveau.next_slot:key.keyboard.x

Binary file not shown.

View File

@ -1,11 +1,19 @@
#Sun May 11 16:57:03 CDT 2025 #Sun May 11 17:46:11 CDT 2025
shadowMapResolution=1024 shadowDistance=160.0
COLORED_LIGHTS=true
TAAU=true TAAU=true
PIXELATED_SHADOWS=true
MOON_I=0.10
ENTITY_SHADOWS=false ENTITY_SHADOWS=false
TAAU_RENDER_SCALE=0.50 TAAU_RENDER_SCALE=0.50
CLOUDS_CUMULUS_PRIMARY_STEPS_Z=5
CLOUDS_CUMULUS_AMBIENT_STEPS=1
INFO=0 INFO=0
VL_QUALITY=1 CAVE_LIGHTING_I=0.00
CLOUDS_CUMULUS_PRIMARY_STEPS_H=10 CLOUDS_CUMULUS_PRIMARY_STEPS_H=10
CLOUDS_CUMULUS_LIGHTING_STEPS=1 CLOUDS_CUMULUS_LIGHTING_STEPS=1
shadowMapResolution=1024
CLOUDS_CUMULUS_PRIMARY_STEPS_Z=5
CLOUDS_CUMULUS_AMBIENT_STEPS=1
SHADOW_PCF=false
GRADE_SATURATION=0.90
VL_QUALITY=1
GRADE_BRIGHTNESS=0.99