Fixed all firework metadata not being correctly logged
This commit is contained in:
parent
42c6deff8a
commit
596a39c965
2 changed files with 3 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ public class ItemMetaHandler {
|
|||
}
|
||||
|
||||
Map<String, Object> hasCheck = new HashMap<>();
|
||||
hasCheck.put("type", effect.getType());
|
||||
hasCheck.put("flicker", effect.hasFlicker());
|
||||
hasCheck.put("trail", effect.hasTrail());
|
||||
list.add(hasCheck);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue