Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
CadenCCC committed Jul 29, 2024
1 parent b4ff721 commit a38c9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/java/todo
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
todo
Maybe use SPI to do contexts and other important things

Change how i do the contexts, its not intuitive enough

Create a Access Transformer API so the remapper can use it. todo
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Main {


public static void main(String[] args) throws IOException {

// Use try to use SPI for this if you want too.
Profiler profiler = new Profiler("normal");
profiler.start();

Expand Down

0 comments on commit a38c9f3

Please sign in to comment.