Skip to content

Commit

Permalink
Update FilterBuilder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Aug 9, 2024
1 parent 718e254 commit 03d601e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public interface FilterBuilder
{
#if MC_VERSION <= "11802"
#if MC_VERSION <= "11902"
static Filter registerFilter(CreativeModeTabHolder creativeModeTab, MutableText filterName, Supplier<ItemStack> filterIcon) {
return ziyue.filters.FilterBuilder.registerFilter(creativeModeTab.creativeModeTab, filterName.data, () -> filterIcon.get().data);
}
Expand Down

0 comments on commit 03d601e

Please sign in to comment.