update mods

This commit is contained in:
Xikaro 2023-11-28 21:06:07 +05:00
parent f1e6bac420
commit 3848785356
11 changed files with 35 additions and 1 deletions

21
config/blur-client.toml Normal file
View file

@ -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

View file

@ -139,6 +139,9 @@
"corpse": {
"corpse": true
},
"treetap": {
"tap": true
},
"ae2": {
"part_icon": true,
"charger": true,

View file

@ -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
}

View file

@ -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

View file

@ -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

Binary file not shown.

BIN
mods/blur-forge-3.1.1.jar Normal file

Binary file not shown.