Fixed certain vending machines having very large ambient light radius and shining through walls.

base VendingMachine didn't set a light radius so machines that didn't override it had radius 5 which is way too much.
This commit is contained in:
Pieter-Jan Briers
2021-10-09 20:13:52 +02:00
parent d8be2ef784
commit a5c92e0d14
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
author: PJB
changes:
- type: Fix
message: Fixed certain vending machines having very large ambient light radius and shining through walls.

View File

@@ -49,6 +49,7 @@
- type: PointLight
enabled: false
castShadows: false
radius: 1.5
- type: LitOnPowered
- type: entity