Skip to content

Commit

Permalink
Fixes replacement light boxes/crates. (#2853)
Browse files Browse the repository at this point in the history
* Fixes mixed lights box

* Fixed replacement lights crate
  • Loading branch information
Swept authored Dec 27, 2020
1 parent 75b35bc commit 78fdd64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
- type: StorageFill
contents:
- name: BoxLighttube
amount: 5
amount: 1
- name: BoxLightbulb
amount: 5
amount: 1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
- type: StorageFill
contents:
- name: LightTube
amount: 12
amount: 6
- name: LightBulb
amount: 6
- type: Sprite
layers:
- state: box
Expand Down

0 comments on commit 78fdd64

Please sign in to comment.