Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Wisdom #195

Merged
merged 2 commits into from
Dec 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/main/java/io/wispforest/owo/util/Wisdom.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ private Wisdom() {}
"Did you know that Air is made of 78 percent nitrogen and 21 percent oxygen?",
"We don't have to worry about people re-inventing Venezuela glisco, that's their problem for integrating the Bourgeoisie into their pack",
"fuck i need to update tags again",
"Hey - if you want to spice up your house, Jello has about 1833 colors; atleast one of them has to tickle your fancy",
"Don't use Forge, use Froge!",
"Noaaan: I'm talking to my inner demons. Which is all of you",
"There is a 1% chance that instead of Frog, you get Froge!",
Expand Down Expand Up @@ -50,7 +49,9 @@ private Wisdom() {}
"chyz: bro, can you stop breathing",
"Noaaan: It's surprising how much knowledge is lost by the simple fact that people don't know it",
"Blodhgarm: Did you know it took four switcheroos to implement MatrixStackTransformer in the correct package?",
"chyz: who would've thought that if you don't summon satan things go better. you can put that in wisdom if you like"
"chyz: who would've thought that if you don't summon satan things go better. you can put that in wisdom if you like",
"Its called Unobtainium until you obtain it, thats the thing",
"i ate moss and i died"
);

public static void spread() {
Expand Down
Loading