Logistics Pipes

Logistics Pipes

13M Downloads

Game Crashes while attempting to change Advanced Extractor Module direction settings

Infinituum17 opened this issue ยท 1 comments

commented
---- Minecraft Crash Report ----

WARNING: coremods are present:
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.2.389.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  HCASM (HammerCore-1.12.2-2.0.5.5.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 12/3/19 12:02 AM
Description: Ticking block entity

java.lang.NullPointerException: IInventoryUtil is null for an item handler
	at network.rs485.logisticspipes.connection.NeighborTileEntity.getUtilForItemHandler(NeighborTileEntity.kt:85)
	at logisticspipes.pipes.basic.CoreRoutedPipe.getSneakyInventory(CoreRoutedPipe.java:1540)
	at logisticspipes.modules.ModuleAdvancedExtractor.tick(ModuleAdvancedExtractor.java:173)
	at logisticspipes.modules.ChassiModule.tick(ChassiModule.java:137)
	at logisticspipes.pipes.basic.CoreRoutedPipe.updateEntity(CoreRoutedPipe.java:444)
	at logisticspipes.pipes.basic.LogisticsTileGenericPipe.func_73660_a(LogisticsTileGenericPipe.java:213)
	at net.minecraft.world.World.func_72939_s(World.java:1838)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
	at network.rs485.logisticspipes.connection.NeighborTileEntity.getUtilForItemHandler(NeighborTileEntity.kt:85)
	at logisticspipes.pipes.basic.CoreRoutedPipe.getSneakyInventory(CoreRoutedPipe.java:1540)
	at logisticspipes.modules.ModuleAdvancedExtractor.tick(ModuleAdvancedExtractor.java:173)
	at logisticspipes.modules.ChassiModule.tick(ChassiModule.java:137)
	at logisticspipes.pipes.basic.CoreRoutedPipe.updateEntity(CoreRoutedPipe.java:444)
	at logisticspipes.pipes.basic.LogisticsTileGenericPipe.func_73660_a(LogisticsTileGenericPipe.java:213)

-- Block entity being ticked --
Details:
	Name: logisticspipes:pipe // logisticspipes.pipes.basic.LogisticsTileGenericPipe
	Block type: ID #2244 (tile.logisticspipes.pipe // logisticspipes.pipes.basic.LogisticsBlockGenericPipe // logisticspipes:pipe)
	Block data value: 0 / 0x0 / 0b0000
	Block location: World: (116,167,6), Chunk: (at 4,10,6 in 7,0; contains blocks 112,0,0 to 127,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Actual block type: ID #2244 (tile.logisticspipes.pipe // logisticspipes.pipes.basic.LogisticsBlockGenericPipe // logisticspipes:pipe)
	Actual block data value: 0 / 0x0 / 0b0000
	LP-Version: 0.10.2.212:false
	Pipe: logisticspipes.pipes.PipeLogisticsChassiMk3
	Transport: logisticspipes.transport.PipeTransportLogistics
	Router: ServerRouter: {ID: 6, UUID: 1186713e-f283-432d-bb85-0ecf56b21890, AT: (0, 116, 167, 6), Version: 35), Destroyed: false}
	stillNeedReplace: false
Stacktrace:
	at net.minecraft.world.World.func_72939_s(World.java:1838)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
	Level name: world
	All players: 1 total; [EntityPlayerMP['Superickypower'/978, l='world', x=117.89, y=167.00, z=3.15]]
	Chunk stats: ServerChunkCache: 619 Drop: 0
	Level seed: -5378035984381805154
	Level generator: ID 00 - default, ver 1. Features enabled: true
	Level generator options: 
	Level spawn location: World: (204,64,213), Chunk: (at 12,4,5 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 7266376 game time, 7349305 day time
	Level dimension: 0
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 111084 (now: false), thunder time: 53360 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_231, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 668899464 bytes (637 MB) / 1890058240 bytes (1802 MB) up to 3817865216 bytes (3641 MB)
	JVM Flags: 2 total; -Xmx4096M -Xms1024M
	IntCache: cache: 0, tcache: 2, allocated: 14, tallocated: 94
	FML: MCP 9.42 Powered by Forge 14.23.5.2847 160 mods loaded, 160 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	| State  | ID                                | Version                  | Source                                             | Signature                                |
	|:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
	| LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
	| LCHIJA | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
	| LCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2847-universal.jar            | None                                     |
	| LCHIJA | forge                             | 14.23.5.2847             | forge-1.12.2-14.23.5.2847-universal.jar            | None                                     |
	| LCHIJA | openmodscore                      | 0.12.2                   | minecraft.jar                                      | None                                     |
	| LCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
	| LCHIJA | actuallyadditions                 | 1.12.2-r151              | ActuallyAdditions-1.12.2-r151.jar                  | None                                     |
	| LCHIJA | buildcraftlib                     | 7.99.24.3                | buildcraft-core-7.99.24.3.jar                      | None                                     |
	| LCHIJA | buildcraftcore                    | 7.99.24.3                | buildcraft-core-7.99.24.3.jar                      | None                                     |
	| LCHIJA | buildcraftfactory                 | 7.99.24.3                | buildcraft-factory-7.99.24.3.jar                   | None                                     |
	| LCHIJA | buildcrafttransport               | 7.99.24.3                | buildcraft-transport-7.99.24.3.jar                 | None                                     |
	| LCHIJA | buildcraftsilicon                 | 7.99.24.3                | buildcraft-silicon-7.99.24.3.jar                   | None                                     |
	| LCHIJA | additionalpipes                   | 6.0.0.8                  | additionalpipes-6.0.0.8.jar                        | None                                     |
	| LCHIJA | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
	| LCHIJA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
	| LCHIJA | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
	| LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
	| LCHIJA | endercore                         | 1.12.2-0.5.73            | EnderCore-1.12.2-0.5.73.jar                        | None                                     |
	| LCHIJA | jei                               | 4.15.0.291               | jei_1.12.2-4.15.0.291.jar                          | None                                     |
	| LCHIJA | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
	| LCHIJA | brandonscore                      | 2.4.17                   | BrandonsCore-1.12.2-2.4.17.208-universal.jar       | None                                     |
	| LCHIJA | cofhworld                         | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | thermalfoundation                 | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | draconicevolution                 | 2.3.24                   | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None                                     |
	| LCHIJA | thermalexpansion                  | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | enderio                           | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
	| LCHIJA | projecte                          | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                        | None                                     |
	| LCHIJA | chisel                            | MC1.12.2-1.0.1.44        | Chisel-MC1.12.2-1.0.1.44.jar                       | None                                     |
	| LCHIJA | enderiointegrationtic             | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | tinkersextras                     | 1.12.2-1.0.9             | TinkersExtras-1.12.2-1.0.9.jar                     | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | tweakersconstruct                 | 1.12.2-1.5.1             | tweakersconstruct-1.12.2-1.5.1.jar                 | None                                     |
	| LCHIJA | tconstruct                        | 1.12.2-2.13.0.171        | TConstruct-1.12.2-2.13.0.171.jar                   | None                                     |
	| LCHIJA | p455w0rdslib                      | 2.3.161                  | p455w0rdslib-1.12.2-2.3.161.jar                    | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LCHIJA | ae2wtlib                          | 1.0.34                   | AE2WTLib-1.12.2-1.0.34.jar                         | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LCHIJA | aroma1997core                     | 2.0.0.2                  | Aroma1997Core-1.12.2-2.0.0.2.jar                   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | aroma1997sdimension               | 2.0.0.2                  | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | avaritia                          | 3.3.0                    | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
	| LCHIJA | bhc                               | 1.2.3                    | baubley-heart-canisters-1.12.2-1.2.3.jar           | None                                     |
	| LCHIJA | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar    | None                                     |
	| LCHIJA | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
	| LCHIJA | bloodmagic                        | 1.12.2-2.4.3-105         | BloodMagic-1.12.2-2.4.3-105.jar                    | None                                     |
	| LCHIJA | bonsaitrees                       | 1.1.3                    | bonsaitrees-1.1.3-b156.jar                         | None                                     |
	| LCHIJA | bookshelf                         | 2.3.585                  | Bookshelf-1.12.2-2.3.585.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | buildcraftbuilders                | 7.99.24.3                | buildcraft-builders-7.99.24.3.jar                  | None                                     |
	| LCHIJA | crafttweaker                      | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
	| LCHIJA | buildcraftenergy                  | 7.99.24.3                | buildcraft-energy-7.99.24.3.jar                    | None                                     |
	| LCHIJA | forestry                          | 5.8.2.387                | forestry_1.12.2-5.8.2.387.jar                      | None                                     |
	| LCHIJA | theoneprobe                       | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                        | None                                     |
	| LCHIJA | buildcraftcompat                  | 7.99.24.3                | buildcraft-compat-7.99.24.3.jar                    | None                                     |
	| LCHIJA | buildcraftrobotics                | 7.99.24.3                | buildcraft-robotics-7.99.24.3.jar                  | None                                     |
	| LCHIJA | buildinggadgets                   | 2.7.4                    | BuildingGadgets-2.7.4.jar                          | None                                     |
	| LCHIJA | careerbees                        | 1.0                      | careerbees-0.4.0.jar                               | None                                     |
	| LCHIJA | carryon                           | 1.12.3                   | CarryOn MC1.12.2 v1.12.3.jar                       | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
	| LCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
	| LCHIJA | chickenchunks                     | 2.4.2.74                 | ChickenChunks-1.12.2-2.4.2.74-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | chickens                          | 6.0.4                    | chickens-6.0.4.jar                                 | None                                     |
	| LCHIJA | clumps                            | 3.1.2                    | Clumps-3.1.2.jar                                   | None                                     |
	| LCHIJA | refinedstorage                    | 1.6.15                   | refinedstorage-1.6.15.jar                          | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
	| LCHIJA | compactmachines3                  | 3.0.18                   | compactmachines3-1.12.2-3.0.18-b278.jar            | None                                     |
	| LCHIJA | conarm                            | 1.2.5.3                  | conarm-1.12.2-1.2.5.3.jar                          | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
	| LCHIJA | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
	| LCHIJA | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
	| LCHIJA | darkutils                         | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | eleccore                          | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                        | None                                     |
	| LCHIJA | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                            | None                                     |
	| LCHIJA | rftools                           | 7.72                     | rftools-1.12-7.72.jar                              | None                                     |
	| LCHIJA | deepresonance                     | 1.8.0                    | deepresonance-1.12-1.8.0.jar                       | None                                     |
	| LCHIJA | orelib                            | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LCHIJA | dsurround                         | 3.6.0.2                  | DynamicSurroundings-1.12.2-3.6.0.2.jar             | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LCHIJA | enderiobase                       | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderioconduits                   | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderioconduitsappliedenergistics | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderioconduitsopencomputers      | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderioconduitsrefinedstorage     | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderiointegrationforestry        | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderiointegrationticlate         | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | ftblib                            | 5.4.4.4                  | FTBLib-5.4.4.4.jar                                 | None                                     |
	| LCHIJA | enderiomachines                   | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderiopowertools                 | 5.1.52                   | EnderIO-1.12.2-5.1.52.jar                          | None                                     |
	| LCHIJA | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | energyconverters                  | 1.3.6.24                 | energyconverters_1.12.2-1.3.6.24.jar               | None                                     |
	| LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
	| LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1          | environmentaltech-1.12.2-2.0.20.1.jar              | None                                     |
	| LCHIJA | hammercore                        | 2.0.5.5                  | HammerCore-1.12.2-2.0.5.5.jar                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
	| LCHIJA | expequiv                          | 13r                      | ExpandedEquivalence-1.12.2-13r.jar                 | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
	| LCHIJA | extracells                        | 2.6.3                    | ExtraCells-1.12.2-2.6.4.jar                        | None                                     |
	| LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                         | None                                     |
	| LCHIJA | zerocore                          | 1.12.2-0.1.2.8           | zerocore-1.12.2-0.1.2.8.jar                        | None                                     |
	| LCHIJA | bigreactors                       | 1.12.2-0.4.5.67          | ExtremeReactors-1.12.2-0.4.5.67.jar                | None                                     |
	| LCHIJA | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                              | None                                     |
	| LCHIJA | fluxnetworks                      | 4.0.13                   | fluxnetworks-1.12.2-4.0.13-30.jar                  | None                                     |
	| LCHIJA | foamfix                           | 0.10.8-1.12.2            | foamfix-0.10.8-1.12.2.jar                          | None                                     |
	| LCHIJA | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                                 | None                                     |
	| LCHIJA | forgemultipartcbe                 | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | microblockcbe                     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
	| LCHIJA | minecraftmultipartcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
	| LCHIJA | ftbbackups                        | 1.1.0.1                  | FTBBackups-1.1.0.1.jar                             | None                                     |
	| LCHIJA | ftbutilities                      | 5.4.0.122                | FTBUtilities-5.4.0.122.jar                         | None                                     |
	| LCHIJA | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                     | None                                     |
	| LCHIJA | gendustryjei                      | 1.0.2                    | gendustryjei-1.0.2.jar                             | None                                     |
	| LCHIJA | advgenerators                     | 0.9.20.12                | generators-0.9.20.12-mc1.12.2.jar                  | None                                     |
	| LCHIJA | ichunutil                         | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | hats                              | 7.1.0                    | Hats-1.12.2-7.1.0.jar                              | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | mekanism                          | 1.12.2-9.8.2.389         | Mekanism-1.12.2-9.8.2.389.jar                      | None                                     |
	| LCHIJA | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar         | None                                     |
	| LCHIJA | mysticalagriculture               | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar               | None                                     |
	| LCHIJA | mysticalagradditions              | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar              | None                                     |
	| LCHIJA | nuclearcraft                      | 2.18k                    | NuclearCraft-2.18k-1.12.2.jar                      | None                                     |
	| LCHIJA | oreberries                        | 0.5.0                    | oreberries-1.12.x-0.5.0.jar                        | None                                     |
	| LCHIJA | immersiveengineering              | 0.12-92                  | ImmersiveEngineering-0.12-92.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| LCHIJA | integrationforegoing              | 1.12.2-1.9               | IntegrationForegoing-1.12.2-1.9.jar                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
	| LCHIJA | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
	| LCHIJA | jeibees                           | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                       | None                                     |
	| LCHIJA | journeymap                        | 1.12.2-5.5.5             | journeymap-1.12.2-5.5.5.jar                        | None                                     |
	| LCHIJA | logisticspipes                    | 0.10.2.212               | logisticspipes-0.10.2.212.jar                      | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
	| LCHIJA | logisticsbridge                   | 1.2.4                    | LogisticsBridge-1.2.5.jar                          | None                                     |
	| LCHIJA | mekanismgenerators                | 1.12.2-9.8.2.389         | MekanismGenerators-1.12.2-9.8.2.389.jar            | None                                     |
	| LCHIJA | mekanismtools                     | 1.12.2-9.8.2.389         | MekanismTools-1.12.2-9.8.2.389.jar                 | None                                     |
	| LCHIJA | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                              | None                                     |
	| LCHIJA | mob_grinding_utils                | 0.3.13                   | MobGrindingUtils-0.3.13.jar                        | None                                     |
	| LCHIJA | morebees                          | 1.12.2-2.0.1             | morebees-1.12.2-2.0.1.jar                          | None                                     |
	| LCHIJA | morechickens                      | 3.1.0                    | morechickens-1.12.2-3.1.0.jar                      | None                                     |
	| LCHIJA | morelibs                          | 1.2.2                    | morelibs-1.12.2-1.2.2.jar                          | None                                     |
	| LCHIJA | moreplates                        | 5.5.2                    | moreplates-1.12.2-5.5.2.jar                        | None                                     |
	| LCHIJA | morph                             | 7.1.3                    | Morph-1.12.2-7.1.3.jar                             | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | mystagradcompat                   | 1.2                      | mystagradcompat-1.2.jar                            | None                                     |
	| LCHIJA | openmods                          | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| LCHIJA | openblocks                        | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| LCHIJA | oreexcavation                     | 1.4.143                  | OreExcavation-1.4.143.jar                          | None                                     |
	| LCHIJA | woot                              | 1.12.2-1.4.11            | woot-1.12.2-1.4.11.jar                             | None                                     |
	| LCHIJA | projecteintegration               | 1.12.2                   | ProjectEIntegration-1.12.2-2.3.1.jar               | 342c9251777bda1ef9b9f1cb1387c2bd4d06cd78 |
	| LCHIJA | projectex                         | 1.2.0.39                 | ProjectEX-1.2.0.39.jar                             | None                                     |
	| LCHIJA | randomthings                      | 4.2.7.3                  | RandomThings-MC1.12.2-4.2.7.3.jar                  | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| LCHIJA | refinedstorageaddons              | 0.4.4                    | refinedstorageaddons-0.4.4.jar                     | None                                     |
	| LCHIJA | rftoolsdim                        | 5.71                     | rftoolsdim-1.12-5.71.jar                           | None                                     |
	| LCHIJA | rftoolspower                      | 1.2.0                    | rftoolspower-1.12-1.2.0.jar                        | None                                     |
	| LCHIJA | storagedrawers                    | 1.12.2-5.4.0             | StorageDrawers-1.12.2-5.4.0.jar                    | None                                     |
	| LCHIJA | thermalcultivation                | 0.3.3                    | ThermalCultivation-1.12.2-0.3.3.12-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | thermaldynamics                   | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | thermalinnovation                 | 0.3.3                    | ThermalInnovation-1.12.2-0.3.3.12-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | tinker_io                         | rw2.7.1                  | tinker_io-1.12.2-rw2.7.1.jar                       | None                                     |
	| LCHIJA | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                                 | None                                     |
	| LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
	| LCHIJA | tp                                | 3.2.34                   | tinyprogressions-1.12.2-3.3.34-Release.jar         | None                                     |
	| LCHIJA | torchmaster                       | 1.8.1.81                 | torchmaster_1.12.2-1.8.1.81.jar                    | 5e9a436b366831c8f54a7e80b015784da69278c6 |
	| LCHIJA | translocators                     | 2.5.2.81                 | Translocators-1.12.2-2.5.2.81-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
	| LCHIJA | walljump                          | 1.12.2-1.2.3             | walljump-1.12.2-1.2.3.jar                          | None                                     |
	| LCHIJA | wanionlib                         | 1.12.2-2.4               | WanionLib-1.12.2-2.4.jar                           | None                                     |
	| LCHIJA | wct                               | 3.12.97                  | WirelessCraftingTerminal-1.12.2-3.12.97.jar        | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LCHIJA | llibrary                          | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
	| LCHIJA | eleccoreloader                    | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                        | None                                     |
	| LCHIJA | fluidcows                         | 1.1.22                   | FluidCows-1.1.22.jar                               | None                                     |
	| LCHIJA | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
	| LCHIJA | unidict                           | 1.12.2-2.9.3             | UniDict-1.12.2-2.9.3.jar                           | None                                     |

	Loaded coremods (and transformers): 
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  team.chisel.ctm.client.asm.CTMTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
  
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
  
MekanismCoremod (Mekanism-1.12.2-9.8.2.389.jar)
  mekanism.coremod.KeybindingMigrationHelper
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  lumien.randomthings.asm.ClassTransformer
LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
  logisticspipes.asm.LogisticsClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  
HCASM (HammerCore-1.12.2-2.0.5.5.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
	OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
	AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselIntegration (Enabled/Not Forced)
		- theoneprobeIntegration (Enabled/Not Forced)

	HammerCore Debug Information: 
Dependent Mods:
    -Expanded Equivalence (expequiv) @13r

	List of loaded APIs: 
		* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r151.jar
		* ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
		* apAPI (3) from additionalpipes-6.0.0.8.jar
		* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
		* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
		* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
		* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
		* buildcraftapi_blocks (1.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_boards (2.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_core (2.2) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_crops (1.1) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_enums (1.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_events (2.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_facades (1.1) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_filler (5.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_fuels (2.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_gates (4.1) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_items (1.1) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_library (2.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_lists (1.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_power (1.3) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_recipes (3.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_robotics (3.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_statements (1.1) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_tiles (1.2) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_tools (1.0) from buildcraft-core-7.99.24.3.jar
		* buildcraftapi_transport (5.0) from buildcraft-core-7.99.24.3.jar
		* Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
		* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
		* ctm-api (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
		* ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
		* ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
		* ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
		* ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
		* DR-API (1.0.4-Beta) from deepresonance-1.12-1.8.0.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
		* ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
		* enderioapi (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.52.jar
		* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
		* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
		* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
		* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
		* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-92.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar
		* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
		* jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
		* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
		* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
		* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
		* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
		* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
		* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.291.jar
		* MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.2.389.jar
		* MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.2.389.jar
		* MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.2.389.jar
		* MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.2.389.jar
		* MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.2.389.jar
		* MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.2.389.jar
		* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.2.389.jar
		* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
		* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
		* projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar
		* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
		* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
		* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
		* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
		* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
		* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
		* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
		* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
	Ender IO: No known problems detected.

	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
	!!!You are looking at the diagnostics information, not at the crash.       !!!
	!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

	AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
	Profiler Position: N/A (disabled)
	Player Count: 1 / 20; [EntityPlayerMP['Superickypower'/978, l='world', x=117.89, y=167.00, z=3.15]]
	Is Modded: Definitely; Server brand changed to 'fml,forge'
	Type: Dedicated Server (map_server.txt)
commented

Thanks for the report. Should be fixed in build 213+