Updated modlist and fixed crash on load!
This commit is contained in:
@@ -486,7 +486,7 @@ _version = 4
|
||||
# and the shadow pass is being rendered.
|
||||
#
|
||||
# Disable this if shadows render incorrectly.
|
||||
disableShadowPassFrustumCulling = false
|
||||
disableShadowPassFrustumCulling = true
|
||||
#
|
||||
# A comma separated list of block resource locations that will be replaced by water
|
||||
# if they're visible on the water's surface.
|
||||
@@ -674,7 +674,7 @@ _version = 4
|
||||
dimensionEnabledCloudRenderingCsv = "minecraft:overworld"
|
||||
#
|
||||
# If true LOD clouds will be rendered.
|
||||
enableCloudRendering = false
|
||||
enableCloudRendering = true
|
||||
#
|
||||
# If true LOD beacon beams will be rendered wider at extreme distances,
|
||||
# making them easier to see.
|
||||
@@ -727,7 +727,7 @@ _version = 4
|
||||
#
|
||||
# Enabling helps free-cam mods render correctly.
|
||||
# Disabling helps multi-camera mods render correctly (ie Immersive Portals or camera mods).
|
||||
useCameraPositionForQualityDropOff = true
|
||||
useCameraPositionForQualityDropOff = false
|
||||
#
|
||||
# How bright LOD colors are.
|
||||
#
|
||||
@@ -805,7 +805,7 @@ _version = 4
|
||||
# NONE: Fastest, there will be a pronounced border between DH and MC rendering.
|
||||
# SINGLE_PASS: Fades after MC's transparent pass, opaque blocks underwater won't be faded.
|
||||
# DOUBLE_PASS: Slowest, fades after both MC's opaque and transparent passes, provides the smoothest transition.
|
||||
vanillaFadeMode = "DOUBLE_PASS"
|
||||
vanillaFadeMode = "NONE"
|
||||
#
|
||||
# If true LOD quality will increase when the camera is zoomed in,
|
||||
# IE when using a spyglass or zoom mod.
|
||||
@@ -814,7 +814,7 @@ _version = 4
|
||||
#
|
||||
# When zoomed in LODs will load to the same detail level
|
||||
# they would have if you were close to them.
|
||||
increaseQualityWhenZoomedIn = true
|
||||
increaseQualityWhenZoomedIn = false
|
||||
|
||||
[client.advanced.graphics.fog]
|
||||
#
|
||||
|
||||
@@ -27,4 +27,7 @@
|
||||
damage = 8.0
|
||||
#Range: 0.0 ~ 2.147483647E9
|
||||
amplify = 2.5
|
||||
#Extend time duration, in ticks
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||
#Wed Jul 08 21:53:19 GMT 2026
|
||||
#Sat Jul 11 20:54:10 GMT 2026
|
||||
boolean.villages.enabled_custom_config=true
|
||||
int.villages.salt=10387312
|
||||
int.villages.separation=20
|
||||
|
||||
@@ -19,7 +19,7 @@ version = 3
|
||||
# Available variables: is_windows, is_j9vm, is_client, cpus, mem_gb
|
||||
#
|
||||
defaultGlobalExecutorParallelismExpression = "default"
|
||||
# (Default: 3) Configures the parallelism of global executor
|
||||
# (Default: 5) Configures the parallelism of global executor
|
||||
globalExecutorParallelism = "default"
|
||||
|
||||
[fixes]
|
||||
@@ -46,14 +46,14 @@ globalExecutorParallelism = "default"
|
||||
[clientSideConfig.modifyMaxVDConfig]
|
||||
# (Default: true) Whether to modify maximum view distance
|
||||
enabled = "default"
|
||||
# (Default: 54) Max render distance allowed in game options
|
||||
# (Default: 63) Max render distance allowed in game options
|
||||
maxViewDistance = "default"
|
||||
|
||||
[noTickViewDistance]
|
||||
# (Default: true) Whether to use compatibility mode to send chunks
|
||||
# This may fix some mod compatibility issues
|
||||
compatibilityMode = "default"
|
||||
# (Default: 4) No-tick view distance max concurrent chunk loads
|
||||
# (Default: 6) No-tick view distance max concurrent chunk loads
|
||||
# Lower this for a better latency and higher this for a faster loading
|
||||
maxConcurrentChunkLoads = "default"
|
||||
# (Default: false) Whether to ensure correct chunks within normal render distance
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"onlyAllowCrawlingOnGround": false,
|
||||
"hideNameTagsWhileCrawling": true
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config",
|
||||
"forge:ingots/iridium": "null",
|
||||
"forge:rubber": "null",
|
||||
"forge:ingots/platinum": "chemicalscience:ingot_platinum",
|
||||
"forge:ingots/platinum": "null",
|
||||
"forge:ingots/mithril": "null",
|
||||
"forge:dusts/saltpeter": "immersiveengineering:dust_saltpeter",
|
||||
"forge:silicon": "ae2:silicon",
|
||||
"forge:ingots/graphite": "null",
|
||||
"forge:ingots/chrome": "null",
|
||||
"forge:ingots/brass": "null",
|
||||
"forge:ingots/tungsten": "chemicalscience:ingot_tungsten",
|
||||
"forge:ingots/tungsten": "null",
|
||||
"forge:dusts/niter": "thermal:niter_dust",
|
||||
"forge:ingots/zinc": "chemicalscience:ingot_zinc",
|
||||
"forge:ingots/zinc": "null",
|
||||
"forge:ingots/titanium": "electrodynamics:ingottitanium",
|
||||
"forge:gems/peridot": "projectred_core:peridot",
|
||||
"forge:ingots/aluminum": "null"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
[general]
|
||||
#Show the beta warning with the project issue tracker when entering a world.
|
||||
showBetaWarning = true
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Wed Jul 08 21:53:20 GMT 2026
|
||||
#Sat Jul 11 20:54:11 GMT 2026
|
||||
always-tesselate-blocks=false
|
||||
ambient-occlusion-mode=false
|
||||
debug-compare-lighting=false
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# The folders (relative to the base game directory) Groovy script mods should be read from.
|
||||
folders = ["mods/scripts"]
|
||||
@@ -114,8 +114,6 @@ InWitched
|
||||
Magic Vibe Decorations
|
||||
Signal Flares
|
||||
TarotCards
|
||||
Modular Forcefields
|
||||
Voltaic
|
||||
Immersive Technology
|
||||
[NoCube's] Undergarden Delight
|
||||
Ars Elemental
|
||||
@@ -125,17 +123,10 @@ Dynamic Trees for Biomes o' Plenty
|
||||
Mob Compack
|
||||
Seaworthy Boats
|
||||
Every Compat
|
||||
Assembly Line
|
||||
Ballistix
|
||||
Blastcraft
|
||||
Call of Yucatán
|
||||
Chemical Science
|
||||
Dynamic Electricity
|
||||
Dynamic Trees for Alex's Mobs
|
||||
Electrodynamics
|
||||
Extended Tools
|
||||
MEGA Cells
|
||||
Nuclear Science
|
||||
Tinkers' Compatibility
|
||||
Wardrobe
|
||||
Yucutan Delight
|
||||
@@ -147,3 +138,11 @@ Moving Elevators
|
||||
Trash Cans
|
||||
SSDH Backport
|
||||
Serene Seasons
|
||||
Voltaic
|
||||
Assembly Line
|
||||
Ballistix
|
||||
Blastcraft
|
||||
Dynamic Electricity
|
||||
Electrodynamics
|
||||
Modular Forcefields
|
||||
Nuclear Science
|
||||
|
||||
@@ -166,10 +166,9 @@ immersivetechnology:solar_tower
|
||||
immersivetechnology:steam_turbine
|
||||
ars_elemental:armor_upgrade
|
||||
ars_elemental:netherite_upgrade
|
||||
blastcraft:blast_compressor_recipe
|
||||
call_of_yucutan:divinity_sacrifice
|
||||
call_of_yucutan:ritual_transmutation
|
||||
chemicalscience:circuit_maker_recipe
|
||||
blastcraft:blast_compressor_recipe
|
||||
electrodynamics:blasting
|
||||
electrodynamics:chemical_crystallizer_recipe
|
||||
electrodynamics:chemical_mixer_recipe
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#Need help? Ask on Discord or Github/Gitlab <3 (ps: it is possible that this file contains nothing it's normal)
|
||||
#Wed Jul 08 21:53:19 GMT 2026
|
||||
#Sat Jul 11 20:54:10 GMT 2026
|
||||
boolean.creative.enable_item_group_ferret=false
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Wed Jul 08 21:53:19 GMT 2026
|
||||
#Sat Jul 11 20:54:10 GMT 2026
|
||||
colorSpace=SRGB
|
||||
disableUpdateMessage=true
|
||||
enableDebugOptions=false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#Packet Fixer config file.
|
||||
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3.
|
||||
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
|
||||
#Wed Jul 08 21:53:13 GMT 2026
|
||||
#Sat Jul 11 20:54:03 GMT 2026
|
||||
allSizesUnlimited=true
|
||||
chunkPacketData=2097152
|
||||
decoderSize=8388608
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#
|
||||
#Sat Jul 11 20:54:03 GMT 2026
|
||||
mixin.perf.biome=true
|
||||
mixin.perf.noise=true
|
||||
Reference in New Issue
Block a user