[Request] Particle Factory Registration API
Leo40Git opened this issue ยท 1 comments
An API to register particle factories on the client. Necessary for any mod that wants to even approach custom particles.
Forge: ParticleFactoryRegisterEvent
(Forge makes ParticleManager.registerFactory
accessible)
Fabric: ParticleFactoryRegistry
Additionally, a utility class similar to nvm, seems like it's pretty much uselessFabricParticleTypes
would be appreciated, just so we don't need to extend DefaultParticleType
.
Weird, this should've been closed by #110. Anyways, yeah it's a thing now!