Performance changes
added Krypton for better networking performance added cull less leaves (this allows to users to choose how many leave layers to cull for performance) added dimthreads which places dimensions on other threads. Small tweaks to shaders
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
1.20.1-FearFactoryTest/minecraft/mods/ToadLib-1.3.1-1.20-1.20.1.jar
|
1.20.1-FearFactoryTest/minecraft/mods/ToadLib-1.3.1-1.20-1.20.1.jar
|
||||||
1.20.1-FearFactoryTest/minecraft/patchouli_data.json
|
1.20.1-FearFactoryTest/minecraft/patchouli_data.json
|
||||||
1.20.1-FearFactoryTest/minecraft/patchouli_data.json
|
1.20.1-FearFactoryTest/minecraft/patchouli_data.json
|
||||||
|
/1.20.1-FearFactoryTest/minecraft/mods/.connector
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"depth": 2
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
#Define the initial thread count number of threads
|
||||||
|
#If the value is 6, new worlds will start with 6 thread counts as a initial value
|
||||||
|
#This is useful for modpacks with dimensional mods, instead of fallback on default's 3 you can configure how many can use
|
||||||
|
#ADVICE: Gamerule and this config is capped to max available processors of the server
|
||||||
|
#if you set the value above available processors, forge will set it back to defaults 3
|
||||||
|
#This was done to prevent users gameplay got slowed by not having enough threads
|
||||||
|
#Range: 2 ~ 12
|
||||||
|
default_gamerule_threads = 3
|
||||||
|
#WARNING: very VERY EXPERIMENTAL, do not use it (except if you want world corruption)
|
||||||
|
#This feature is intended to ignore crashes ticking levels, for the good sake of not have to restart your entire server
|
||||||
|
#Have i mentioned IS EXPERIMENTAL?
|
||||||
|
ignore_tick_crash = false
|
||||||
|
|
BIN
1.20.1-FearFactoryTest/minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/KryptonReforged-0.2.3.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/KryptonReforged-0.2.3.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/dimthread-FORGE-mc1.20.1-v1.2.1.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/dimthread-FORGE-mc1.20.1-v1.2.1.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
#Fri May 16 22:42:23 CDT 2025
|
#Sat May 17 11:08:05 CDT 2025
|
||||||
AURORA_CONDITION=4
|
AURORA_CONDITION=4
|
||||||
CLOUD_STYLE_DEFINE=3
|
CLOUD_STYLE_DEFINE=3
|
||||||
WATER_STYLE_DEFINE=3
|
WATER_STYLE_DEFINE=3
|
||||||
@ -44,8 +44,8 @@ LIGHT_NOON_I=0.50
|
|||||||
LIGHT_NOON_B=0.85
|
LIGHT_NOON_B=0.85
|
||||||
WB_DOF_FOCUS=1
|
WB_DOF_FOCUS=1
|
||||||
WB_DB_NETHER_I=18.0
|
WB_DB_NETHER_I=18.0
|
||||||
|
SHADOW_QUALITY=0
|
||||||
MOON_PHASE_PARTIAL=0.55
|
MOON_PHASE_PARTIAL=0.55
|
||||||
DETAIL_QUALITY=3
|
|
||||||
WB_CHROMATIC=true
|
WB_CHROMATIC=true
|
||||||
WATER_BUMPINESS=1.00
|
WATER_BUMPINESS=1.00
|
||||||
BLOOM_STRENGTH=0.045
|
BLOOM_STRENGTH=0.045
|
||||||
|
Reference in New Issue
Block a user