Skip to content

Commit

Permalink
fix: Fix compile error from cherrypick
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Sep 14, 2023
1 parent 08e8a5c commit b839211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ public Collection<ResourceLocation> getItemKeys() {

@Override
public Attribute getAttribute(ResourceLocation key) {
return BuiltInRegistries.ATTRIBUTE.get(key);
return Registry.ATTRIBUTE.get(key);
}
}

0 comments on commit b839211

Please sign in to comment.