tfcambiental 😈

This commit is contained in:
Xikaro 2023-11-21 09:29:02 +05:00
parent 8155b51972
commit 17ddd4e436
7 changed files with 52 additions and 2 deletions

View file

@ -1 +1 @@
{"head":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"belt":{"x":0,"y":80,"enabled":false,"halign":"LEFT","valign":"TOP"},"back":{"x":0,"y":120,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":0,"y":140,"enabled":false,"halign":"LEFT","valign":"TOP"},"necklace":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"body":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"curio":{"x":0,"y":200,"enabled":false,"halign":"LEFT","valign":"TOP"}}
{"clothes_hat":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"belt":{"x":0,"y":80,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"back":{"x":0,"y":120,"enabled":false,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":0,"y":140,"enabled":false,"halign":"LEFT","valign":"TOP"},"necklace":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"body":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"clothes_torso":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"curio":{"x":0,"y":200,"enabled":false,"halign":"LEFT","valign":"TOP"},"head":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"clothes_pants":{"x":0,"y":260,"enabled":false,"halign":"LEFT","valign":"TOP"},"clothes_socks":{"x":0,"y":280,"enabled":false,"halign":"LEFT","valign":"TOP"}}

View file

@ -0,0 +1,19 @@
#For all ARGB values, set to 00000000 to disable the feature in that season
#How dark should the noise be at most? Set to 0 to disable noise entirely
#Range: 0.0 ~ 0.5
noiseDarkness = 0.18
#How many darkness levels should there be?
#Range: 5 ~ 30
noiseLevels = 1
#How big should noise areas be?
#Range: 3 ~ 50
noiseArea = 10
#ARGB code for summer coloring in hexadecimal. Default: 1222FF11
seasonColorSummer = "1233FF11"
#ARGB code for autumn coloring in hexadecimal. Default: EAFFDD55
seasonColorAutumn = "EAFFDD55"
#ARGB code for winter coloring in hexadecimal. Default: 6AFFEEEE
seasonColorWinter = "6AFFEEEE"
#ARGB code for spring coloring in hexadecimal. Default: 3311CFD1
seasonColorSpring = "3311CAD7"

View file

@ -0,0 +1,25 @@
#The average point for temperature, the not too warm and not too cool point
#Range: 0.0 ~ 30.0
averageTemperature = 15.0
#The point where warmth starts to affect the screen, but only mildly
#Range: 5.0 ~ 35.0
hotThreshold = 25.0
#The point where cold starts to affect the screen, but only mildly
#Range: -15.0 ~ 25.0
coolThreshold = 5.0
#The point where warmth starts to hurt the player
#Range: 15.0 ~ 45.0
burnThreshold = 30.0
#The point where cold starts to hurt the player
#Range: -15.0 ~ 15.0
freezeThreshold = 0.0
#How quickly player temperature changes towards the target environment temperature
#Range: 0.0 ~ 50.0
temperatureChangeSpeed = 1.0
#How quickly player temperature changes towards the target environment temperature when it's beneficial to do so
#Range: 0.0 ~ 50.0
goodTemperatureChangeSpeed = 4.0
#How quickly player temperature changes towards the target environment temperature when it's not beneficial
#Range: 0.0 ~ 50.0
badTemperatureChangeSpeed = 1.0

View file

@ -22,8 +22,8 @@
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 1.0,
"names": 0.0,
"heightLimit": 20.0,
"names": 0.0,
"iconScale": 1.0
},
"subCategories": [

View file

@ -69,6 +69,11 @@
"fileID": 4825750,
"required": true
},
{
"projectID": 940350,
"fileID": 4881987,
"required": true
},
{
"projectID": 260262,
"fileID": 4581167,

View file

@ -10,6 +10,7 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/almost-unified">Almost Unified (by AlmostReliable)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/balm">Balm (Forge Edition) (by BlayTheNinth)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-quests-optimizer">FTB Quests Optimizer (by big_energy)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tfc-ambiental-second-edition">TFC Ambiental: Second edition (by LobsterJonn)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tool-belt">Tool Belt (by gigaherz)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fastsuite">FastSuite (by Shadows_of_Fire)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-login">Simple Login (by seraph_jack)</a></li>

Binary file not shown.