Skip to content

Commit

Permalink
Fixed noSoundType()
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Jul 1, 2024
1 parent 7a1861a commit 8e42881
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ public BlockBuilder soundType(SoundType m) {
}

public BlockBuilder noSoundType() {
return soundType(SoundType.EMPTY);
soundType = SoundType.EMPTY;
return this;
}

public BlockBuilder woodSoundType() {
Expand Down

0 comments on commit 8e42881

Please sign in to comment.