Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
Fixed incorrect file extension used in new Insect Plague configuration
  • Loading branch information
Sisimshow committed Sep 5, 2024
1 parent 1e8354d commit d60eee7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.7.1
Fixed incorrect file extension used in new Insect Plague configuration

# 1.7.0

This is for Foundry V12 but will also work for V11 and should even work with V10 (untested.)
Expand Down
6 changes: 3 additions & 3 deletions module/autorec.json
Original file line number Diff line number Diff line change
Expand Up @@ -141949,7 +141949,7 @@
"variant": "01",
"color": "darkgreen",
"enableCustom": true,
"customPath": "modules/dnd5e-animations/assets/graphics/textures/InsectPlague.png"
"customPath": "modules/dnd5e-animations/assets/graphics/textures/InsectPlague.webp"
},
"sound": {
"enable": true,
Expand Down Expand Up @@ -142104,8 +142104,8 @@
"label": "Insect Plague",
"menu": "templatefx",
"name": "5e Animations",
"moduleVersion": "1.7.0",
"version": 1725493831639
"moduleVersion": "1.7.1",
"version": 1735493831639
}
},
{
Expand Down

0 comments on commit d60eee7

Please sign in to comment.