Skip to content

Commit

Permalink
Add shader JSON files to incompatibility list
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Jan 22, 2024
1 parent 5c04268 commit eec8380
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ public class ResourcePackScanner {
private static final Set<String> SHADER_PROGRAM_BLACKLIST = Set.of(
"rendertype_solid.vsh",
"rendertype_solid.fsh",
"rendertype_solid.json",
"rendertype_cutout_mipped.vsh",
"rendertype_cutout_mipped.fsh",
"rendertype_cutout_mipped.json",
"rendertype_cutout.vsh",
"rendertype_cutout.fsh",
"rendertype_cutout.json",
"rendertype_translucent.vsh",
"rendertype_translucent.fsh",
"rendertype_translucent.json",
"rendertype_tripwire.vsh",
"rendertype_tripwire.fsh"
"rendertype_tripwire.fsh",
"rendertype_tripwire.json"
);

private static final Set<String> SHADER_INCLUDE_BLACKLIST = Set.of(
Expand Down

0 comments on commit eec8380

Please sign in to comment.