Skip to content

Commit

Permalink
fix piston block face
Browse files Browse the repository at this point in the history
  • Loading branch information
outofmem13 committed Aug 5, 2020
1 parent 3609ca2 commit da70c58
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public void translate(ReleaseToBeta main, PlayNoteblockPacketData packet, BetaCl
if (blockId == 33 || blockId == 29) {
builtinSound = BuiltinSound.BLOCK_PISTON_EXTEND;
type = PistonValueType.PUSHING;
pitch = 0;
} else {
builtinSound = BuiltinSound.BLOCK_NOTE_HARP;
type = NoteBlockValueType.HARP;
Expand All @@ -77,7 +76,6 @@ public void translate(ReleaseToBeta main, PlayNoteblockPacketData packet, BetaCl
} else if (blockId == 33 || blockId == 29) {
builtinSound = BuiltinSound.BLOCK_PISTON_CONTRACT;
type = PistonValueType.PULLING;
pitch = 0;
} else {
builtinSound = BuiltinSound.BLOCK_NOTE_BASEDRUM;
type = NoteBlockValueType.BASS_DRUM;
Expand Down

0 comments on commit da70c58

Please sign in to comment.