so i made a particle but when i enter in the world it crashes (yes i did register the ModParticles class in Main class)
lightning_particle.json file
{ "textures": [ "modid:lightning_particle" ] }
ModParticles class:
public class ModParticles {
public static final DeferredRegister<ParticleType<?>> PARTICLES = DeferredRegister.create(ForgeRegistries.PARTICLE_TYPES, Main.MOD_ID);
public static final RegistryObject<BasicParticleType> LIGHTN