Files
Astroblock/overrides/config/rsgauges.cfg
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

89 lines
4.5 KiB
INI

# Configuration file
general {
# Comma sepatated list of items names that can be used alter configurable blocks of this mod.This applies when the display side of the block is right click (activated) with the item in the main hand. Empty hand is 'air'.
S:"Accepted wrenches"=air
# Timeout in milliseconds defining the timeout for left clicking switches or devices in order to configure them. If the device can be opened, it will be opened on 'double-left-click' and closed again on 'single-left-click'. The item in the hand must be a valid wrench (see 'Accepted wrenches'). For switches/devices that cannot be opened, multi-clicking cycles through the configuration options. The block has to be at least clicked two times withing the timeout to differ configuration from block breaking, and prevent misconfiguration on unintended left-clicking.
I:"Config left multi-click timeout"=700
# Defines a constant light level for sensitive glass on the server, no matter if the block is powered or not. Prevents performance issues if many sensitive glass blocks are frequently switched on and off.
B:"Constant sensitive glass light level on server"=false
# Sample interval of the gauges in ticks. Lower values decrease the display latency for indirect weak power measurements. The value is mainly related to the server side logic. Minor performance impact for values >= 5.
# Min: 2
# Max: 100
I:"Gauge sample interval"=8
# Sample interval of the linear switches in ticks (like laser pointer based sensors). Lower values make the switches reacting faster, but also have an impact on the server performance due to ray tracing. Has much less impact as the volumetric autoswitch interval.
# Min: 1
# Max: 50
I:"Linear sensor switch sample interval"=4
# Defines how far you or a link source switch can be away from the target to activate it. The value 0 means 'no limitation'. Affects server and client side.
I:"Testing: Max switch linking distance"=48
# Vertial position of the switch status overlay message.
# Min: 0.1
# Max: 0.8
D:"Testing: Switch status overlay y-position"=0.75
# Disable tile entity update() for detector switches (for performance testing only, don't do this at home).
B:"Testing: Without detector switch update"=false
# Disable tile entity update() for environmental sensor switches (for performance testing only, don't do this at home).
B:"Testing: Without environmental switch update"=false
# Disables switch remote linking.
B:"Testing: Without switch linking"=false
# Disable the status overlay for switches and use chat messages instead.
B:"Testing: Without switch status overlay"=false
# Disable tile entity update() for time based switches (for performance testing only, don't do this at home).
B:"Testing: Without timer switch update"=false
# Sample interval of volume sensing automatic switches in ticks (e.g infrared motion detector). Lower values make the switches reacting faster, but also have an impact on the server performance due to ray tracing.
# Min: 5
# Max: 50
I:"Volumetric sensor switch sample interval"=10
# Completely disable all automatic switches. Requires restart.
B:"Without automatic switches"=false
# Completely disable all (lever like) bistable switches. Requires restart.
B:"Without bistable switches"=false
# Completely disable all sound emmitting indicators. Requires restart.
B:"Without blinking indicators"=false
# Completely disable all contact switches. Requires restart.
B:"Without contact switches"=false
# Completely disable all decorative blocks. Requires restart.
B:"Without decorative blocks"=false
# Testing: Gauges shall not frequently lookup weak power provided to the block theyare attached to.
B:"Without gauge weak power measurements"=false
# Completely disable all (power metering) gauges. Requires restart.
B:"Without gauges"=false
# Completely disable all (blinking and steady) indicator lamps/LEDs. Requires restart.
B:"Without indicators"=false
# Completely disable all (button like) pulse switches. Requires restart.
B:"Without pulse switches"=false
# Disable pulse time configuration of switches using redstone dust stack clicking.
B:"Without pulse time configuration"=false
# Disable the 'no output' config option for switches.
B:"Without switch 'no output' option"=false
# Disable color tinting for switches.
B:"Without switch color tinting"=false
}