Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fixed #66031
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenDEV authored Aug 31, 2020
1 parent 4a25747 commit fd457d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-1.12.2/templates/modbase/sounds.json.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<#list sounds as sound>
"${sound.getName()}": {
"category": "${sound.getCategory()}",
<#if sound.getSubtitle()?has_content>"subtitle": "${sound.getSubtitle()}",</#if>
<#if sound.getSubtitle()?has_content>"subtitle": "subtitles.${sound.getName()}",</#if>
"sounds": [
<#list sound.getFiles() as file>
{
Expand Down

0 comments on commit fd457d9

Please sign in to comment.