tfcambiental 😈
This commit is contained in:
parent
8155b51972
commit
17ddd4e436
7 changed files with 52 additions and 2 deletions
|
|
@ -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"}}
|
||||||
19
config/tfcambiental-client.toml
Normal file
19
config/tfcambiental-client.toml
Normal 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"
|
||||||
|
|
||||||
25
config/tfcambiental-common.toml
Normal file
25
config/tfcambiental-common.toml
Normal 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
|
||||||
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
"dotSize": 2.0,
|
"dotSize": 2.0,
|
||||||
"renderOverMinimapFrame": 1.0,
|
"renderOverMinimapFrame": 1.0,
|
||||||
"icons": 1.0,
|
"icons": 1.0,
|
||||||
"names": 0.0,
|
|
||||||
"heightLimit": 20.0,
|
"heightLimit": 20.0,
|
||||||
|
"names": 0.0,
|
||||||
"iconScale": 1.0
|
"iconScale": 1.0
|
||||||
},
|
},
|
||||||
"subCategories": [
|
"subCategories": [
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,11 @@
|
||||||
"fileID": 4825750,
|
"fileID": 4825750,
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"projectID": 940350,
|
||||||
|
"fileID": 4881987,
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"projectID": 260262,
|
"projectID": 260262,
|
||||||
"fileID": 4581167,
|
"fileID": 4581167,
|
||||||
|
|
|
||||||
|
|
@ -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/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/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/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/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/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>
|
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-login">Simple Login (by seraph_jack)</a></li>
|
||||||
|
|
|
||||||
BIN
mods/tfcambiental-1.20.1-3.0.0.jar
Normal file
BIN
mods/tfcambiental-1.20.1-3.0.0.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue