Sound does not play
Quezler opened this issue ยท 4 comments
Sound does not play even if you have the config set correctly as mentioned in #38
#
# 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
Hey, this is super easy, replace the ITEM_PICKUP for this: ENTITY_ITEM_PICKUP
And done!