PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Crash when starting the game

kellixon opened this issue · 2 comments

commented

Details of the build are provided in the crash report below.

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 08.06.20 17:32
Description: Initializing game

java.lang.NullPointerException: Registry Object not present: pneumaticcraft:pressure_tube
at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92) ~[?:?] {re:classloading}
at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45) ~[?:1.15.2-1.2.2-30] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_997_ColorHandlers_registerBlockColorHandlers_Block.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$8949/1704423777.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,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:51) [forge-1.15.2-31.2.9.jar:31.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/473800232.call(Unknown Source) [forge-1.15.2-31.2.9.jar:31.2] {}
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:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}

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 me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45)
at net.minecraftforge.eventbus.ASMEventHandler_997_ColorHandlers_registerBlockColorHandlers_Block.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$31(ModLoader.java:260)
at net.minecraftforge.fml.ModLoader$$Lambda$8949/1704423777.accept(Unknown Source)
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.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
at net.minecraft.client.Minecraft.(Minecraft.java:419)

-- 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:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/473800232.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: 2419540680 bytes (2307 MB) / 4593811456 bytes (4381 MB) up to 11453595648 bytes (10923 MB)
CPUs: 12
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12G
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.9.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.9.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.9.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.9.jar runtimedistcleaner PLUGINSERVICE
/OptiFine%20HD%20U%20G1%20pre23.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.15.2-31.2.9.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap%201.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap%201.0.3.jar mixin PLUGINSERVICE
/MixinBootstrap%201.0.3.jar mixinbootstrap PLUGINSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.9
FML Language Providers:
[email protected]
minecraft@1
[email protected]
[email protected]
Mod List:
CubePlus 1.2.1.jar Cube++ {[email protected] CREATE_REGISTRIES}
AdditionalEnchantedMiner 15.3.1.jar QuarryPlus {[email protected] CREATE_REGISTRIES}
RoughMobsRevamped 4.1.2.jar Rough Mobs Revamped {roughmobsrevamped@version CREATE_REGISTRIES}
NetherPortalFix 6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
PreGenForge 0.1.0.jar PreGenForge {[email protected] CREATE_REGISTRIES}
CompactStorage 4.0.3.jar Compact Storage {[email protected] CREATE_REGISTRIES}
Prefab 1.5.0.9.jar Prefab {[email protected] CREATE_REGISTRIES}
FutureMC 1.0.1.jar Future MC {[email protected] CREATE_REGISTRIES}
EmbellishCraftBOP2.0.0.jar EmbellishCraft BoP Addon {[email protected] CREATE_REGISTRIES}
ReloadAudioDriver 3.0.1.jar Reload Audio Driver {[email protected] CREATE_REGISTRIES}
Borderless 1.0.2.jar Borderless Window {[email protected] CREATE_REGISTRIES}
McwWindows 1.0.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
SilentMechanisms 0.7.2-52.jar Silent's Mechanisms {[email protected]+52 CREATE_REGISTRIES}
RSGauges 1.2.1.jar Gauges and Switches {[email protected] CREATE_REGISTRIES}
Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
TerraForged 0.0.13.jar TerraForged {[email protected] CREATE_REGISTRIES}
XaerosWorldMap 1.6.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
EnhancedVisuals 1.3.15.jar EnhancedVisuals {[email protected] CREATE_REGISTRIES}
Controlling 6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
Powah 1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
RangedPumps 0.7.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES}
UTeamCore 2.11.0.156.jar U Team Core {[email protected] CREATE_REGISTRIES}
RandomPatches 1.21.1.3.jar RandomPatches {[email protected] CREATE_REGISTRIES}
LowTechCrafting 0.2.2.jar Low Tech Crafting {[email protected] CREATE_REGISTRIES}
GravestoneLite 1.0.2.jar GraveStone Lite {[email protected] CREATE_REGISTRIES}
StorageTech R7.1.jar Storage Tech {[email protected] CREATE_REGISTRIES}
AdvancedTools 1.0.2.jar Advanced Tools {[email protected] CREATE_REGISTRIES}
MekanismGenerators 9.10.7.420.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
TMechworks 2.1.1.jar Tinkers' Mechworks {[email protected] CREATE_REGISTRIES}
JEIResources 0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
MysticalLib 2.0.0.jar Mystical Lib {[email protected] CREATE_REGISTRIES}
RefinedStorage 1.8.4.jar Refined Storage {[email protected] CREATE_REGISTRIES}
IndustrialReborn 0.4.0.jar Industrial Reborn {[email protected] CREATE_REGISTRIES}
PrettyPipes 1.5.4.jar Pretty Pipes {[email protected] CREATE_REGISTRIES}
ExtendedFurnace 2.2.jar Extended Furnace {[email protected] CREATE_REGISTRIES}
Corpse 1.0.7.jar Corpse {[email protected] CREATE_REGISTRIES}
McwBridges 1.0.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
IndustrialForegoing 2.3.2.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
AngerManagement 1.0.0.jar Anger Management Mod {[email protected] CREATE_REGISTRIES}
TorchMaster 2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
Entangled 1.2.5.jar Entangled {[email protected] CREATE_REGISTRIES}
EmbellishCraft 2.2.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES}
Geolosys 4.0.21.jar Geolosys {[email protected] CREATE_REGISTRIES}
BiomesOPlenty 10.0.0.365.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
ValhelsiaStructures 15.0.3a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
RailWand 0.1.2.jar RailWand {[email protected] CREATE_REGISTRIES}
Lollipop 1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
IronFurnaces 1.9.0.jar Iron Furnaces {[email protected] CREATE_REGISTRIES}
SilentGear 1.7.2-96.jar Silent Gear {[email protected]+96 CREATE_REGISTRIES}
SimplyLight 0.9.0.jar Simply Light {[email protected] CREATE_REGISTRIES}
SimpleFarming 1.2.9.jar Simple Farming {[email protected] CREATE_REGISTRIES}
SimplyBackpacks 1.4.6.jar Simply Backpacks {[email protected] CREATE_REGISTRIES}
Portality 2.1.2.jar Portality {[email protected] CREATE_REGISTRIES}
Curios 2.0.2.4.jar Curios API {[email protected] CREATE_REGISTRIES}
Tetra 2.7.2.jar Tetra {[email protected] CREATE_REGISTRIES}
Botania r1.15-384.jar Botania {[email protected] CREATE_REGISTRIES}
Patchouli 1.2-33.jar Patchouli {[email protected] CREATE_REGISTRIES}
LevelHearts 2.2.0.jar LevelHearts {[email protected] CREATE_REGISTRIES}
ExtLights 2.0.jar Extended Lights {[email protected] CREATE_REGISTRIES}
ClothConfig 2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
OreExcavation 1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
TankNull 1.8a.jar Tank Null {[email protected] CREATE_REGISTRIES}
EndReborn 0.5.4.jar End: Reborn {[email protected] CREATE_REGISTRIES}
LottaTerracotta 1.3.0.jar Lotta Terracotta {[email protected] CREATE_REGISTRIES}
MaliLib 0.10.0-dev.20-b1.jar MaLiLib {[email protected]+beta.1 CREATE_REGISTRIES}
FlexibleMarker 4.2.jar FlexibleMarker {[email protected] CREATE_REGISTRIES}
WirelessRedstone 0.1.0.jar Wireless Redstone {[email protected] CREATE_REGISTRIES}
ExpandedStorage 1.1.8.jar Expanded Storage {[email protected]+1.15.2 CREATE_REGISTRIES}
WorldEdit 7.1.0.jar WorldEdit {[email protected];48cc31c CREATE_REGISTRIES}
NoRecipeBook 1.5.4.jar No Recipe Book {[email protected] CREATE_REGISTRIES}
NaturesAura 28.2.jar Nature's Aura {[email protected] CREATE_REGISTRIES}
MoreVanillaArmor 1.2.jar MoreVanillaArmor {[email protected] CREATE_REGISTRIES}
MekanismTools 9.10.7.420.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
McwRoofs 1.0.2.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
ChunkNoGoByeBye 1.2.0.jar ChunkNoGoByeBye {[email protected] CREATE_REGISTRIES}
McwFurniture 1.0.1.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
ItemPhysic 1.4.5.jar ItemPhysic {[email protected] CREATE_REGISTRIES}
TomsStorage 1.1.2.jar Tom's Simple Storage Mod {[email protected] CREATE_REGISTRIES}
FastLeafDecay v21.jar FastLeafDecay {fastleafdecay@v21 CREATE_REGISTRIES}
Disenchanting 1.5.0.jar Disenchanting {[email protected] CREATE_REGISTRIES}
CodeChickenLib 3.3.0.373.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES}
ServerTabInfo 1.2.6.jar Server Tab Info {[email protected] CREATE_REGISTRIES}
QuantumStorage 5.1.1.jar QuantumStorage {quantumstorage@NONE CREATE_REGISTRIES}
B3M 1.15.2-01.jar Вращение Земли Майнкрафт {[email protected] CREATE_REGISTRIES}
Cyclic 0.4.1.jar Cyclic {[email protected] CREATE_REGISTRIES}
BetterAdvancements 0.1.0.96.jar Better Advancements {[email protected] CREATE_REGISTRIES}
DoubleDoors 2.0.jar Double Doors {[email protected] CREATE_REGISTRIES}
Cucumber 3.0.7.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
PamHC2Trees 1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
CraftingStation 3.1.0.jar Crafting Station {[email protected] CREATE_REGISTRIES}
VanillaExcavators 2.1.jar Vanilla Excavators {[email protected] CREATE_REGISTRIES}
JEI 6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
JEICalculation 3.6.1.jar Just Enough Calculation {[email protected] CREATE_REGISTRIES}
FallingTree 2.1.3-28.jar Falling Tree {[email protected]+28 CREATE_REGISTRIES}
Mekanism 9.10.7.420.jar Mekanism {[email protected] CREATE_REGISTRIES}
BetterStorageToo 5.0.0.1.jar BetterStorageToo {[email protected] CREATE_REGISTRIES}
Reap 1.12.5.jar Reap Mod {[email protected] CREATE_REGISTRIES}
InvTweaks 2.0.3.jar Inventory Tweaks Reborn {[email protected] CREATE_REGISTRIES}
Waystones 6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
MGui 2.1.1.jar mgui {[email protected] CREATE_REGISTRIES}
LightOverlay 4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
Comforts 2.0.0.2.jar Comforts {[email protected] CREATE_REGISTRIES}
NaturesCompass 1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
FruitTrees 1.2.7.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
Kiwi 2.7.1.jar Kiwi {[email protected] CREATE_REGISTRIES}
SimpleStorageNetwork 0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
SereneSeasons 3.0.0.72.jar Serene Seasons {[email protected] ERROR}
DungeonCrawl 1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
BetterAnimalsPlus 8.2.1.96.jar Better Animals Plus {[email protected] CREATE_REGISTRIES}
PneumaticCraftPepressurized 1.2.2-30.jar PneumaticCraft: Repressurized {[email protected] CREATE_REGISTRIES}
Repurpose 1.2.0.0.jar Repurpose {[email protected] CREATE_REGISTRIES}
MCjtyLib 4.1.1.jar McJtyLib {[email protected] CREATE_REGISTRIES}
RFToolsBase 1.1.1.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
XNet 2.0.2.jar XNet {[email protected] CREATE_REGISTRIES}
RFToolsStorage 1.1.4.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
MapperBase 1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
Traverse 3.2.0.jar Traverse {[email protected] CREATE_REGISTRIES}
EnderStorage 2.5.0.143.jar EnderStorage {[email protected] CREATE_REGISTRIES}
CraftTweaker 6.0.0.29.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
RFToolsPower 2.1.1.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
Dronecraft 0.5.jar Dronecraft {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.2.9-universal.jar Forge {[email protected] CREATE_REGISTRIES}
MoreMobs 1.5.jar More Mobs {[email protected] CREATE_REGISTRIES}
ExpBottling 1.15.2-1.jar EXP Bottling {[email protected] CREATE_REGISTRIES}
MysticalAgriculture 3.0.7.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES}
IronChest 10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
forge-1.15.2-31.2.9-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
CofhCore 0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
RFToolsUtility 2.1.3.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
TheOneProbe 2.0.3.jar The One Probe {[email protected] CREATE_REGISTRIES}
SimplePortals 1.7.0.0.jar Simple Portals {[email protected] CREATE_REGISTRIES}
Titanium 2.4.1.jar Titanium {[email protected] CREATE_REGISTRIES}
InstaHouses 1.1.1.jar Slashkings InstaHouses {[email protected] CREATE_REGISTRIES}
UsefulRailroads 1.3.2.21.jar Useful Railroads {[email protected] CREATE_REGISTRIES}
SilentLib 4.6.1-49.jar Silent Lib {[email protected]+49 CREATE_REGISTRIES}
MoreVanillaLib 1.2.4.jar MoreVanillaLib {[email protected] CREATE_REGISTRIES}
MoreVanillaTools 2.1.jar MoreVanillaTools {[email protected] CREATE_REGISTRIES}
ClayBucket 1.0.jar Clay Bucket {[email protected] CREATE_REGISTRIES}
TravelBag 1.1.2.jar Travel Bag {[email protected] CREATE_REGISTRIES}
BluePower 0.4.188.jar Blue Power {[email protected] CREATE_REGISTRIES}
PamHC2Crops 1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
CreativeCore 2.0.5.jar CreativeCore {[email protected] CREATE_REGISTRIES}
CeramicBucket 1.2.2.jar Ceramic Bucket {[email protected]_1.15.X CREATE_REGISTRIES}
MovingElevators 1.2.16.jar Moving Elevators {[email protected] CREATE_REGISTRIES}
IguanaTweaksReborn 2.1.4.jar IguanaTweaks Reborn {[email protected] CREATE_REGISTRIES}
LargeFluidTank 15.3.0.jar FluidTank {[email protected] CREATE_REGISTRIES}
RFToolsBuilder 2.1.3.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
DimDungeons 1.06.jar Dimensional Dungeons {[email protected] CREATE_REGISTRIES}
Mantle 1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
Inspirations 1.1.0.jar Inspirations {[email protected] CREATE_REGISTRIES}
XaerosMiniMap 20.12.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
PamHC2FoodCore 1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
LavaMonster 1.0.4.jar Lava Monster {[email protected] CREATE_REGISTRIES}
AutoRegLib 1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
AkashicTome 1.3-13.jar Akashic Tome {[email protected] CREATE_REGISTRIES}
Quark r2.1-243.jar Quark {[email protected] CREATE_REGISTRIES}
StorageDrawers 7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
FluxNetworks 5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
Backpacked 1.4.1.jar Backpacked {[email protected] CREATE_REGISTRIES}
VanillaHammers 2.1.jar Vanilla Hammers {[email protected] CREATE_REGISTRIES}
Structurize 0.10.321.jar Structurize {[email protected] CREATE_REGISTRIES}
Smoke 2.0.0.jar Smoke {[email protected] CREATE_REGISTRIES}
PickleTweaks 4.0.3.jar Pickle Tweaks {[email protected] CREATE_REGISTRIES}
Minecolonies 0.11.957.jar Minecolonies {[email protected] ERROR}
StatsKeeper 4.2.5.jar Stats Keeper {statskeeper@NONE CREATE_REGISTRIES}
Transport 2.3.0.jar Transport {[email protected] CREATE_REGISTRIES}
AppleSkin 1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
EngineersDecor 1.1.0-b1.jar Engineer's Decor {[email protected] CREATE_REGISTRIES}
RefinedRelocation 7.1.1.jar Refined Relocation {[email protected] CREATE_REGISTRIES}
ItemScroller 0.15.0.jar Item Scroller {[email protected] CREATE_REGISTRIES}
Aquaculture 2.0.14.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
SilentGems 3.5.4-87.jar Silent's Gems 3 {[email protected]+87 CREATE_REGISTRIES}
XLFood 2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES}
RefinedStorageAddons 0.6.1.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
BetterPvP 20.12.2.jar Better PVP Mod {[email protected] CREATE_REGISTRIES}
SoundFilters 0.13.jar Sound Filters {[email protected]_for_1.15.2 CREATE_REGISTRIES}
LootBag 1.5.3.jar Loot Bag Mod {[email protected] CREATE_REGISTRIES}
DrawBridge 1.4.3.18.jar Draw Bridge {[email protected] CREATE_REGISTRIES}
Pulsar/inspirations loaded Pulses:
- InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)

Launched Version: 1.15.2-forge-31.2.9
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 446.14, NVIDIA Corporation
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: 12x AMD Ryzen 5 2600 Six-Core Processor 
OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre23
OptiFine Build: 20200607-215525
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 446.14
OpenGlRenderer: GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12
commented
  1. Please use pastebin or similar and don't post huge stacktraces in an issue
  2. Not a PNC:R issue anyway. Some other mod is crashing during registration and preventing PNC:R blocks from registered. Read your full log, find out which, and complain to that mod author.
commented

I have the same issue with the same crashreport, and can't found which mod is it, so i don't know what's mod issue tracker i should report