Fixes glowsticks being unable to be inserted into trashbags (#25863)

Glowstick now garbo
This commit is contained in:
deepdarkdepths
2024-03-05 20:29:02 -05:00
committed by GitHub
parent d938763242
commit d3b981f354

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
name: green glowstick name: green glowstick
parent: BaseItem parent: BaseItem
id: GlowstickBase id: GlowstickBase
@@ -60,6 +60,9 @@
maxDuration: 10 # 300.0 maxDuration: 10 # 300.0
startValue: 5.0 startValue: 5.0
endValue: 1.5 endValue: 1.5
- type: Tag
tags:
- Trash
- type: entity - type: entity
name: red glowstick name: red glowstick