Skip to content

Commit

Permalink
more wisdom
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Aug 20, 2023
1 parent 11ba4c8 commit 1d2711c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/java/io/wispforest/owo/util/Wisdom.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ private Wisdom() {}
"chyz: now i just need to painstakingly move jerry (the little tiny lil fella tiny guy man button) to correct spot when recipe book is opened",
"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 the Matrices in the correct folder"
"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"
);

public static void spread() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.joml.Quaternionf;

/**
* Helper Interface implemented on top of the {@link DrawContext} to allow for easier matrix stack transformations
* Helper interface implemented on top of the {@link DrawContext} to allow for easier matrix stack transformations
*/
public interface MatrixStackTransformer {

Expand Down

0 comments on commit 1d2711c

Please sign in to comment.