Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 5, 2025
1 parent 17ec31f commit dfd58d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/zepalesque/redux/data/ReduxTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static class Entities {

public static final TagKey<EntityType<?>> SENTRIES = tag("sentries");

public static final TagKey<EntityType<?>> SENTRITE_MUSIC_DISC_DROPPING = tag("sentries");
public static final TagKey<EntityType<?>> SENTRITE_MUSIC_DISC_DROPPING = tag("sentrite_music_disc_dropping");

private static TagKey<EntityType<?>> tag(String name) {
return TagKey.create(Registries.ENTITY_TYPE, Redux.loc(name));
Expand Down

0 comments on commit dfd58d1

Please sign in to comment.