[1.20.1] Crash when entities are created under the influence of Focus of Block Shaping
AichiChikuwa opened this issue ยท 0 comments
Mod Version: 4.12.1
Steps to duplicate:
- Equip Focus of Block Shaping
- Make a simple Ignite -> Flare spell. Form doesn't matter here.
- Cast it. See the crash occurs when the mage fire is landed and a mage fire entity is made.
Potential reason: The manip focus modifies the mage fire entity (or any entities created by spells I believe) so that hasFocus can't inherent/find the actual caster, causing a NullPointerException.