update mods
This commit is contained in:
parent
ec2733b412
commit
e60c660fb7
9 changed files with 15 additions and 5 deletions
|
|
@ -172,7 +172,8 @@
|
|||
}
|
||||
},
|
||||
"dynamicIcons": {
|
||||
"default": "https://via.placeholder.com/256.png"
|
||||
"default": "https://via.placeholder.com/256.png",
|
||||
"Xikaro": "https://mc-heads.net/avatar/57b3dfb5f8a649e28b544e4ffc63256f"
|
||||
},
|
||||
"dynamicVariables": {
|
||||
"default": "Example Text",
|
||||
|
|
|
|||
|
|
@ -211,6 +211,11 @@ client:
|
|||
# #D2DCFF is the classic blue from GT5.
|
||||
defaultPaintingColor: #FFFFFF
|
||||
|
||||
# Use VBO cache for multiblock preview.
|
||||
# Disable it if you have issues with rendering multiblocks.
|
||||
# Default: true
|
||||
useVBO: true
|
||||
|
||||
# Config options for Mod Compatibility
|
||||
compat:
|
||||
# Config options regarding GTEU compatibility with other energy systems
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
noiseDarkness = 0.18
|
||||
#How many darkness levels should there be?
|
||||
#Range: 5 ~ 30
|
||||
noiseLevels = 1
|
||||
noiseLevels = 5
|
||||
#How big should noise areas be?
|
||||
#Range: 3 ~ 50
|
||||
noiseArea = 10
|
||||
|
|
|
|||
4
config/waterflasks-common.toml
Normal file
4
config/waterflasks-common.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#Settings for Water Flasks
|
||||
#Allow drinking when not thirsty? Could be useful or wasteful if that's not water in there... Default False
|
||||
thirstyDrinking = false
|
||||
|
||||
|
|
@ -10,20 +10,20 @@
|
|||
"name": "gui.xaero_entity_category_root",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"displayHeight": 0.0,
|
||||
"displayed": true,
|
||||
"displayHeight": 0.0,
|
||||
"heightBasedFade": true,
|
||||
"renderOrder": 0.0,
|
||||
"color": 13.0,
|
||||
"displayNameWhenIconFails": true,
|
||||
"entityNumber": 1000.0,
|
||||
"alwaysDisplayNametags": false,
|
||||
"startFadingAt": 0.0,
|
||||
"dotSize": 2.0,
|
||||
"startFadingAt": 0.0,
|
||||
"renderOverMinimapFrame": 1.0,
|
||||
"icons": 1.0,
|
||||
"heightLimit": 20.0,
|
||||
"names": 0.0,
|
||||
"heightLimit": 20.0,
|
||||
"iconScale": 1.0
|
||||
},
|
||||
"subCategories": [
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue