The Aether Portal now uses the glass break sound.

This commit is contained in:
bconlon 2020-07-15 08:21:17 -07:00
parent 6ca6ccb2a1
commit 2265cc69b8

View file

@ -27,6 +27,7 @@ public class BlockAetherPortal extends BlockPortal {
this.setHardness(-1);
this.setResistance(900000F);
this.setStepSound(soundTypeGlass);
}
@Override