Mekanism

Mekanism

111M Downloads

Minecraft Crashed

HastumeM opened this issue ยท 1 comments

commented

Please use the search functionality before reporting an issue. Also take a look at the closed issues!

Issue description:

When trying to start Minecraft, Crashed

Steps to reproduce:

Version (make sure you are on the latest version before reporting):

**Forge: forge-1.15.2-31.1.18.jar
**Mekanism: Mekanism-1.15.2-9.9.17.409.jar
Other relevant version:

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

Crash Report:

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 27/03/20 12:42
Description: Initializing game

java.lang.NullPointerException: Registry Object not present
at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading}
at mekanism.common.registration.WrappedRegistryObject.get(WrappedRegistryObject.java:23) ~[?:?] {re:classloading}
at mekanism.common.registration.impl.ParticleTypeRegistryObject.getParticleType(ParticleTypeRegistryObject.java:17) ~[?:?] {re:classloading}
at mekanism.client.ClientRegistration.registerParticleFactories(ClientRegistration.java:343) ~[?:?] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_384_ClientRegistration_registerParticleFactories_ParticleFactoryRegisterEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$2462/1054220477.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraft.client.Minecraft.(Minecraft.java:438) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:shouldersurfing:coremodone,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.18.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source) [forge-1.15.2-31.1.18.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.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:228)
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
at mekanism.common.registration.WrappedRegistryObject.get(WrappedRegistryObject.java:23)
at mekanism.common.registration.impl.ParticleTypeRegistryObject.getParticleType(ParticleTypeRegistryObject.java:17)
at mekanism.client.ClientRegistration.registerParticleFactories(ClientRegistration.java:343)
at net.minecraftforge.eventbus.ASMEventHandler_384_ClientRegistration_registerParticleFactories_ParticleFactoryRegisterEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
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$30(ModLoader.java:243)
at net.minecraftforge.fml.ModLoader$$Lambda$2462/1054220477.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
at net.minecraft.client.Minecraft.(Minecraft.java:438)

-- 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:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source)
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: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3033023616 bytes (2892 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
CPUs: 8
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.18.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.18.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.18.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.18.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.18.jar fml TRANSFORMATIONSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.18
FML Language Providers:
[email protected]
minecraft@1
Mod List:
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES}
Ma-Enchants-1.15.2-3.0.0 - Copy.jar Ma Enchants {[email protected] LOAD_REGISTRIES}
Cucumber-1.15.2-3.0.1.jar Cucumber Library {[email protected] LOAD_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] LOAD_REGISTRIES}
torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {[email protected] LOAD_REGISTRIES}
NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {[email protected] LOAD_REGISTRIES}
GoodSkeletonDontStrafe-v1.1.2-1.15.1.jar Good Skeletons Don't Strafe {[email protected] LOAD_REGISTRIES}
jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
SwordBlockingCombat-v1.3-1.15.2.jar Sword Blocking Combat {[email protected] LOAD_REGISTRIES}
DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] LOAD_REGISTRIES}
extrabows-v1.15.2+b1 - Copy.jar Extra Bows {[email protected] b1 LOAD_REGISTRIES}
ProjectE-1.15.2-PE1.0.2B - Copy.jar ProjectE {[email protected] LOAD_REGISTRIES}
Mekanism-1.15.2-9.9.17.409.jar Mekanism {[email protected] LOAD_REGISTRIES}
IndustrialAgriculture[Core]-1.15.2-1.5.4.jar Industrial Agriculture {[email protected] LOAD_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] LOAD_REGISTRIES}
BowInfinityFix-1.15.2-rv8.jar Bow Infinity Fix {bowinfinityfix@rv8 LOAD_REGISTRIES}
IronJetpacks-1.15.2-3.0.0 - Copy.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES}
XaerosWorldMap_1.5.5_Forge_1.15.2.jar Xaero's World Map {[email protected] LOAD_REGISTRIES}
RingOfRepair-1.15.2-1.1.16 - Copy.jar Ring of Repair {[email protected] LOAD_REGISTRIES}
LightOverlay-4.2.jar Light Overlay Forge {[email protected] LOAD_REGISTRIES}
Controlling-6.1.1.jar Controlling {[email protected] LOAD_REGISTRIES}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] LOAD_REGISTRIES}
NoFog-1.15b1.jar NoFog {[email protected] LOAD_REGISTRIES}
NaturesCompass-1.15.2-1.8.4 - Copy.jar Nature's Compass {[email protected] LOAD_REGISTRIES}
SimpleStorageNetwork-1.15.2-0.2.4 - Copy.jar Simple Storage Network {[email protected] LOAD_REGISTRIES}
SereneSeasons-1.15.2-3.0.0.66-universal - Copy.jar Serene Seasons {[email protected] LOAD_REGISTRIES}
VanillaTweaks-1.15.2.1.5.18.jar VanillaTweaks {[email protected] LOAD_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.0 - Copy.jar Farming for Blockheads {[email protected] LOAD_REGISTRIES}
RingOfTeleport-1.15.2-1.1.16 - Copy.jar Ring of Teleport {[email protected] LOAD_REGISTRIES}
LightingWand-1.15.2-1.4.2 - Copy.jar Lighting Wand {[email protected] LOAD_REGISTRIES}
MekanismGenerators-1.15.2-9.9.17.409.jar Mekanism: Generators {[email protected] LOAD_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version LOAD_REGISTRIES}
WaterStrainer-1.15.1-8.0.0.jar Water Strainer {[email protected] LOAD_REGISTRIES}
SnowRealMagic-1.15.2-1.7.2.jar Snow! Real Magic! {[email protected] LOAD_REGISTRIES}
Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] LOAD_REGISTRIES}
immersive-portals-0.8(forMc1.15withForge).jar Immersive Portals {[email protected] ERROR}
extradisks-1.15.1-1.2 - Copy.jar Extra Disks {[email protected] LOAD_REGISTRIES}
BetterThanMending-1.4.0.jar BetterThanMending {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.1.18-universal.jar Forge {[email protected] LOAD_REGISTRIES}
refinedstorage-1.8.1 - Copy.jar Refined Storage {[email protected] LOAD_REGISTRIES}
MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {[email protected] LOAD_REGISTRIES}
ironchest-1.15.2-10.0.2 - Copy.jar Iron Chests {[email protected] LOAD_REGISTRIES}
SimpleDivingGear-4.0.1+mc+1.15.2 - Copy.jar Simple Diving Gear {[email protected] mc 1.15.2 LOAD_REGISTRIES}
forge-1.15.2-31.1.18-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
industrial-foregoing-1.15.2-2.2.1-f27c515 - Copy.jar Industrial Foregoing {[email protected] LOAD_REGISTRIES}
torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] LOAD_REGISTRIES}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] LOAD_REGISTRIES}
AmbientSounds_v3.0.17_mc1.15.2.jar Ambient Sounds {[email protected] LOAD_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] LOAD_REGISTRIES}
titanium-1.15.2-2.3.6.jar Titanium {[email protected] LOAD_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES}
MekanismAdditions-1.15.2-9.9.17.409.jar Mekanism: Additions {[email protected] LOAD_REGISTRIES}
Durability101-1.15-0.0.3.jar Durability101 {[email protected] LOAD_REGISTRIES}
ShoulderSurfing-1.15.2-1.22.jar Shoulder Surfing {[email protected] LOAD_REGISTRIES}
RingOfGrowth-1.15.2-1.1.16 - Copy.jar Ring of Growth {[email protected] LOAD_REGISTRIES}
ceilingtorch-1.15.2-v1.5.jar Ceiling Torch {[email protected] LOAD_REGISTRIES}
simplybackpacks-1.15.2-1.4.0.jar Simply Backpacks {[email protected] LOAD_REGISTRIES}
Xaeros_Minimap_20.4.0.1_Forge_1.15.2.jar Xaero's Minimap {[email protected] LOAD_REGISTRIES}
RingOfBlink-1.15.2-1.1.15 - Copy.jar Ring of Blink {[email protected] LOAD_REGISTRIES}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] LOAD_REGISTRIES}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {[email protected] LOAD_REGISTRIES}
RingOfMiner-1.15.2-1.1.15 - Copy.jar Ring of Miner {[email protected] LOAD_REGISTRIES}
[1.15.2]+SecurityCraft+v1.8.17 - Copy.jar SecurityCraft {[email protected] LOAD_REGISTRIES}
torcherino-10.0.1.jar Torcherino {[email protected] LOAD_REGISTRIES}
OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE LOAD_REGISTRIES}
performant-1.15-1.7.jar Performant {[email protected] LOAD_REGISTRIES}
DoubleSlabs-1.15-2.0.1.jar Double Slabs {[email protected] LOAD_REGISTRIES}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] LOAD_REGISTRIES}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] LOAD_REGISTRIES}
RingOfEnderchest-1.15.2-1.1.16 - Copy.jar Ring of Enderchest {[email protected] LOAD_REGISTRIES}
MekanismTools-1.15.2-9.9.17.409.jar Mekanism: Tools {[email protected] LOAD_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] LOAD_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] LOAD_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] LOAD_REGISTRIES}
simplecoloredblocks-2.0.0 - Copy.jar Simple Colored Blocks {[email protected] LOAD_REGISTRIES}
RingOfAttraction-1.15.2-1.1.19 - Copy.jar Ring of Attraction {[email protected] LOAD_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] LOAD_REGISTRIES}
refinedstorageaddons-0.6.1 - Copy.jar Refined Storage Addons {[email protected] LOAD_REGISTRIES}
FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 LOAD_REGISTRIES}
SoundFilters-0.13_for_1.15.2.jar Sound Filters {[email protected]_for_1.15.2 LOAD_REGISTRIES}
SuperTools-1.1_1.15.2.jar Super Tools {[email protected] LOAD_REGISTRIES}
Cyclic-1.15.2-0.1.10 - Copy.jar Cyclic {[email protected] LOAD_REGISTRIES}
bigbuckets-1.1.0.jar BigBuckets {[email protected] LOAD_REGISTRIES}
Kiwi Modules:
kiwi:contributors
snowrealmagic:snowrealmagic
Launched Version: 1.15.2-forge-31.1.18
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) UHD Graphics 620 GL version 4.6.0 - Build 27.20.100.7922, Intel
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 8x Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz

Log:

[27Mar2020 12:41:54.106] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, HastumeMiku, --version, 1.15.2-forge-31.1.18, --gameDir, C:\Users\simba\Desktop\Game\Minecraft Documents\Minecraft\1.15.2 Forge, --assetsDir, C:\Users\simba\AppData\Roaming.minecraft\assets, --assetIndex, 1.15, --uuid, 0800bf12ad7d415fa73dbb9227cceca5, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.1.18, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200122.131323]
[27Mar2020 12:41:54.110] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_51 by Oracle Corporation
[27Mar2020 12:41:54.626] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[27Mar2020 12:41:56.781] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.15.2-forge-31.1.18, --gameDir, C:\Users\simba\Desktop\Game\Minecraft Documents\Minecraft\1.15.2 Forge, --assetsDir, C:\Users\simba\AppData\Roaming.minecraft\assets, --uuid, 0800bf12ad7d415fa73dbb9227cceca5, --username, HastumeMiku, --assetIndex, 1.15, --accessToken, ????????, --userType, mojang, --versionType, release]
[27Mar2020 12:41:59.338] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: HastumeMiku
[27Mar2020 12:42:21.099] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[27Mar2020 12:42:25.405] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Loading Init Config
[27Mar2020 12:42:26.445] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\simba\Desktop\Game\Minecraft Documents\Minecraft\1.15.2 Forge\config\bonsaitrees2-common.toml is not correct. Correcting
[27Mar2020 12:42:26.447] [modloading-worker-6/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.additionalCuttingTools was corrected from [minecraft:shears] to [minecraft:shears]
[27Mar2020 12:42:27.383] [modloading-worker-0/INFO] [BowInfinityFix/]: Fix Registered!
[27Mar2020 12:42:27.417] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\simba\Desktop\Game\Minecraft Documents\Minecraft\1.15.2 Forge\config\soundfilters-client.toml is not correct. Correcting
[27Mar2020 12:42:27.419] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key reverb.blockSpecificReverb was corrected from [] to []
[27Mar2020 12:42:27.933] [modloading-worker-2/INFO] [Kiwi/Init]: Processing 2 KiwiModule annotations
[27Mar2020 12:42:27.941] [modloading-worker-3/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name milk_bucket, expected industrialforegoing. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:28.590] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Main.initialize()
[27Mar2020 12:42:28.651] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
[27Mar2020 12:42:28.775] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
[27Mar2020 12:42:28.780] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
[27Mar2020 12:42:28.781] [modloading-worker-0/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Initialized.
[27Mar2020 12:42:28.792] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.1.18, for MC 1.15.2 with MCP 20200122.131323
[27Mar2020 12:42:28.792] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.1.18 Initialized
[27Mar2020 12:42:29.204] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.206] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.206] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.207] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.208] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.209] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.211] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.212] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.213] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity
[27Mar2020 12:42:29.290] [modloading-worker-6/INFO] [com.raoulvdberge.refinedstorage.apiimpl.API/]: Found 1 RS API injection point
[27Mar2020 12:42:29.291] [modloading-worker-6/INFO] [com.raoulvdberge.refinedstorage.apiimpl.API/]: Injected RS API in com.raoulvdberge.refinedstorageaddons.RSAddons RSAPI
[27Mar2020 12:42:29.627] [modloading-worker-6/INFO] [Mystical Agriculture/]: Registered plugin: com.blakebr0.mysticalagriculture.lib.ModCorePlugin
[27Mar2020 12:42:29.635] [modloading-worker-6/INFO] [Mystical Agriculture/]: Registered plugin: com.github.elrol.industrialagriculture.plugin.MAPlugin
[27Mar2020 12:42:29.651] [modloading-worker-6/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Registering Souls
[27Mar2020 12:42:29.653] [modloading-worker-6/INFO] [com.blakebr0.mysticalagriculture.registry.MobSoulTypeRegistry/]: industrialagriculture tried to register a mob soul type for entity ids [minecraft:turtle], but they already have one registered, skipping
[27Mar2020 12:42:31.276] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 1 jobs
[27Mar2020 12:42:31.291] [Render thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.008
[27Mar2020 12:42:31.398] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity snowrealmagic.snow
[27Mar2020 12:42:31.424] [Render thread/INFO] [Kiwi/Init]: Module [kiwi:contributors] initialized
[27Mar2020 12:42:31.441] [Render thread/INFO] [Kiwi/Init]: Module [snowrealmagic:snowrealmagic] initialized
[27Mar2020 12:42:31.442] [Render thread/INFO] [Kiwi/Init]: block: 7
[27Mar2020 12:42:31.443] [Render thread/INFO] [Kiwi/Init]: item: 1
[27Mar2020 12:42:31.443] [Render thread/INFO] [Kiwi/Init]: block_entity_type: 2
[27Mar2020 12:42:31.443] [Render thread/INFO] [Kiwi/Init]: entity_type: 1
[27Mar2020 12:42:31.443] [Render thread/INFO] [Kiwi/Init]: feature: 1
[27Mar2020 12:42:32.251] [Render thread/INFO] [ring_of_repair/]: Blocks registered
[27Mar2020 12:42:32.981] [Render thread/INFO] [ring_of_teleport/]: Blocks registered
[27Mar2020 12:42:33.056] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name snow, expected snowrealmagic. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.256] [Render thread/INFO] [com.github.elrol.industrialagriculture.IndustrialAgriculture/]: Initializing Animal Crops
[27Mar2020 12:42:33.256] [Render thread/INFO] [Mystical Agriculture/]: industrialagriculture tried to register a duplicate crop with name turtle, skipping
[27Mar2020 12:42:33.393] [Render thread/INFO] [ring_of_growth/]: Blocks registered
[27Mar2020 12:42:33.399] [Render thread/INFO] [ring_of_blink/]: Blocks registered
[27Mar2020 12:42:33.402] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crafting_table, expected fastbench. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.403] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crafting_table, expected fastbench. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.519] [Render thread/INFO] [ring_of_enderchest/]: Blocks registered
[27Mar2020 12:42:33.521] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name furnace, expected fastfurnace. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.524] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name furnace, expected fastfurnace. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.526] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blast_furnace, expected fastfurnace. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.527] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blast_furnace, expected fastfurnace. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.529] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smoker, expected fastfurnace. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.529] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smoker, expected fastfurnace. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:33.554] [Render thread/INFO] [ring_of_attraction/]: Blocks registered
[27Mar2020 12:42:34.062] [Render thread/INFO] [ring_of_repair/]: Items registered.
[27Mar2020 12:42:34.073] [Render thread/INFO] [io.github.strikerrocker.vt.VanillaTweaks/]: Registering Items
[27Mar2020 12:42:34.080] [Render thread/INFO] [ring_of_teleport/]: Items registered.
[27Mar2020 12:42:34.115] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name snow, expected snowrealmagic. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:34.232] [Render thread/INFO] [ring_of_growth/]: Items registered.
[27Mar2020 12:42:34.235] [Render thread/INFO] [ring_of_blink/]: Items registered.
[27Mar2020 12:42:34.238] [Render thread/INFO] [ring_of_miner/]: Items registered.
[27Mar2020 12:42:34.280] [Render thread/INFO] [ring_of_enderchest/]: Items registered.
[27Mar2020 12:42:34.306] [Render thread/INFO] [ring_of_attraction/]: Items registered.
[27Mar2020 12:42:35.098] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity doggytalents:dog
[27Mar2020 12:42:35.099] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity doggytalents:dog_beam
[27Mar2020 12:42:35.099] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity flame
[27Mar2020 12:42:35.099] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity robit
[27Mar2020 12:42:35.100] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity vanillatweaks:entity_sit
[27Mar2020 12:42:35.101] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity vanillatweaks:dynamite
[27Mar2020 12:42:35.104] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity merchant
[27Mar2020 12:42:35.104] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity lightingwand.light
[27Mar2020 12:42:35.108] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:portal
[27Mar2020 12:42:35.113] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:nether_portal_new
[27Mar2020 12:42:35.115] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:end_portal
[27Mar2020 12:42:35.117] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:mirror
[27Mar2020 12:42:35.121] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:breakable_mirror
[27Mar2020 12:42:35.123] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:global_tracked_portal
[27Mar2020 12:42:35.126] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:border_portal
[27Mar2020 12:42:35.129] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:end_floor_portal
[27Mar2020 12:42:35.131] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity immersive_portals:loading_indicator
[27Mar2020 12:42:35.134] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity biomesoplenty:boat_bop
[27Mar2020 12:42:35.136] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_creeper
[27Mar2020 12:42:35.136] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_enderman
[27Mar2020 12:42:35.136] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_skeleton
[27Mar2020 12:42:35.136] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_stray
[27Mar2020 12:42:35.136] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity baby_wither_skeleton
[27Mar2020 12:42:35.136] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity balloon
[27Mar2020 12:42:35.136] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity obsidian_tnt
[27Mar2020 12:42:35.138] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:bouncingbetty
[27Mar2020 12:42:35.138] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:taserbullet
[27Mar2020 12:42:35.139] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:imsbomb
[27Mar2020 12:42:35.141] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:securitycamera
[27Mar2020 12:42:35.150] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:sentry
[27Mar2020 12:42:35.151] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity securitycraft:bullet
[27Mar2020 12:42:35.155] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity magic_net
[27Mar2020 12:42:35.156] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity torch_bolt
[27Mar2020 12:42:35.157] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity boomerang_stun
[27Mar2020 12:42:35.158] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity boomerang_carry
[27Mar2020 12:42:35.158] [Render thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity boomerang_damage
[27Mar2020 12:42:35.160] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name freeze_top_layer, expected snowrealmagic. This could be a intended override, but in most cases indicates a broken mod.
[27Mar2020 12:42:35.991] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null
Index: 6
Listeners:
0: NORMAL
1: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onItemRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
2: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onBlocksRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
3: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onDimensionRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
4: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onEntityRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
5: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onPotionRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
6: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onEffectRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
java.lang.NullPointerException
at com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents.onEffectRegistry(ModMainForge.java:493)
at net.minecraftforge.eventbus.ASMEventHandler_124_RegistryEvents_onEffectRegistry_Register.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106)
at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2208/1303448479.accept(Unknown Source)
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
at java.util.function.Consumer$$Lambda$2201/2047811485.accept(Unknown Source)
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
at java.util.function.Consumer$$Lambda$2201/2047811485.accept(Unknown Source)
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125)
at net.minecraftforge.fml.ModList$$Lambda$4468/847981610.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125)
at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96)
at net.minecraftforge.fml.ModList$$Lambda$2172/1510692106.dispatchEvent(Unknown Source)
at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71)
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197)
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189)
at net.minecraftforge.fml.ModLoader$$Lambda$4527/528690672.accept(Unknown Source)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:967)
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2086/270945456.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2087/428307539.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
at net.minecraft.client.Minecraft.(Minecraft.java:393)
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:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source)
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)

[27Mar2020 12:42:35.994] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegistryEvent.Registerminecraft:mob_effect dispatch for modid immersive_portals
java.lang.NullPointerException: null
at com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents.onEffectRegistry(ModMainForge.java:493) ~[?:0.8]
at net.minecraftforge.eventbus.ASMEventHandler_124_RegistryEvents_onEffectRegistry_Register.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106) [?:31.1]
at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2208/1303448479.accept(Unknown Source) [?:31.1]
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
at java.util.function.Consumer$$Lambda$2201/2047811485.accept(Unknown Source) [?:1.8.0_51]
at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
at java.util.function.Consumer$$Lambda$2201/2047811485.accept(Unknown Source) [?:1.8.0_51]
at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125) [?:?]
at net.minecraftforge.fml.ModList$$Lambda$4468/847981610.accept(Unknown Source) [?:?]
at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_51]
at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125) [?:?]
at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96) [?:?]
at net.minecraftforge.fml.ModList$$Lambda$2172/1510692106.dispatchEvent(Unknown Source) [?:?]
at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) [?:?]
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) [?:?]
at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189) [?:?]
at net.minecraftforge.fml.ModLoader$$Lambda$4527/528690672.accept(Unknown Source) [?:?]
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:967) [?:?]
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2086/270945456.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2087/428307539.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
at net.minecraft.client.Minecraft.(Minecraft.java:393) [?:?]
at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.18.jar:31.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source) [forge-1.15.2-31.1.18.jar:31.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
[27Mar2020 12:42:36.001] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event LOAD_REGISTRIES, 1 errors found
[27Mar2020 12:42:36.001] [Render thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-2.0.0-milestone.1-service.jar:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2087/428307539.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
at net.minecraft.client.Minecraft.(Minecraft.java:393) [?:?]
at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.18.jar:31.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source) [forge-1.15.2-31.1.18.jar:31.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?]
[27Mar2020 12:42:37.568] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: Registry Object not present
Index: 1
Listeners:
0: NORMAL
1: ASM: class mekanism.client.ClientRegistration registerParticleFactories(Lnet/minecraftforge/client/event/ParticleFactoryRegisterEvent;)V
java.lang.NullPointerException: Registry Object not present
at java.util.Objects.requireNonNull(Objects.java:228)
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
at mekanism.common.registration.WrappedRegistryObject.get(WrappedRegistryObject.java:23)
at mekanism.common.registration.impl.ParticleTypeRegistryObject.getParticleType(ParticleTypeRegistryObject.java:17)
at mekanism.client.ClientRegistration.registerParticleFactories(ClientRegistration.java:343)
at net.minecraftforge.eventbus.ASMEventHandler_384_ClientRegistration_registerParticleFactories_ParticleFactoryRegisterEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
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$30(ModLoader.java:243)
at net.minecraftforge.fml.ModLoader$$Lambda$2462/1054220477.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
at net.minecraft.client.Minecraft.(Minecraft.java:438)
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:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source)
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)

[27Mar2020 12:42:37.578] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 27/03/20 12:42
Description: Initializing game

java.lang.NullPointerException: Registry Object not present
at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?] {re:classloading}
at mekanism.common.registration.WrappedRegistryObject.get(WrappedRegistryObject.java:23) ~[?:?] {re:classloading}
at mekanism.common.registration.impl.ParticleTypeRegistryObject.getParticleType(ParticleTypeRegistryObject.java:17) ~[?:?] {re:classloading}
at mekanism.client.ClientRegistration.registerParticleFactories(ClientRegistration.java:343) ~[?:?] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_384_ClientRegistration_registerParticleFactories_ParticleFactoryRegisterEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$2462/1054220477.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
at net.minecraft.client.Minecraft.(Minecraft.java:438) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:shouldersurfing:coremodone,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.18.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source) [forge-1.15.2-31.1.18.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.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:228)
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
at mekanism.common.registration.WrappedRegistryObject.get(WrappedRegistryObject.java:23)
at mekanism.common.registration.impl.ParticleTypeRegistryObject.getParticleType(ParticleTypeRegistryObject.java:17)
at mekanism.client.ClientRegistration.registerParticleFactories(ClientRegistration.java:343)
at net.minecraftforge.eventbus.ASMEventHandler_384_ClientRegistration_registerParticleFactories_ParticleFactoryRegisterEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
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$30(ModLoader.java:243)
at net.minecraftforge.fml.ModLoader$$Lambda$2462/1054220477.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
at net.minecraft.client.Minecraft.(Minecraft.java:438)

-- 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:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/2034411604.call(Unknown Source)
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: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3033023616 bytes (2892 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
CPUs: 8
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.18.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.18.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.18.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.18.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.18.jar fml TRANSFORMATIONSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.18
FML Language Providers:
[email protected]
minecraft@1
Mod List:
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES}
Ma-Enchants-1.15.2-3.0.0 - Copy.jar Ma Enchants {[email protected] LOAD_REGISTRIES}
Cucumber-1.15.2-3.0.1.jar Cucumber Library {[email protected] LOAD_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] LOAD_REGISTRIES}
torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {[email protected] LOAD_REGISTRIES}
NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {[email protected] LOAD_REGISTRIES}
GoodSkeletonDontStrafe-v1.1.2-1.15.1.jar Good Skeletons Don't Strafe {[email protected] LOAD_REGISTRIES}
jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
SwordBlockingCombat-v1.3-1.15.2.jar Sword Blocking Combat {[email protected] LOAD_REGISTRIES}
DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] LOAD_REGISTRIES}
extrabows-v1.15.2+b1 - Copy.jar Extra Bows {[email protected] b1 LOAD_REGISTRIES}
ProjectE-1.15.2-PE1.0.2B - Copy.jar ProjectE {[email protected] LOAD_REGISTRIES}
Mekanism-1.15.2-9.9.17.409.jar Mekanism {[email protected] LOAD_REGISTRIES}
IndustrialAgriculture[Core]-1.15.2-1.5.4.jar Industrial Agriculture {[email protected] LOAD_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] LOAD_REGISTRIES}
BowInfinityFix-1.15.2-rv8.jar Bow Infinity Fix {bowinfinityfix@rv8 LOAD_REGISTRIES}
IronJetpacks-1.15.2-3.0.0 - Copy.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES}
XaerosWorldMap_1.5.5_Forge_1.15.2.jar Xaero's World Map {[email protected] LOAD_REGISTRIES}
RingOfRepair-1.15.2-1.1.16 - Copy.jar Ring of Repair {[email protected] LOAD_REGISTRIES}
LightOverlay-4.2.jar Light Overlay Forge {[email protected] LOAD_REGISTRIES}
Controlling-6.1.1.jar Controlling {[email protected] LOAD_REGISTRIES}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] LOAD_REGISTRIES}
NoFog-1.15b1.jar NoFog {[email protected] LOAD_REGISTRIES}
NaturesCompass-1.15.2-1.8.4 - Copy.jar Nature's Compass {[email protected] LOAD_REGISTRIES}
SimpleStorageNetwork-1.15.2-0.2.4 - Copy.jar Simple Storage Network {[email protected] LOAD_REGISTRIES}
SereneSeasons-1.15.2-3.0.0.66-universal - Copy.jar Serene Seasons {[email protected] LOAD_REGISTRIES}
VanillaTweaks-1.15.2.1.5.18.jar VanillaTweaks {[email protected] LOAD_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.0 - Copy.jar Farming for Blockheads {[email protected] LOAD_REGISTRIES}
RingOfTeleport-1.15.2-1.1.16 - Copy.jar Ring of Teleport {[email protected] LOAD_REGISTRIES}
LightingWand-1.15.2-1.4.2 - Copy.jar Lighting Wand {[email protected] LOAD_REGISTRIES}
MekanismGenerators-1.15.2-9.9.17.409.jar Mekanism: Generators {[email protected] LOAD_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version LOAD_REGISTRIES}
WaterStrainer-1.15.1-8.0.0.jar Water Strainer {[email protected] LOAD_REGISTRIES}
SnowRealMagic-1.15.2-1.7.2.jar Snow! Real Magic! {[email protected] LOAD_REGISTRIES}
Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] LOAD_REGISTRIES}
immersive-portals-0.8(forMc1.15withForge).jar Immersive Portals {[email protected] ERROR}
extradisks-1.15.1-1.2 - Copy.jar Extra Disks {[email protected] LOAD_REGISTRIES}
BetterThanMending-1.4.0.jar BetterThanMending {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.1.18-universal.jar Forge {[email protected] LOAD_REGISTRIES}
refinedstorage-1.8.1 - Copy.jar Refined Storage {[email protected] LOAD_REGISTRIES}
MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {[email protected] LOAD_REGISTRIES}
ironchest-1.15.2-10.0.2 - Copy.jar Iron Chests {[email protected] LOAD_REGISTRIES}
SimpleDivingGear-4.0.1+mc+1.15.2 - Copy.jar Simple Diving Gear {[email protected] mc 1.15.2 LOAD_REGISTRIES}
forge-1.15.2-31.1.18-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
industrial-foregoing-1.15.2-2.2.1-f27c515 - Copy.jar Industrial Foregoing {[email protected] LOAD_REGISTRIES}
torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] LOAD_REGISTRIES}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] LOAD_REGISTRIES}
AmbientSounds_v3.0.17_mc1.15.2.jar Ambient Sounds {[email protected] LOAD_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] LOAD_REGISTRIES}
titanium-1.15.2-2.3.6.jar Titanium {[email protected] LOAD_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES}
MekanismAdditions-1.15.2-9.9.17.409.jar Mekanism: Additions {[email protected] LOAD_REGISTRIES}
Durability101-1.15-0.0.3.jar Durability101 {[email protected] LOAD_REGISTRIES}
ShoulderSurfing-1.15.2-1.22.jar Shoulder Surfing {[email protected] LOAD_REGISTRIES}
RingOfGrowth-1.15.2-1.1.16 - Copy.jar Ring of Growth {[email protected] LOAD_REGISTRIES}
ceilingtorch-1.15.2-v1.5.jar Ceiling Torch {[email protected] LOAD_REGISTRIES}
simplybackpacks-1.15.2-1.4.0.jar Simply Backpacks {[email protected] LOAD_REGISTRIES}
Xaeros_Minimap_20.4.0.1_Forge_1.15.2.jar Xaero's Minimap {[email protected] LOAD_REGISTRIES}
RingOfBlink-1.15.2-1.1.15 - Copy.jar Ring of Blink {[email protected] LOAD_REGISTRIES}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] LOAD_REGISTRIES}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {[email protected] LOAD_REGISTRIES}
RingOfMiner-1.15.2-1.1.15 - Copy.jar Ring of Miner {[email protected] LOAD_REGISTRIES}
[1.15.2]+SecurityCraft+v1.8.17 - Copy.jar SecurityCraft {[email protected] LOAD_REGISTRIES}
torcherino-10.0.1.jar Torcherino {[email protected] LOAD_REGISTRIES}
OreExcavation-1.7.149.jar Ore Excavation {oreexcavation@NONE LOAD_REGISTRIES}
performant-1.15-1.7.jar Performant {[email protected] LOAD_REGISTRIES}
DoubleSlabs-1.15-2.0.1.jar Double Slabs {[email protected] LOAD_REGISTRIES}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] LOAD_REGISTRIES}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] LOAD_REGISTRIES}
RingOfEnderchest-1.15.2-1.1.16 - Copy.jar Ring of Enderchest {[email protected] LOAD_REGISTRIES}
MekanismTools-1.15.2-9.9.17.409.jar Mekanism: Tools {[email protected] LOAD_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] LOAD_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] LOAD_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] LOAD_REGISTRIES}
simplecoloredblocks-2.0.0 - Copy.jar Simple Colored Blocks {[email protected] LOAD_REGISTRIES}
RingOfAttraction-1.15.2-1.1.19 - Copy.jar Ring of Attraction {[email protected] LOAD_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] LOAD_REGISTRIES}
refinedstorageaddons-0.6.1 - Copy.jar Refined Storage Addons {[email protected] LOAD_REGISTRIES}
FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 LOAD_REGISTRIES}
SoundFilters-0.13_for_1.15.2.jar Sound Filters {[email protected]_for_1.15.2 LOAD_REGISTRIES}
SuperTools-1.1_1.15.2.jar Super Tools {[email protected] LOAD_REGISTRIES}
Cyclic-1.15.2-0.1.10 - Copy.jar Cyclic {[email protected] LOAD_REGISTRIES}
bigbuckets-1.1.0.jar BigBuckets {[email protected] LOAD_REGISTRIES}
Kiwi Modules:
kiwi:contributors
snowrealmagic:snowrealmagic
Launched Version: 1.15.2-forge-31.1.18
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) UHD Graphics 620 GL version 4.6.0 - Build 27.20.100.7922, Intel
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 8x Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
[27Mar2020 12:42:37.594] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\simba\Desktop\Game\Minecraft Documents\Minecraft\1.15.2 Forge\crash-reports\crash-2020-03-27_12.42.37-client.txt

[gist / pastebin / etc link here. Please make sure that it isn't set to expire.]

commented

Not mekanism this is the source of the crash: (I believe that path is in immersive portals). Also as I asked in the previous issue in the future use gist or pastebin...

[27Mar2020 12:42:35.991] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null
Index: 6
Listeners:
0: NORMAL
1: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onItemRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
2: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onBlocksRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
3: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onDimensionRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
4: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onEntityRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
5: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onPotionRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
6: ASM: class com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents onEffectRegistry(Lnet/minecraftforge/event/RegistryEvent$Register;)V
java.lang.NullPointerException
at com.qouteall.hiding_in_the_bushes.ModMainForge$RegistryEvents.onEffectRegistry(ModMainForge.java:493)