Dims the light source of service lights (#23437)

nerfs service lights because they are bRIGHT
This commit is contained in:
deathride58
2024-01-03 16:39:04 -05:00
committed by GitHub
parent 0505b33b42
commit 9ae1015bfc
2 changed files with 6 additions and 5 deletions

View File

@@ -145,8 +145,8 @@
- type: LightBulb - type: LightBulb
bulb: Bulb bulb: Bulb
color: "#CCFF60" color: "#CCFF60"
lightEnergy: 1.0 lightEnergy: 0.45
lightRadius: 2 lightRadius: 1.5
lightSoftness: 3 lightSoftness: 3
- type: entity - type: entity

View File

@@ -15,9 +15,10 @@
shader: unshaded shader: unshaded
state: base state: base
- type: PointLight - type: PointLight
radius: 1 radius: 1.5
energy: 1 energy: 0.45
softness: 1 softness: 3
offset: "0, 0"
enabled: false enabled: false
- type: PoweredLight - type: PoweredLight
bulb: Bulb bulb: Bulb