it shows this
The game crashed whilst initializing game Error: java.lang.NullPointerException: Registry Object not present: netherex:spore_creeper_explosion
heres the log
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 4/27/20 4:59 PM
Description: Initializing game
java.lang.NullPointerException: Registry Object not present: netherex:spore_creeper_explosion
at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92) ~[?:?] {re:classloading}
at logictechcorp.netherex.proxy.ClientProxy.onRegisterParticleFactory(ClientProxy.java:59) ~[?:3.0.1] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.1.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.1.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.1.0-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraft.client.Minecraft.<init>(Minecraft.java:437) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) ~[1.15.2-forge-31.1.60.jar:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.15.2-31.1.60.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at java.util.Objects.requireNonNull(Objects.java:290)
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92)
at logictechcorp.netherex.proxy.ClientProxy.onRegisterParticleFactory(ClientProxy.java:59)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:437)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Mac OS X (x86_64) version 10.14.6
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 813120336 bytes (775 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
CPUs: 8
JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.1.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.60.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.60.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.60.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.60.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.60.jar fml TRANSFORMATIONSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.60
FML Language Providers:
javafml@31.1
minecraft@1
Mod List:
forge-1.15.2-31.1.60-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 CREATE_REGISTRIES}
torchmaster-2.0.0-rc2.jar Torchmaster {torchmaster@2.0.0-rc2 ERROR}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 CREATE_REGISTRIES}
jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 CREATE_REGISTRIES}
simplefarming-1.14.4-1.2.8.jar Simple Farming {simplefarming@1.14.4-1.2.8 ERROR}
CTD-Core-1.15.2-2.0.5b.jar CTD Core {ctdcore@2.0.5b CREATE_REGISTRIES}
Neat+1.5-18.jar Neat {neat@1.5-18 CREATE_REGISTRIES}
essentials-1.14.4-2.6.7.jar Essentials {essentials@1.14.4-2.6.7 CREATE_REGISTRIES}
ForgeEndertech-1.15.2-6.0.2.2-build.0030.jar Forge Endertech {forgeendertech@6.0.2.2 CREATE_REGISTRIES}
AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {adpoles@4.0.1.0 CREATE_REGISTRIES}
journeymap-1.14.4-5.7.0b1.jar Journeymap {journeymap@1.14.4-5.7.0b1 CREATE_REGISTRIES}
ReAuth-1.14-3.8.0.jar ReAuth {reauth@3.8.0 CREATE_REGISTRIES}
citadel-1.1.4.jar Citadel {citadel@1.1.4 CREATE_REGISTRIES}
OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE ERROR}
NaturesCompass-1.14.4-1.8.5.jar Nature's Compass {naturescompass@1.14.4-1.8.5 CREATE_REGISTRIES}
SereneSeasons-1.14.4-2.0.0.70-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.70 ERROR}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {elevatorid@1.15.2-1.7.0 CREATE_REGISTRIES}
tombstone-4.3.5-1.15.2.jar Corail Tombstone {tombstone@4.3.5 CREATE_REGISTRIES}
Bookshelf-1.15.2-5.5.33.jar Bookshelf {bookshelf@5.5.33 CREATE_REGISTRIES}
EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {enchdesc@2.0.8 CREATE_REGISTRIES}
u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 CREATE_REGISTRIES}
solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {solcarrot@1.15.2-1.9.4 CREATE_REGISTRIES}
nifty-1.15.2-2.9.1.jar Nifty {nifty@2.9.1 CREATE_REGISTRIES}
AdChimneys-1.15.2-5.0.4.0-build.0032.jar Advanced Chimneys {adchimneys@5.0.4.0 CREATE_REGISTRIES}
forge-1.15.2-31.1.60-universal.jar Forge {forge@31.1.60 CREATE_REGISTRIES}
Ma-Essentials-1.14.4-1.2.11.jar Ma Essentials {ma-essentials@1.14.4-1.2.11 CREATE_REGISTRIES}
NetherEx-1.14.4-3.0.1.jar NetherEx {netherex@3.0.1 ERROR}
LibraryEx-1.14.4-2.0.2.jar LibraryEx {libraryex@2.0.2 CREATE_REGISTRIES}
exp_bottling-1.15.2-1.jar EXP Bottling {exp_bottling@1.15.2-1 CREATE_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
Launched Version: 1.15.2-forge-31.1.60
Backend library: LWJGL version 3.2.1 build 12
Backend API: Intel(R) Iris(TM) Plus Graphics 645 GL version 2.1 INTEL-12.10.17, Intel Inc.
GL Caps: Using framebuffer using ARB_framebuffer_object extension
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 8x Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz