Skip to content

Commit

Permalink
fix: invalid firework type in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed Jan 17, 2024
1 parent 85c0e40 commit 995639f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ public void load() {
"power", 1,
"effects", List.of(
Map.of(
"type", "small",
"type", "small_ball",
"flicker", false,
"trail", false,
"colors", List.of(
Expand Down

0 comments on commit 995639f

Please sign in to comment.