testcraft/src/overrides/config/AELights.cfg
2021-03-06 18:43:15 +01:00

33 lines
463 B
INI

# Configuration file
####################
# block
####################
block {
# ID for the Block Light
I:TestLight_ID=520
}
####################
# item
####################
item {
# ID for the LuxDust item used in crafting lights
I:LuxDust_ID=4500
}
####################
# power draw
####################
"power draw" {
# Amount of power each light will draw, 0 is disabled, number is measured in AE/t
S:LightBlockPowerDraw=2
}