Enhance everycomp-entries configuration files by adding new types and entries for various materials, including metals, woods, and leaves, to improve compatibility and functionality across resource packs. Update minecraftinstance.json to refine mod loader configurations.

This commit is contained in:
Leonid Pershin
2026-05-08 21:38:04 +03:00
parent 9adb82932e
commit 23ece092f3
89 changed files with 3294 additions and 1 deletions
+48
View File
@@ -0,0 +1,48 @@
#.
#Amount of red in the CRT screen glow
# Default: 64
# Range: 0 ~ 255
crtRed = 64
#.
#Amount of green in the CRT screen glow
# Default: 4
# Range: 0 ~ 255
crtGreen = 4
#.
#Amount of blue in the CRT screen glow
# Default: 2
# Range: 0 ~ 255
crtBlue = 2
#.
#Controls how many individual points the CRT trace can have (1 point is added per tick)
# Default: 100
# Range: > 10
crtPointCount = 100
#.
#Controls the slope of trace brightness decay (lower value means faster decay)
# Default: 0.02500000037252903
# Range: 0.0 ~ 3.4028234663852886E38
crtTracePersistence = 0.02500000037252903
#.
#Controls the CRT trace thickness
# Default: 0.03125
# Range: 0.0 ~ 3.4028234663852886E38
crtDotSize = 0.03125
#.
#Controls how much the CRT trace falls as it fades. This values shouldn't be too small or it can cause Z fighting
# Default: 9.999999747378752E-5
# Range: 0.0 ~ 3.4028234663852886E38
crtZDepth = 9.999999747378752E-5
#.
#Enable decreased level of detail rendering of far away wires
wireLOD = true
#.
#Multiplier for all humming ambient sounds
# Default: 1.0
# Range: 0.0 ~ 3.4028234663852886E38
hummingSoundMultiplier = 1.0
#.
#Multiplier for generator ambient sound
# Default: 1.0
# Range: 0.0 ~ 3.4028234663852886E38
generatorSoundMultiplier = 1.0