File tree Expand file tree Collapse file tree
src/main/java/net/lopymine/pe/entrypoint Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010import net.neoforged.fml.common.Mod;
1111
1212@Mod(value = ParticleEffects.MOD_ID, dist = Dist.CLIENT)
13- public class MossyNeoForgeClientEntrypoint {
13+ public class PENeoForgeClientEntrypoint {
1414
15- public MossyNeoForgeClientEntrypoint (ModContainer container) {
15+ public PENeoForgeClientEntrypoint (ModContainer container) {
1616 ParticleEffectsClient.onInitializeClient();
1717 PEModMenuIntegration integration = new PEModMenuIntegration();
1818 integration.register(container);
Original file line number Diff line number Diff line change 88import net.neoforged.fml.common.Mod;
99
1010@Mod(ParticleEffects.MOD_ID)
11- public class MossyNeoForgeEntrypoint {
11+ public class PENeoForgeEntrypoint {
1212
13- public MossyNeoForgeEntrypoint (IEventBus eventBus) {
13+ public PENeoForgeEntrypoint (IEventBus eventBus) {
1414 ParticleEffectsManager.PARTICLES_REGISTER.register(eventBus);
1515 eventBus.addListener(ParticleEffectsManager::onCommonSetup);
1616 eventBus.addListener(ParticleEffectsManager::registerParticleFactories);
You can’t perform that action at this time.
0 commit comments