Green Thumb requires a hoe, sneak to break with a hoe

This commit is contained in:
nossr50
2020-02-19 16:14:21 -08:00
parent e2073ff9f7
commit 7c6d5c476d
5 changed files with 19 additions and 4 deletions

View File

@ -98,6 +98,8 @@ public class SoundManager {
return Sound.ENTITY_ENDER_EYE_DEATH;
case GLASS:
return Sound.BLOCK_GLASS_BREAK;
case ITEM_CONSUMED:
return Sound.ITEM_BOTTLE_EMPTY;
default:
return null;
}

View File

@ -15,6 +15,7 @@ public enum SoundType {
ABILITY_ACTIVATED_BERSERK,
BLEED,
GLASS,
ITEM_CONSUMED,
TIRED;
public boolean usesCustomPitch()