diff --git a/config/blur-client.toml b/config/blur-client.toml new file mode 100644 index 000000000..dfc3c39c0 --- /dev/null +++ b/config/blur-client.toml @@ -0,0 +1,21 @@ + +[screens] + blurExclusions = ["net.minecraft.client.gui.screens.ChatScreen", "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", "net.optifine.gui.GuiChatOF", "baritone.", "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen", "net.coderbot.iris.gui.screen.ShaderPackScreen", "eu.midnightdust.midnightcontrols.client.gui.TouchscreenOverlay"] + showScreenTitle = false + strangeEffect = false + +[style] + #Range: 0 ~ 5000 + fadeTimeMillis = 200 + #Range: 0 ~ 5000 + fadeOutTimeMillis = 200 + ease = true + #Range: 0 ~ 100 + radius = 8 + gradientStart = "#000000" + #Range: 0 ~ 255 + gradientStartAlpha = 75 + gradientEnd = "#000000" + #Range: 0 ~ 255 + gradientEndAlpha = 75 + diff --git a/config/jade/plugins.json b/config/jade/plugins.json index 027d3fd3e..425d9a312 100644 --- a/config/jade/plugins.json +++ b/config/jade/plugins.json @@ -139,6 +139,9 @@ "corpse": { "corpse": true }, + "treetap": { + "tap": true + }, "ae2": { "part_icon": true, "charger": true, diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index a55497613..9ab3f73f6 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -245,5 +245,6 @@ "ae2:part_name": null, "ae2:part_icon": null, "ae2:part_tooltip": null, - "ae2:part_mod_name": null + "ae2:part_mod_name": null, + "treetap:tap": null } \ No newline at end of file diff --git a/config/tfcambiental-client.toml b/config/tfcambiental-client.toml index a93f447e2..21c558cf8 100644 --- a/config/tfcambiental-client.toml +++ b/config/tfcambiental-client.toml @@ -16,4 +16,7 @@ seasonColorAutumn = "EAFFDD55" seasonColorWinter = "6AFFEEEE" #ARGB code for spring coloring in hexadecimal. Default: 3311CFD1 seasonColorSpring = "3311CAD7" +#How much to drip when wet. 0 to turn off +#Range: 0 ~ 100 +drippiness = 30 diff --git a/config/tfcambiental-common.toml b/config/tfcambiental-common.toml index ebcb4d1a9..47f1ed826 100644 --- a/config/tfcambiental-common.toml +++ b/config/tfcambiental-common.toml @@ -22,4 +22,10 @@ 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 +#How quickly player wetness changes towards the target environment wetness +#Range: 0.0 ~ 50.0 +wetnessChangeSpeed = 1.0 +#How much do items in the forge:hot_ingots tag modify the temperature of the player +#Range: 0.0 ~ 3.4028234663852886E38 +hotIngotTemperature = 1.0 diff --git a/mods/Cucumber-1.20.1-7.0.5.jar b/mods/Cucumber-1.20.1-7.0.6.jar similarity index 89% rename from mods/Cucumber-1.20.1-7.0.5.jar rename to mods/Cucumber-1.20.1-7.0.6.jar index f7ebbc7c6..e96839419 100644 Binary files a/mods/Cucumber-1.20.1-7.0.5.jar and b/mods/Cucumber-1.20.1-7.0.6.jar differ diff --git a/mods/XaerosWorldMap_1.36.0_Forge_1.20.jar b/mods/XaerosWorldMap_1.37.0_Forge_1.20.jar similarity index 50% rename from mods/XaerosWorldMap_1.36.0_Forge_1.20.jar rename to mods/XaerosWorldMap_1.37.0_Forge_1.20.jar index 525474fec..403efe3eb 100644 Binary files a/mods/XaerosWorldMap_1.36.0_Forge_1.20.jar and b/mods/XaerosWorldMap_1.37.0_Forge_1.20.jar differ diff --git a/mods/Xaeros_Minimap_23.8.4_Forge_1.20.jar b/mods/Xaeros_Minimap_23.9.0_Forge_1.20.jar similarity index 71% rename from mods/Xaeros_Minimap_23.8.4_Forge_1.20.jar rename to mods/Xaeros_Minimap_23.9.0_Forge_1.20.jar index 49fea95bc..829222985 100644 Binary files a/mods/Xaeros_Minimap_23.8.4_Forge_1.20.jar and b/mods/Xaeros_Minimap_23.9.0_Forge_1.20.jar differ diff --git a/mods/ae2wtlib-15.1.4-forge.jar b/mods/ae2wtlib-15.1.5-forge.jar similarity index 84% rename from mods/ae2wtlib-15.1.4-forge.jar rename to mods/ae2wtlib-15.1.5-forge.jar index 62b6614de..a952de8ac 100644 Binary files a/mods/ae2wtlib-15.1.4-forge.jar and b/mods/ae2wtlib-15.1.5-forge.jar differ diff --git a/mods/blur-forge-3.1.0.jar b/mods/blur-forge-3.1.0.jar deleted file mode 100644 index ff370475b..000000000 Binary files a/mods/blur-forge-3.1.0.jar and /dev/null differ diff --git a/mods/blur-forge-3.1.1.jar b/mods/blur-forge-3.1.1.jar new file mode 100644 index 000000000..c0cb6dfb7 Binary files /dev/null and b/mods/blur-forge-3.1.1.jar differ