architectury-api icon indicating copy to clipboard operation
architectury-api copied to clipboard

Close #236

Open shedaniel opened this issue 2 years ago • 1 comments

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 avatar Apr 11 '22 13:04 shedaniel

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

Faboslav avatar Apr 25 '22 07:04 Faboslav