From 2f85ea82f372efd8fae5ebff6c9f0bb81f2f63aa Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Fri, 4 Feb 2022 14:50:55 -0800 Subject: Texture Shenanigans (#915) * Texture Shenanigans - Get rid of all the TODOs and run everything through the new Texture API in a backwards compatible way. * allow bw runclient to run * Add obf name Co-authored-by: bombcar --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 82a802b075..d59a4f9aaa 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ src/main/resources/mixins.*.json /src/main/generated/ /src/test/generated/ .DS_Store +classes \ No newline at end of file -- cgit