Skip to content

Commit

Permalink
Update score message for in world hockey
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 14, 2024
1 parent 2ea7c8a commit 831d427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/lt/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@
"lt.loot_table.teeter_yeeter_boogaloo.lore": "You may yeet a teeter with this teeter yeeter but that begs the question how much yeet could a teeter yeeter yeet if a teeter yeeter was a wooden hoe with one durability. The answer is that a teeter yeeter could yeet a single teeter.",

"lt.hockey.jump_floor.title": "Jump Floor Actvated!",
"lt.hockey.jump_floor.subtitle": "A Donation has effected the floor!"
"lt.hockey.jump_floor.subtitle": "A Donation has effected the floor!",
"lt.hockey.score.subtitle_blue": "Blue Team Scored!",
"lt.hockey.score.subtitle_red": "Red Team Scored!"



Expand Down
2 changes: 1 addition & 1 deletion data/lt/function/world_games/hockey/score.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$say $(team) scored
$title @a[tag=in_game.hockey] subtitle {"translate": "lt.hockey.score.subtitle_$(team)","color":"$(team)"}
$scoreboard players add $(team) game.hockey 1
function lt:world_games/hockey/spawn_crab
kill @s
Expand Down

0 comments on commit 831d427

Please sign in to comment.