CreeperHeal

CreeperHeal

281k Downloads

Sound does not play

Quezler opened this issue ยท 4 comments

commented
commented

Sound does not play even if you have the config set correctly as mentioned in #38

commented
# 
# CreeperHeal v 6.0
wait-before-heal:
  explosions: 10
  fire: 45
block-per-block:
  enabled: true
  interval: 1
replace-protected-chests-immediately: false
crack-destroyed-bricks: false
replace-grass-with-dirt: false
sound:
  volume: 1
  type: ITEM_PICKUP

commented

Hey, this is super easy, replace the ITEM_PICKUP for this: ENTITY_ITEM_PICKUP
And done!

commented

Ah, I didn't know they changed the name. I'll change it in the default config, thanks!