Skip to content

Commit

Permalink
fix (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFlames096 authored Apr 3, 2024
1 parent 7c8c404 commit 5d01f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockSt

@Override
public String getDescriptionId() {
return super.getDescriptionId();
return "block.surface_rock";
}

@Override
Expand Down

0 comments on commit 5d01f82

Please sign in to comment.