Update Nomi-Labs to 0.10.0 (#1064)

This Release:
- Fixes Issues with AE2 Terminal Auto Focusing
- Fixes Steam Boilers with Certain Fuels
- Fixes Localisation Issues with TOP Tooltips
- Improves Steam Boiler Displays in TOP
- Warns about Blocked Vents in Steam Machines' TOP Displays
- Potential Performance Improvements

[EXPAND]
[[messages]]
messageTitle = "Update Nomi-Labs to 0.10.0 (#1064)"
messageBody = '''
[BUG]
[DETAILS]
details = [
"Fixes Issues with AE2 Terminal Auto Focusing",
"Fixes Steam Boiler Issues with Certain Fuels",
"Fixes Localisation Issues with TOP Tooltips",
]
[DETAILS]
'''

[[messages]]
messageTitle = "Update Nomi-Labs to 0.10.0 (#1064)"
messageBody = '''
[FEATURE]
[DETAILS]
details = [
"Improves Steam Boiler's TOP Display",
"Warns about Blocked Vents in Steam Machines' TOP Displays",
]
[DETAILS]
'''
[EXPAND]
This commit is contained in:
Integer Limit 2024-10-14 21:05:40 +11:00 committed by GitHub
parent bc2c8dae4c
commit 4c3337e4e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 1 deletions

View File

@ -715,7 +715,7 @@
},
{
"projectID": 932060,
"fileID": 5807317,
"fileID": 5810986,
"required": true
},
{

View File

@ -679,4 +679,33 @@ content {
B:enableEffortlessBuildingIntegration=true
}
##########################################################################################################
# ae2 terminal options
#--------------------------------------------------------------------------------------------------------#
# AE2 Terminal Options
##########################################################################################################
"ae2 terminal options" {
# Whether to Auto-Focus the Fluid Interface Configuration Terminal.
# [default: true]
B:autoFocusConfigFluidInterface=true
# Whether to Auto-Focus the Interface Configuration Terminal.
# [default: true]
B:autoFocusConfigInterface=true
# Whether to Auto-Focus the Fluid Terminal.
# [default: true]
B:autoFocusFluid=true
# Whether to Auto-Focus the Interface Terminal.
# [default: true]
B:autoFocusInterface=true
# Whether to Save Serach Strings in the Interface Configuration Terminals (Item and Fluid).
# Default AE2 Behaviour is to Save.
# [default: false]
B:saveConfigInterfaceSearch=false
}
}