Compare commits

...

2 Commits

Author SHA1 Message Date
c7f8e3ed77 ".disabled" files are now respected by gitlfs
Additionaly used git rm --cache filename and some amend trickery to reduce file noise instance.cfg for instance show no longer show up in changes but still get cloned from repo.  (this can be overriden with git add -f filename)
2025-05-12 22:13:26 -05:00
2776b31851 ".disabled" files are now respected by gitlfs
Additionaly used git rm --cache filename and some amend trickery to reduce file noise instance.cfg for instance show no longer show up in changes but still get cloned from repo.  (this can be overriden with git add -f filename)
2025-05-12 22:12:31 -05:00
3 changed files with 4 additions and 15 deletions

3
.gitignore vendored
View File

@ -24,3 +24,6 @@
1.20.1-FearFactoryTest/minecraft/mods/enhanced_boss_bars-1.20.1-1.0.0.jar
1.20.1-FearFactoryTest/minecraft/mods/RenderScale-forge-1.20.1-1.0.jar
1.20.1-FearFactoryTest/minecraft/mods/ToadLib-1.3.1-1.20-1.20.1.jar
1.20.1-FearFactoryTest/minecraft/config/flywheel-client-1.toml.bak
1.20.1-FearFactoryTest/minecraft/config/flywheel-client-1
1.20.1-FearFactoryTest/minecraft/config/flywheel-client.toml

View File

@ -1,14 +0,0 @@
#Select the backend to use. Set to "DEFAULT" to let Flywheel decide.
backend = "DEFAULT"
#Enable or disable instance update limiting with distance.
limitUpdates = true
#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect.
#Range: -1 ~ 16
workerThreads = -1
#Config options for Flywheel's built-in backends.
[flw_backends]
#How smooth Flywheel's shader-based lighting should be. May have a large performance impact.
#Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED
lightSmoothness = "SMOOTH"

View File

@ -3,7 +3,7 @@ backend = "DEFAULT"
#Enable or disable instance update limiting with distance.
limitUpdates = true
#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect.
#Range: -1 ~ 16
#Range: -1 ~ 12
workerThreads = -1
#Config options for Flywheel's built-in backends.