Skip to content

Commit

Permalink
fix: another tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Feb 25, 2024
1 parent 885ee42 commit d834bd0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ protected void addTags(HolderLookup.Provider provider) {
ReduxItems.FEATHER_OF_WARDING.get()
);
this.tag(ReduxTags.Items.BLUEBERRY_PIE_EGGS).addTag(AetherTags.Items.MOA_EGGS).add(Items.EGG).addOptional(DAItems.QUAIL_EGG.getId());
this.tag(ReduxTags.Items.SKYROOT_BOWLS).addOptional(new ResourceLocation("aether_genesis", "skyroot_bowl"));
this.tag(ItemTags.MUSIC_DISCS).add(ReduxItems.MUSIC_DISC_LABYRINTHS_VENGEANCE.get());
this.tag(ReduxTags.Items.VERIDIUM_ADVANCEMENT_INFUSABLE).add(
ReduxItems.VERIDIUM_PICKAXE.get(),
Expand Down
1 change: 0 additions & 1 deletion src/main/java/net/zepalesque/redux/misc/ReduxTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public static class Items {
public static final TagKey<Item> BLIGHTWARDING_ACCESSORIES = tag("blightwarding_accessories");
public static final TagKey<Item> IS_SKYROOT_TOOL = tag("is_skyroot_tool");

public static final TagKey<Item> SKYROOT_BOWLS = tag("compat/skyroot_bowls");
public static final TagKey<Item> MOUSE_EAR_CAPS = tag("compat/mouse_ear_caps");

public static TagKey<Item> tag(String name) {
Expand Down

0 comments on commit d834bd0

Please sign in to comment.