Pyrofab

Results 155 comments of Pyrofab

`Iterator` → `it` maybe

Building upon the PlayerEntity suggestion, `(.*)Entity` -> `$1`

Closing this as the mod is now available on modrinth: https://modrinth.com/mod/blast/

Thanks for the report, version 1.18.0 for MC 1.20.5 adds a warning in the logs when both mods are loaded together.

Could you try again without optifabric ?

Yeah that sounds like a great idea, wanna do a PR for it ?

Also could you update the gradle wrapper while you are at it ?

the white flash is in fact supposed to exist, it was however lost in the 1.20 update because of a bug in the underlying library

Turns out adding a separate minecraft serialization library may not be strictly necessary as [we already have our own](https://github.com/QuiltMC/quilt-kotlin-libraries/blob/main/library/src/main/kotlin/org/quiltmc/qkl/library/serialization/serialization.md). That said, Fudge's library does provide several types and convenience methods...