Skip to content

Commit

Permalink
💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Aug 13, 2023
1 parent 4857fd5 commit 9af7afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static List<BlockSoundGroupOverwrite> getOverwrites() {
}

@Nullable
public BlockSoundGroupOverwrite getOverwrite(ResourceLocation id) {
public static BlockSoundGroupOverwrite getOverwrite(ResourceLocation id) {
return MANAGER.getOverwrite(id);
}

Expand Down

0 comments on commit 9af7afd

Please sign in to comment.