diff --git a/1.20.1-FearFactoryTest/instance.cfg b/1.20.1-FearFactoryTest/instance.cfg index 4141d25..6f36afd 100644 --- a/1.20.1-FearFactoryTest/instance.cfg +++ b/1.20.1-FearFactoryTest/instance.cfg @@ -67,12 +67,12 @@ UseNativeOpenAL=false UseZink=false WrapperCommand= iconKey=default -lastLaunchTime=1747000243021 -lastTimePlayed=142 +lastLaunchTime=1747002963907 +lastTimePlayed=930 linkedInstances=[] name=1.20.1 FearFactory notes= -totalTimePlayed=13602 +totalTimePlayed=16292 [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) diff --git a/1.20.1-FearFactoryTest/minecraft/config/burninthesun-common.toml b/1.20.1-FearFactoryTest/minecraft/config/burninthesun-common.toml index 85a8738..c371492 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/burninthesun-common.toml +++ b/1.20.1-FearFactoryTest/minecraft/config/burninthesun-common.toml @@ -5,27 +5,27 @@ #If selected the rest of the config is pointless. Default: false tanningLotion = false #Should players burn? Default: false - burnPlayers = false + burnPlayers = true #Should ops NOT burn? Default: true - noOpBurn = true + noOpBurn = false #If enabled armor in the head slot will prevent burning. Default: false checkArmor = false #If enabled armor will take damage if 'checkArmor' is enabled. Default: false damageArmor = 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 #Default: "iceandfire" mods = ["iceandfire"] #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" - 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 #Example: "minecraft:black_stained_glass" - ignoredBlocks = [] + ignoredBlocks = ["minecraft:tinted_glass"] #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) #Example: "minecraft:overworld" - dimensions = [] + dimensions = ["minecraft:overworld"] diff --git a/1.20.1-FearFactoryTest/minecraft/config/create_central_kitchen-common.toml b/1.20.1-FearFactoryTest/minecraft/config/create_central_kitchen-common.toml index 39993c2..8ce4fc2 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/create_central_kitchen-common.toml +++ b/1.20.1-FearFactoryTest/minecraft/config/create_central_kitchen-common.toml @@ -8,7 +8,7 @@ enableCuttingBoardDeploying = true #. #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 diff --git a/1.20.1-FearFactoryTest/minecraft/config/darkness.properties b/1.20.1-FearFactoryTest/minecraft/config/darkness.properties index 4fb6c0c..68a7a43 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/darkness.properties +++ b/1.20.1-FearFactoryTest/minecraft/config/darkness.properties @@ -1,5 +1,5 @@ #Darkness properties file -#Sun May 11 16:38:55 CDT 2025 +#Sun May 11 17:40:54 CDT 2025 dark_nether_fog=0.5 only_affect_block_light=false dark_end_fog=0.0 diff --git a/1.20.1-FearFactoryTest/minecraft/config/oculus.properties b/1.20.1-FearFactoryTest/minecraft/config/oculus.properties index f7f2e49..e988387 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/oculus.properties +++ b/1.20.1-FearFactoryTest/minecraft/config/oculus.properties @@ -1,5 +1,5 @@ #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 disableUpdateMessage=false enableDebugOptions=false diff --git a/1.20.1-FearFactoryTest/minecraft/options.txt b/1.20.1-FearFactoryTest/minecraft/options.txt index 9e5b28e..b438dab 100644 --- a/1.20.1-FearFactoryTest/minecraft/options.txt +++ b/1.20.1-FearFactoryTest/minecraft/options.txt @@ -5,7 +5,7 @@ autoSuggestions:true chatColors:true chatLinks:true chatLinksPrompt:true -enableVsync:true +enableVsync:false entityShadows:true forceUnicodeFont:false discrete_mouse_scroll:false @@ -16,7 +16,7 @@ showSubtitles:false directionalAudio:false touchscreen:false fullscreen:false -bobView:true +bobView:false toggleCrouch:false toggleSprint:false darkMojangStudiosBackground:false @@ -30,19 +30,19 @@ glintSpeed:0.5 glintStrength:0.75 damageTiltStrength:1.0 highContrast:false -gamma:0.5 +gamma:0.0 renderDistance:10 -simulationDistance:12 +simulationDistance:10 entityDistanceScaling:1.0 guiScale:3 particles:0 -maxFps:260 +maxFps:120 graphicsMode:1 ao:true prioritizeChunkUpdates:0 biomeBlendRadius:2 renderClouds:"true" -resourcePacks:[] +resourcePacks:["vanilla","mod_resources","Moonlight Mods Dynamic Assets","fabric","file/VanillaTweaks_LowerFire.zip"] incompatibleResourcePacks:[] lastServer: 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.botania_corporea_request:key.keyboard.c 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.the_deep_void.armor_ability:key.keyboard.v 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.tool_swap:key.keyboard.unknown 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_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_key.cataclysm.ability:key.keyboard.x 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_chunkloaders.keys.open_screen:key.keyboard.c 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.previousSearch:key.keyboard.up -key_key.jei.closeRecipeGui:key.keyboard.escape key_key.jei.cheatItemStack:key.mouse.left:SHIFT -key_key.jei.focusSearch:key.keyboard.f:CONTROL -key_key.jei.showUses2:key.mouse.right -key_key.jei.nextSearch:key.keyboard.down +key_key.jei.showRecipe:key.keyboard.r +key_key.jei.toggleEditMode:key.keyboard.unknown +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.recipeBack:key.keyboard.backspace -key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL -key_key.jei.copy.recipe.id:key.keyboard.unknown -key_key.jei.transferRecipeBookmark:key.mouse.left:SHIFT +key_key.jei.showUses:key.keyboard.u +key_key.jei.previousRecipePage:key.keyboard.page.up +key_key.jei.toggleOverlay:key.keyboard.o:CONTROL key_key.jei.maxTransferRecipeBookmark: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.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.selection_hud:key.keyboard.v key_key.ars_nouveau.next_slot:key.keyboard.x diff --git a/1.20.1-FearFactoryTest/minecraft/resourcepacks/VanillaTweaks_LowerFire.zip b/1.20.1-FearFactoryTest/minecraft/resourcepacks/VanillaTweaks_LowerFire.zip new file mode 100644 index 0000000..f2fc4c0 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/resourcepacks/VanillaTweaks_LowerFire.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7331b7af3593f9519a813bc1d024374ae20c90943beb7c72be4841972b140205 +size 53286 diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt index bb59625..480777f 100644 --- a/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt +++ b/1.20.1-FearFactoryTest/minecraft/shaderpacks/Hysteria-Shaders-Universal-v1.2.1.zip.txt @@ -1,11 +1,19 @@ -#Sun May 11 16:57:03 CDT 2025 -shadowMapResolution=1024 +#Sun May 11 17:46:11 CDT 2025 +shadowDistance=160.0 +COLORED_LIGHTS=true TAAU=true +PIXELATED_SHADOWS=true +MOON_I=0.10 ENTITY_SHADOWS=false TAAU_RENDER_SCALE=0.50 -CLOUDS_CUMULUS_PRIMARY_STEPS_Z=5 -CLOUDS_CUMULUS_AMBIENT_STEPS=1 INFO=0 -VL_QUALITY=1 +CAVE_LIGHTING_I=0.00 CLOUDS_CUMULUS_PRIMARY_STEPS_H=10 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