You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking over FabricMC/fabric#3373 I noticed that QSL's implementation was missing copying the burnable flag. This appears to be the only thing QSL is missing from the referenced PR.
The text was updated successfully, but these errors were encountered:
Ok, turns out burnable is called lavaIgnitable in QM and I didn't notice FAPI didn't have it the first time over. So QSL does actually copy the burnable flag, just under another name.
The Issue
While looking over FabricMC/fabric#3373 I noticed that QSL's implementation was missing copying the
burnable
flag. This appears to be the only thing QSL is missing from the referenced PR.The text was updated successfully, but these errors were encountered: