Skip to content

Commit

Permalink
Messages in bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Apr 16, 2024
1 parent d0128c1 commit 7bf4d16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/generated/resources/assets/hybrid-aquatic/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,13 @@
"hybrid-aquatic.sea_message.catpenjoe": "\"If you wanna get a catgirl, you first have to become a catboy.\n-Catpenjoe",
"hybrid-aquatic.sea_message.fishenjoe": "\"Give a man a fish and you'll feed him for a day,\nkill a man and you'll have one less homeless person begging you for fish.\n-Fishenjoe",
"hybrid-aquatic.sea_message.kaupenjoe": "\"It is better to sail the seven sea, than to get STDs\n-Kaupenjoe",
"hybrid-aquatic.sea_message.loss": "\"| ||\n|| |_",
"hybrid-aquatic.sea_message.poke": "\"I like cheese\n-Poke",
"hybrid-aquatic.sea_message.poyo": "\"I hate litterbugs.\"\n~Poyo",
"hybrid-aquatic.sea_message.rick_roll": "\"Never gonna give you up!\nNever gonna let you down!\nNever gonna run around and desert you!\n-Rick Astley",
"hybrid-aquatic.sea_message.the_creepers_code": "\"The creepers have a code...",
"hybrid-aquatic.sea_message.warranty": "\"We've been trying to reach you about your car's extended warranty",
"hybrid-aquatic.sea_message.willowshine": "\"Beware the fish girl\n-Willowshine",
"item.hybrid-aquatic.anglerfish": "Anglerfish",
"item.hybrid-aquatic.anglerfish_spawn_egg": "Anglerfish Spawn Egg",
"item.hybrid-aquatic.atolla_jellyfish_spawn_egg": "Atolla Jellyfish Spawn Egg",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class LanguageProvider(output: FabricDataOutput) : FabricLanguageProvider(output
"kaupenjoe" to "\"It is better to sail the seven sea, than to get STDs\n-Kaupenjoe",
"catpenjoe" to "\"If you wanna get a catgirl, you first have to become a catboy.\n-Catpenjoe",
"fishenjoe" to "\"Give a man a fish and you'll feed him for a day,\nkill a man and you'll have one less homeless person begging you for fish.\n-Fishenjoe",
"loss" to "\"| ||\n|| |_",
"willowshine" to "\"Beware the fish girl\n-Willowshine",
"warranty" to "\"We've been trying to reach you about your car's extended warranty",
"poke" to "\"I like cheese\n-Poke",

).forEach { (id, translation) -> builder.add(SeaMessage(id).translationKey, translation) }

Expand Down

0 comments on commit 7bf4d16

Please sign in to comment.