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

Close #236 #242

Open
wants to merge 2 commits into
base: 1.18.2
Choose a base branch
from
Open

Close #236 #242

wants to merge 2 commits into from

Conversation

shedaniel
Copy link
Member

@shedaniel shedaniel commented Apr 11, 2022

Implements the flammable registry to allow mods register their blocks as flammable, this PR is currently not tested, test mod pending!

I am not sure if the fabric flammable registry's default instance is applicable to all fire blocks, probably not, so that needs to be look into and tested as well.

I am wary of the performance issues by looking up the near by fire block, but vanilla fires are already laggy, and I can't think of a better way to implement this.

We need to inject to an interface, thus the custom ASM we have here.

@shedaniel shedaniel added enhancement New feature or request needs testing This PR needs to be tested further before it can be merged api Improvements or additions to the project API priority: medium This issue or PR should be worked on soon-ish 1.18 This issue applies to Minecraft 1.18. labels Apr 11, 2022
@Faboslav
Copy link

Is there anything that i can do to help with this?

@MaxNeedsSnacks MaxNeedsSnacks requested review from MaxNeedsSnacks and a team October 20, 2022 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.18 This issue applies to Minecraft 1.18. api Improvements or additions to the project API enhancement New feature or request needs testing This PR needs to be tested further before it can be merged priority: medium This issue or PR should be worked on soon-ish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants