Skip to content

Commit

Permalink
Added Palestinian messages in bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 31, 2024
1 parent 95e8f9c commit 9b67b0a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
6 changes: 6 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 @@ -234,6 +234,10 @@
"hybrid-aquatic.sea_message.cryptic_gun_message": "< You/We wield the Gun/You >",
"hybrid-aquatic.sea_message.cryptic_gun_message.title": "Hotline",
"hybrid-aquatic.sea_message.dylan": "You are a worm through time.\nThe thunder song distorts you.\nHappiness comes.\nWhite pearls, but yellow and red in the eye.\nThrough a mirror, inverted is made right.\nLeave your insides by the door.\nPush the fingers through the surface into the wet.\nYou’ve always been the new you.\nYou want this to be true.\nWe stand around you while you dream.\nYou can almost hear our words but you forget.\nThis happens more and more now.\nYou gave us the permission in your regulations.\nWe wait in the stains.\nThe word that describes this is redacted.\nRepeat the word.\nThe name of the sound.\nIt resonates in your house.\nAfter the song, time for applause.\nWe build you till nothing remains.\nThe egg cracks and the truth will emerge out of you.\nYou are home.\nYou remind us of home.\nYou’ve taken your boss with your boss with you.\nAll hair must be eaten.\nUnder the conceptual reality behind this reality you must want these waves to drag you away.\nAfter the song, time for applause.\nThis cliché is death out of time, breaking the first the second the third the fourth wall, the fifth wall, floor; no floor: you fall!\nHow do you say “insane”?\nHurts to be happy.\nAn earworm is a tune you can’t stop humming in a dream: \"Baby baby baby, yeah.\"\nJust plastic.\nSo safe and nothing to worry about.\nHa ha, funny.\nThe last egg breaks now.\nThe hole in your room is a hole in you.\nYou came and we let you in through the hole in you.\nYou have always been here, the only child.\nA copy of a copy of a copy.\nOrange peel.\nThe picture is you holding the picture.\nWhen you hear this you will know you’re in new you.\nYou want to listen.\nYou want to dream.\nYou want to smile.\nYou want to hurt.\nYou don’t want to be.",
"hybrid-aquatic.sea_message.free_gaza": "#FreeGaza",
"hybrid-aquatic.sea_message.free_gaza.title": "Freedom",
"hybrid-aquatic.sea_message.free_palestine": "#FreePalestine",
"hybrid-aquatic.sea_message.free_palestine.title": "Freedom",
"hybrid-aquatic.sea_message.loss": "| ||\n|| |_",
"hybrid-aquatic.sea_message.mylo": "Mylo, you are the best friend I could have ever hoped to have. \nRest in peace, my sweet prince. I hope you have sweet dreams and find the peace you deserve.",
"hybrid-aquatic.sea_message.mylo.title": "The Best Boy",
Expand All @@ -243,6 +247,8 @@
"hybrid-aquatic.sea_message.poke.title": "Cheese",
"hybrid-aquatic.sea_message.poyo": "I hate litterbugs.",
"hybrid-aquatic.sea_message.rick_roll": "Never gonna give you up!\nNever gonna let you down!\nNever gonna run around and desert you!",
"hybrid-aquatic.sea_message.river_to_sea": "From the river to the sea, Palestine will be free!",
"hybrid-aquatic.sea_message.river_to_sea.title": "River To Sea",
"hybrid-aquatic.sea_message.the_creepers_code": "The creepers have a code...",
"hybrid-aquatic.sea_message.the_creepers_code.title": "The Creeper's Code",
"hybrid-aquatic.sea_message.threats": "Try to counter unanticipated threats by anticipating them",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"has_title": true,
"infinite": false,
"translation_key": "hybrid-aquatic.sea_message.free_gaza"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"has_title": true,
"infinite": false,
"translation_key": "hybrid-aquatic.sea_message.free_palestine"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"has_title": true,
"infinite": false,
"translation_key": "hybrid-aquatic.sea_message.river_to_sea"
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ class SeaMessageProvider(output: FabricDataOutput, registriesFuture: Completable
GeneratedSeaMessageData("cryptic_gun_message", "< You/We wield the Gun/You >", "The Board", englishTitle = "Hotline"),
GeneratedSeaMessageData("boo", "Boo"),
GeneratedSeaMessageData("yashaa", "Why are you crying on a nice day like today? I mean, it's even snowing...", "Yashaa", englishTitle = "Cepriestess"),
GeneratedSeaMessageData("river_to_sea", "From the river to the sea, Palestine will be free!", englishTitle = "River To Sea"),
GeneratedSeaMessageData("free_palestine", "#FreePalestine", englishTitle = "Freedom"),
GeneratedSeaMessageData("free_gaza", "#FreeGaza", englishTitle = "Freedom"),
GeneratedSeaMessageData("control_oop", "Objects of Power shape reality around us. Handle with care.", author = "FBC", englishTitle = "Object of Power: Sea Message"),
GeneratedSeaMessageData("dylan", """
You are a worm through time.
Expand Down

0 comments on commit 9b67b0a

Please sign in to comment.