Skip to content

Commit

Permalink
chore: Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GearsDatapacks committed Jun 3, 2024
1 parent e29238e commit 3402d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Harlequins
**Harlequins is a datapack made in a week for the [Imageination Jam](https://www.planetminecraft.com/jam/imageination/).**

**This datapack only works in snapshot 14w21a or higher.**
**This datapack only works in snapshot 24w21a or higher.**

The theme for this jam, instead of a traditional text prompt, was an image. Specifically *Two Harlequins* by Salvador Dali:
![Two harlequins](https://www.salvador-dali.org/media/upload/cataleg_pintura/MITJA/0551.jpg)
Expand Down
2 changes: 1 addition & 1 deletion src/harlequins/functions.zog
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn exit() {
}

fn dialog() {
data modify storage harl:dialog lines set value ['[{"color": "dark_green", "text": "It appears that "}, {"selector": "@s"}, {"text": " has found our physical forms. But they found much more on theire journey here."}]','[{"color": "dark_aqua", "text": "But what did they find?"}]','[{"color": "dark_green", "text": "Something beautiful and a little sad - something that reminded them of memories they made along the way."}]','[{"color": "dark_aqua", "text": "But why are memories beautiful? "}]','[{"color": "dark_green", "text": "Because when you reminisce you think of the good parts first."}]','[{"color": "dark_aqua", "text": "Then why is it sad?"}]','[{"color": "dark_green", "text": "Because even memories fade."}]','[{"color": "dark_aqua", "text": "Then what is their meaning?"}]','[{"color": "dark_green", "text": "Who knows. Perhaps it it something something grand and abstract? Or maybe it is like a boiled egg."}]','[{"color": "dark_aqua", "text": "Why a boiled egg?"}]','[{"color": "dark_green", "text": "Because there is no meaning in the comparison. Perhaps to them this is just a game, a passing dream?"}]','[{"color": "dark_aqua", "text": "But wouldn\'t "}, {"selector": "@s"}, {"text": " try and find some meaning, even if there isn\'t any?"}]','[{"color": "dark_green", "text": "Perhaps, and maybe that has meaning in itself."}]','[{"color": "dark_aqua", "text": "What meaning do you think "}, {"selector": "@s"}, {"text": " found?"}]','[{"color": "dark_green", "text": "Who knows? "}]','[{"color": "dark_aqua", "text": "Shall we ask them?"}]','[{"color": "dark_green", "text": "Perhaps another time. Perhaps we will meet them in another dream and we will speak again."}]','[{"color": "dark_aqua", "text": "Then what now?"}]','[{"color": "dark_green", "text": "Now they must leave to live and dream again, to face new challenges and rise to new heights, to fly and falter and dig deep within themselves. Perhaps when we meet again it will be in a different place, as different people with new memories."}]','[{"color": "dark_aqua", "text": "Then is this the end?"}]','[{"color": "dark_green", "text": "For now."}]','[{"color": "dark_aqua", "text": ""}, {"selector": "@s"}, {"text": "?"}]','[{"color": "dark_green", "text": "Wake Up"}]']
data modify storage harl:dialog lines set value ['[{"color": "dark_green", "text": "It appears that "}, {"selector": "@s"}, {"text": " has found our physical forms. But they found much more on their journey here."}]','[{"color": "dark_aqua", "text": "But what did they find?"}]','[{"color": "dark_green", "text": "Something beautiful and a little sad - something that reminded them of memories they made along the way."}]','[{"color": "dark_aqua", "text": "But why are memories beautiful? "}]','[{"color": "dark_green", "text": "Because when you reminisce you think of the good parts first."}]','[{"color": "dark_aqua", "text": "Then why is it sad?"}]','[{"color": "dark_green", "text": "Because even memories fade."}]','[{"color": "dark_aqua", "text": "Then what is their meaning?"}]','[{"color": "dark_green", "text": "Who knows. Perhaps it it something something grand and abstract? Or maybe it is like a boiled egg."}]','[{"color": "dark_aqua", "text": "Why a boiled egg?"}]','[{"color": "dark_green", "text": "Because there is no meaning in the comparison. Perhaps to them this is just a game, a passing dream?"}]','[{"color": "dark_aqua", "text": "But wouldn\'t "}, {"selector": "@s"}, {"text": " try and find some meaning, even if there isn\'t any?"}]','[{"color": "dark_green", "text": "Perhaps, and maybe that has meaning in itself."}]','[{"color": "dark_aqua", "text": "What meaning do you think "}, {"selector": "@s"}, {"text": " found?"}]','[{"color": "dark_green", "text": "Who knows? "}]','[{"color": "dark_aqua", "text": "Shall we ask them?"}]','[{"color": "dark_green", "text": "Perhaps another time. Perhaps we will meet them in another dream and we will speak again."}]','[{"color": "dark_aqua", "text": "Then what now?"}]','[{"color": "dark_green", "text": "Now they must leave to live and dream again, to face new challenges and rise to new heights, to fly and falter and dig deep within themselves. Perhaps when we meet again it will be in a different place, as different people with new memories."}]','[{"color": "dark_aqua", "text": "Then is this the end?"}]','[{"color": "dark_green", "text": "For now."}]','[{"color": "dark_aqua", "text": ""}, {"selector": "@s"}, {"text": "?"}]','[{"color": "dark_green", "text": "Wake Up"}]']

schedule function harl:dialog/speak 4s
}

0 comments on commit 3402d36

Please sign in to comment.