Create

Create

101M Downloads

Peculiar Bell Transformation Hardcoded

VoidLeech opened this issue ยท 0 comments

commented

The blocks that need to be under a peculiar bell for it to transform into a haunted bell are hardcoded:

if (!(Blocks.SOUL_FIRE.equals(underBlock) || Blocks.SOUL_CAMPFIRE.equals(underBlock)))

A block tag (perhaps just the haunting catalyst tag) would allow easily adding other thematic blocks, such as Decorative Blocks' Soul Brazier or Soul Bonfire.