Skip to content

Commit

Permalink
Merge latest custom uniform parser
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Sep 11, 2021
1 parent a31ce6e commit 9cefcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kroppeb/stareval/parser/Tokenizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import kroppeb.stareval.exception.UnexpectedCharacterException;
import kroppeb.stareval.exception.UnexpectedEndingException;
import kroppeb.stareval.element.Expression;
import net.minecraft.client.util.CharPredicate;
import net.minecraft.CharPredicate;

class Tokenizer {
private Tokenizer() {
Expand Down

0 comments on commit 9cefcfb

Please sign in to comment.