Skip to content

Commit

Permalink
fix(tsl): add missing JustGiving default title
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoodie committed Sep 13, 2020
1 parent d24527d commit e6b812f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.daemon=false

mod_id=twitchspawn
mod_group=net.programmer.igoodie
mod_version=0.6.5
mod_version=0.8.1

minecraft_version=1.12.2
forge_version=14.23.3.2655
Expand Down
14 changes: 14 additions & 0 deletions src/main/resources/assets/twitchspawn/default/titles.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,19 @@
"text": "!",
"color": "white"
}
],
"justgiving donation": [
{
"text": "${actor}",
"color": "dark_purple"
},
{
"text": " donated you ${amount_f}${currency}!",
"color": "white"
},
{
"text": " (JustGiving)",
"color": "gold"
}
]
}

0 comments on commit e6b812f

Please sign in to comment.