diff --git a/src/main/java/net/openbagtwo/foxnap/instruments/SecretlyJustAGoatHorn.java b/src/main/java/net/openbagtwo/foxnap/instruments/SecretlyJustAGoatHorn.java index 933f6d2..2455512 100644 --- a/src/main/java/net/openbagtwo/foxnap/instruments/SecretlyJustAGoatHorn.java +++ b/src/main/java/net/openbagtwo/foxnap/instruments/SecretlyJustAGoatHorn.java @@ -71,4 +71,8 @@ private static void playSound(World world, PlayerEntity player, SoundEvent sound ); } + @Override + public int getMaxUseTime(ItemStack stack) { + return this.cooldown; + } }