From 7bd5dd198fe7e93dd8fa5710835097833e55d1e8 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 17 May 2025 11:11:49 -0500 Subject: [PATCH] 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 --- .gitignore | 1 + .../minecraft/config/cull-less-leaves.json | 4 ++++ .../minecraft/config/dimthread-common.toml | 13 +++++++++++++ .../mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar | 3 +++ .../minecraft/mods/KryptonReforged-0.2.3.jar | 3 +++ .../mods/dimthread-FORGE-mc1.20.1-v1.2.1.jar | 3 +++ .../shaderpacks/ComplementaryUnbound_r5.5.1.zip.txt | 4 ++-- 7 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 1.20.1-FearFactoryTest/minecraft/config/cull-less-leaves.json create mode 100644 1.20.1-FearFactoryTest/minecraft/config/dimthread-common.toml create mode 100644 1.20.1-FearFactoryTest/minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar create mode 100644 1.20.1-FearFactoryTest/minecraft/mods/KryptonReforged-0.2.3.jar create mode 100644 1.20.1-FearFactoryTest/minecraft/mods/dimthread-FORGE-mc1.20.1-v1.2.1.jar diff --git a/.gitignore b/.gitignore index 0a30a58..cdb3822 100644 --- a/.gitignore +++ b/.gitignore @@ -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/patchouli_data.json 1.20.1-FearFactoryTest/minecraft/patchouli_data.json +/1.20.1-FearFactoryTest/minecraft/mods/.connector diff --git a/1.20.1-FearFactoryTest/minecraft/config/cull-less-leaves.json b/1.20.1-FearFactoryTest/minecraft/config/cull-less-leaves.json new file mode 100644 index 0000000..537fbf6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/cull-less-leaves.json @@ -0,0 +1,4 @@ +{ + "enabled": true, + "depth": 2 +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/dimthread-common.toml b/1.20.1-FearFactoryTest/minecraft/config/dimthread-common.toml new file mode 100644 index 0000000..96e09b6 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/dimthread-common.toml @@ -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 + diff --git a/1.20.1-FearFactoryTest/minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar b/1.20.1-FearFactoryTest/minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar new file mode 100644 index 0000000..581e37f --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/CullLessLeaves-Reforged-1.20.1-1.0.5.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91ca5cd028b1c919e28851b984edd61874d44ad8038cdeee87315d2656cb292 +size 22474 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/KryptonReforged-0.2.3.jar b/1.20.1-FearFactoryTest/minecraft/mods/KryptonReforged-0.2.3.jar new file mode 100644 index 0000000..c4bd9d0 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/KryptonReforged-0.2.3.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b281428d0e7560b7b6e74cdc808c0ffd7a8e662ba84d1a12a6616b49cedec10 +size 206758 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/dimthread-FORGE-mc1.20.1-v1.2.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/dimthread-FORGE-mc1.20.1-v1.2.1.jar new file mode 100644 index 0000000..1334cac --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/dimthread-FORGE-mc1.20.1-v1.2.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbe611d586f9682adcd77cf3ebe4ef2e376bf25ffe69d2f0db0e2773d5cfec7 +size 444874 diff --git a/1.20.1-FearFactoryTest/minecraft/shaderpacks/ComplementaryUnbound_r5.5.1.zip.txt b/1.20.1-FearFactoryTest/minecraft/shaderpacks/ComplementaryUnbound_r5.5.1.zip.txt index 2b12bfd..84a3b5b 100644 --- a/1.20.1-FearFactoryTest/minecraft/shaderpacks/ComplementaryUnbound_r5.5.1.zip.txt +++ b/1.20.1-FearFactoryTest/minecraft/shaderpacks/ComplementaryUnbound_r5.5.1.zip.txt @@ -1,4 +1,4 @@ -#Fri May 16 22:42:23 CDT 2025 +#Sat May 17 11:08:05 CDT 2025 AURORA_CONDITION=4 CLOUD_STYLE_DEFINE=3 WATER_STYLE_DEFINE=3 @@ -44,8 +44,8 @@ LIGHT_NOON_I=0.50 LIGHT_NOON_B=0.85 WB_DOF_FOCUS=1 WB_DB_NETHER_I=18.0 +SHADOW_QUALITY=0 MOON_PHASE_PARTIAL=0.55 -DETAIL_QUALITY=3 WB_CHROMATIC=true WATER_BUMPINESS=1.00 BLOOM_STRENGTH=0.045