Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peculiar Bell Transformation Hardcoded #7194

Open
VoidLeech opened this issue Dec 4, 2024 · 0 comments
Open

Peculiar Bell Transformation Hardcoded #7194

VoidLeech opened this issue Dec 4, 2024 · 0 comments
Labels
area: api Issue or PR is related to API

Comments

@VoidLeech
Copy link
Contributor

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.

@IThundxr IThundxr added the area: api Issue or PR is related to API label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: api Issue or PR is related to API
Projects
None yet
Development

No branches or pull requests

2 participants