McJtyMods / RFTools

A set of blocks and items to help with RF in general. Currently contains a Dimension Builder, Teleportation System, Shield System, RF monitor, an RF network debug tool and an automatic crafter
MIT License
227 stars 88 forks source link

Crashes when logging into server. #1553

Closed dudeoflife25 closed 6 years ago

dudeoflife25 commented 6 years ago

---- Minecraft Crash Report ----

WARNING: coremods are present: OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.4.jar) ForgelinPlugin (Forgelin-1.6.0.jar) AstralCore (astralsorcery-1.12.2-1.8.4.jar) IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b129.jar) TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar) CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar) FMLPlugin (elulib-0.1.11.jar) Contact their authors BEFORE contacting forge

// Sorry :(

Time: 1/6/18 5:28 PM Description: Exception while updating neighbours

java.lang.ClassCastException: com.animania.common.tileentities.TileEntityCheeseMold cannot be cast to mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterTileEntity at mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock.func_189540_a(RedstoneTransmitterBlock.java:85) at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) at net.minecraft.world.World.func_190524_a(World.java:550) at net.minecraft.world.World.func_175685_c(World.java:492) at codechicken.enderstorage.tile.TileEnderChest.func_73660_a(TileEnderChest.java:54) at net.minecraft.world.World.func_72939_s(World.java:1829) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) 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 mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock.func_189540_a(RedstoneTransmitterBlock.java:85) at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)

-- Block being updated -- Details: Source block type: ID #1029 (tile.oc.diskdrive // li.cil.oc.common.block.DiskDrive) Block: rftools:redstone_transmitter_block[intermediate=0,logic_facing=down_tonorth,output=true] Block location: World: (16,70,-69), Chunk: (at 0,4,11 in 1,-5; contains blocks 16,0,-80 to 31,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Stacktrace: at net.minecraft.world.World.func_190524_a(World.java:550) at net.minecraft.world.World.func_175685_c(World.java:492) at codechicken.enderstorage.tile.TileEnderChest.func_73660_a(TileEnderChest.java:54)

-- Block entity being ticked -- Details: Name: minecraft:ender chest // codechicken.enderstorage.tile.TileEnderChest Block type: ID #1029 (tile.oc.diskdrive // li.cil.oc.common.block.DiskDrive) Block data value: 0 / 0x0 / 0b0000 Block location: World: (15,70,-69), Chunk: (at 15,4,11 in 0,-5; contains blocks 0,0,-80 to 15,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) Actual block type: ID #1029 (tile.oc.diskdrive // li.cil.oc.common.block.DiskDrive) Actual block data value: 0 / 0x0 / 0b0000 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1829) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)

-- Affected level -- Details: Level name: world All players: 1 total; [EntityPlayerMP['jerseyknoll'/108, l='world', x=18.44, y=70.00, z=-71.41]] Chunk stats: ServerChunkCache: 704 Drop: 0 Level seed: -361301897 Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true Level generator options: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generateBopSoils":true,"generateBopTrees":true,"generateBopGrasses":true,"generateBopFoliage":true,"generateBopFlowers":true,"generateBopPlants":true,"generateBopWaterPlants":true,"generateBopMushrooms":true,"generateRockFormations":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseScaleX":80.0,"mainNoiseScaleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0} Level spawn location: World: (182,64,216), Chunk: (at 6,4,8 in 11,13; contains blocks 176,0,208 to 191,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 10827080 game time, 11924597 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 74327 (now: false), thunder time: 150579 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) 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_141, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 311386680 bytes (296 MB) / 1065656320 bytes (1016 MB) up to 2075918336 bytes (1979 MB) JVM Flags: 9 total; -Xms512M -Xmx2048M -XX:PermSize=256M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104 FML: MCP 9.42 Powered by Forge 14.23.1.2566 144 mods loaded, 144 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                                |
|:--------- |:------------------------- |:----------------------- |:------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft                 | 1.12.2                  | minecraft.jar                                     | None                                     |
| UCHIJAAAA | mcp                       | 9.42                    | minecraft.jar                                     | None                                     |
| UCHIJAAAA | FML                       | 8.0.99.99               | FTBserver-1.12.2-14.23.1.2566-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                     | 14.23.1.2566            | FTBserver-1.12.2-14.23.1.2566-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | openmodscore              | 0.11.4                  | minecraft.jar                                     | None                                     |
| UCHIJAAAA | opencomputers|core        | 1.7.1.43                | minecraft.jar                                     | None                                     |
| UCHIJAAAA | elucore                   | 1.0                     | minecraft.jar                                     | None                                     |
| UCHIJAAAA | actuallyadditions         | 1.12.2-r125             | ActuallyAdditions-1.12.2-r125.jar                 | None                                     |
| UCHIJAAAA | akashictome               | 1.2-10                  | AkashicTome-1.2-10.jar                            | None                                     |
| UCHIJAAAA | biomesoplenty             | 7.0.1.2310              | BiomesOPlenty-1.12.2-7.0.1.2310-universal.jar     | None                                     |
| UCHIJAAAA | baubles                   | 1.5.1                   | Baubles-1.12-1.5.1.jar                            | None                                     |
| UCHIJAAAA | botania                   | r1.10-352               | Botania r1.10-352.jar                             | None                                     |
| UCHIJAAAA | craftstudioapi            | 1.0.0                   | CraftStudio-1.0.0.93-mc1.12-alpha.jar             | None                                     |
| UCHIJAAAA | animania                  | 1.4.3                   | animania-1.12.2-1.4.3.jar                         | None                                     |
| UCHIJAAAA | crafttweaker              | 4.0.10                  | CraftTweaker2-1.12-4.0.10.jar                     | None                                     |
| UCHIJAAAA | mtlib                     | @VERSION@               | MTLib-3.0.1.jar                                   | None                                     |
| UCHIJAAAA | modtweaker                | 4.0.5                   | modtweaker-4.0.5.jar                              | None                                     |
| UCHIJAAAA | jei                       | 4.8.5.142               | jei_1.12.2-4.8.5.142.jar                          | None                                     |
| UCHIJAAAA | appleskin                 | 1.0.9                   | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
| UCHIJAAAA | appliedenergistics2       | rv5-stable-3            | appliedenergistics2-rv5-stable-3.jar              | None                                     |
| UCHIJAAAA | aroma1997core             | 2.0.0.0.b129            | Aroma1997Core-1.12.2-2.0.0.0.b129.jar             | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aroma1997sdimension       | 1.3.0.0.b37             | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None                                     |
| UCHIJAAAA | astralsorcery             | 1.8.4                   | astralsorcery-1.12.2-1.8.4.jar                    | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | morphtool                 | 1.2-16                  | Morph-o-Tool-1.2-16.jar                           | None                                     |
| UCHIJAAAA | psi                       | r1.1-59                 | Psi-r1.1-59.jar                                   | None                                     |
| UCHIJAAAA | autoreglib                | 1.3-15                  | AutoRegLib-1.3-15.jar                             | None                                     |
| UCHIJAAAA | badwithernocookiereloaded | 1.12.2-2.12             | badwithernocookiereloaded-1.12.2-2.12.jar         | None                                     |
| UCHIJAAAA | bdlib                     | 1.14.3.11               | bdlib-1.14.3.11-mc1.12.2.jar                      | None                                     |
| UCHIJAAAA | betteradvancements        | 0.0.5.17                | BetterAdvancements-1.12.2-0.0.5.17.jar            | None                                     |
| UCHIJAAAA | betterbuilderswands       | 0.11.1                  | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar   | None                                     |
| UCHIJAAAA | ic2                       | 2.8.36-ex112            | industrialcraft-2-2.8.36-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAA | forestry                  | 5.7.0.228               | forestry_1.12.2-5.7.0.228.jar                     | None                                     |
| UCHIJAAAA | binniecore                | unspecified             | binnie-mods-1.12.2-2.5.0.111.jar                  | None                                     |
| UCHIJAAAA | binniedesign              | 1.0                     | binnie-mods-1.12.2-2.5.0.111.jar                  | None                                     |
| UCHIJAAAA | genetics                  | 2.5.0.111               | binnie-mods-1.12.2-2.5.0.111.jar                  | None                                     |
| UCHIJAAAA | botany                    | 2.5.0.111               | binnie-mods-1.12.2-2.5.0.111.jar                  | None                                     |
| UCHIJAAAA | extrabees                 | 2.5.0.111               | binnie-mods-1.12.2-2.5.0.111.jar                  | None                                     |
| UCHIJAAAA | extratrees                | 2.5.0.111               | binnie-mods-1.12.2-2.5.0.111.jar                  | None                                     |
| UCHIJAAAA | blockcraftery             | 0.1.3                   | blockcraftery-0.1.3.jar                           | None                                     |
| UCHIJAAAA | bookshelf                 | 2.2.500                 | Bookshelf-1.12.2-2.2.500.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | codechickenlib            | 3.1.5.331               | CodeChickenLib-1.12.2-3.1.5.331-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | redstoneflux              | 2.0.1                   | RedstoneFlux-1.12-2.0.1.2-universal.jar           | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | brandonscore              | 2.3.7                   | BrandonsCore-1.12-2.3.7.140-universal.jar         | None                                     |
| UCHIJAAAA | careerbees                | 1.0                     | careerbees-0.0.1.jar                              | None                                     |
| UCHIJAAAA | chameleon                 | 1.12-4.1.3              | Chameleon-1.12-4.1.3.jar                          | None                                     |
| UCHIJAAAA | chickenchunks             | 2.4.0.70                | ChickenChunks-1.12-2.4.0.70-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chisel                    | MC1.12-0.1.1.26         | Chisel-MC1.12-0.1.1.26.jar                        | None                                     |
| UCHIJAAAA | chiselsandbits            | 14.12                   | chiselsandbits-14.12.jar                          | None                                     |
| UCHIJAAAA | cofhcore                  | 4.3.9                   | CoFHCore-1.12.2-4.3.9.2-universal.jar             | None                                     |
| UCHIJAAAA | cofhworld                 | 1.1.1                   | CoFHWorld-1.12.2-1.1.1.12-universal.jar           | None                                     |
| UCHIJAAAA | cyclopscore               | 0.10.24                 | CyclopsCore-1.12.2-0.10.24.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | commoncapabilities        | 1.4.0                   | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
| UCHIJAAAA | mcmultipart               | 2.4.1                   | MCMultiPart-2.4.1.jar                             | None                                     |
| UCHIJAAAA | storagedrawers            | 1.12-5.2.5              | StorageDrawers-1.12.1-5.3.3.jar                   | None                                     |
| UCHIJAAAA | refinedstorage            | 1.5.30                  | refinedstorage-1.5.30.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJAAAA | compactmachines3          | 3.0.5                   | compactmachines3-1.12.2-3.0.5-b184.jar            | None                                     |
| UCHIJAAAA | compactsolars             | 1.12.2-5.0.17.340       | CompactSolars-1.12.2-5.0.17.340-universal.jar     | None                                     |
| UCHIJAAAA | cookingforblockheads      | 6.3.17                  | CookingForBlockheads_1.12.1-6.3.17.jar            | None                                     |
| UCHIJAAAA | crafttweakerjei           | 2.0.0                   | CraftTweaker2-1.12-4.0.10.jar                     | None                                     |
| UCHIJAAAA | mantle                    | 1.12-1.3.1.21           | Mantle-1.12-1.3.1.21.jar                          | None                                     |
| UCHIJAAAA | tconstruct                | 1.12-2.8.0.45           | TConstruct-1.12-2.8.0.45.jar                      | None                                     |
| UCHIJAAAA | p455w0rdslib              | 2.0.24                  | p455w0rdslib-1.12-2.0.24.jar                      | None                                     |
| UCHIJAAAA | stg                       | 1.12.2-1.2.3            | stg-1.12.2-1.2.3.jar                              | None                                     |
| UCHIJAAAA | theoneprobe               | 1.4.19                  | theoneprobe-1.12-1.4.19.jar                       | None                                     |
| UCHIJAAAA | danknull                  | 1.3.24                  | DankNull-1.12-1.3.24.jar                          | None                                     |
| UCHIJAAAA | darkutils                 | 1.7.181                 | DarkUtils-1.12.2-1.7.181.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | eleccore                  | 1.8.434                 | ElecCore-1.12.2-1.8.434.jar                       | None                                     |
| UCHIJAAAA | opencomputers             | 1.7.1.43                | OpenComputers-MC1.12.1-1.7.1.43.jar               | None                                     |
| UCHIJAAAA | deepresonance             | 1.6.0                   | deepresonance-1.12-1.6.0.jar                      | None                                     |
| UCHIJAAAA | diethopper                | 1.1                     | diethopper-1.1.jar                                | None                                     |
| UCHIJAAAA | thermalfoundation         | 2.3.9                   | ThermalFoundation-1.12.2-2.3.9.4-universal.jar    | None                                     |
| UCHIJAAAA | draconicevolution         | 2.3.8                   | Draconic-Evolution-1.12-2.3.8.279-universal.jar   | None                                     |
| UCHIJAAAA | elementaldimensions       | 0.2.0                   | elementaldimensions-1.12-0.2.0.jar                | None                                     |
| UCHIJAAAA | elevatorid                | 1.3.5                   | ElevatorMod-1.12.2-1.3.5.jar                      | None                                     |
| UCHIJAAAA | enderstorage              | 2.4.2.126               | EnderStorage-1.12.2-2.4.2.126-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | valkyrielib               | 1.12.2-2.0.6b           | valkyrielib-1.12.2-2.0.6b.jar                     | None                                     |
| UCHIJAAAA | environmentaltech         | 1.12.2-2.0.6b           | environmentaltech-1.12.2-2.0.6b.jar               | None                                     |
| UCHIJAAAA | immersiveengineering      | 0.12-76                 | ImmersiveEngineering-0.12-76.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | thermalexpansion          | 5.3.9                   | ThermalExpansion-1.12.2-5.3.9.8-universal.jar     | None                                     |
| UCHIJAAAA | exchangers                | 1.12.2-2.6.1            | Exchangers-1.12.2-2.6.1.jar                       | f8b632eee30601ba63fe0984fae017fc7800f2fe |
| UCHIJAAAA | extrautils2               | 1.0                     | extrautils2-1.12-1.7.2.jar                        | None                                     |
| UCHIJAAAA | zerocore                  | 1.12-0.1.1.0            | zerocore-1.12-0.1.1.0.jar                         | None                                     |
| UCHIJAAAA | bigreactors               | 1.12-0.4.5.44           | ExtremeReactors-1.12-0.4.5.44.jar                 | None                                     |
| UCHIJAAAA | flatcoloredblocks         | mc1.12-6.6              | flatcoloredblocks-mc1.12-6.6.jar                  | None                                     |
| UCHIJAAAA | foamfix                   | 0.8.3-1.12.2            | foamfix-0.8.3-1.12.2-law.jar                      | None                                     |
| UCHIJAAAA | forgelin                  | 1.6.0                   | Forgelin-1.6.0.jar                                | None                                     |
| UCHIJAAAA | ichunutil                 | 7.1.4                   | iChunUtil-1.12.2-7.1.4.jar                        | None                                     |
| UCHIJAAAA | ftbl                      | 4.2.5                   | FTBLib-4.2.5.jar                                  | None                                     |
| UCHIJAAAA | ftbu                      | 4.2.4                   | FTBUtilities-4.2.4.jar                            | None                                     |
| UCHIJAAAA | funkylocomotion           | 1.0                     | funky-locomotion-1.12.2-1.1.0.jar                 | None                                     |
| UCHIJAAAA | gendustry                 | 1.6.5.8                 | gendustry-1.6.5.8-mc1.12.2.jar                    | None                                     |
| UCHIJAAAA | advgenerators             | 0.9.20.9                | generators-0.9.20.9-mc1.12.2.jar                  | None                                     |
| UCHIJAAAA | gravestone                | 1.10.0                  | gravestone-1.10.0.jar                             | None                                     |
| UCHIJAAAA | immersivecables           | 1.2.0.1                 | ImmersiveCables-1.12.2-1.2.0.1.jar                | None                                     |
| UCHIJAAAA | immersivepetroleum        | @VERSION@               | immersivepetroleum-1.12.2-1.1.6.jar               | None                                     |
| UCHIJAAAA | teslacorelib              | 1.0.12                  | tesla-core-lib-1.12-1.0.12.jar                    | None                                     |
| UCHIJAAAA | industrialforegoing       | 1.12.2-1.12.2           | industrialforegoing-1.12.2-1.6.6-113.jar          | None                                     |
| UCHIJAAAA | integrateddynamics        | 0.9.8                   | IntegratedDynamics-1.12.2-0.9.8.jar               | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integrateddynamicscompat  | 1.0.0                   | IntegratedDynamics-1.12.2-0.9.8.jar               | None                                     |
| UCHIJAAAA | integratedtunnels         | 1.3.6                   | IntegratedTunnels-1.12.2-1.3.6.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | inventorysorter           | 1.12.4+52               | inventorysorter-1.12.2-1.12.4+52.jar              | None                                     |
| UCHIJAAAA | ironbackpacks             | 1.12.2-3.0.2-3          | IronBackpacks-1.12.2-3.0.2-3.jar                  | None                                     |
| UCHIJAAAA | ironchest                 | 1.12.2-7.0.34.820       | ironchest-1.12.2-7.0.34.820.jar                   | None                                     |
| UCHIJAAAA | jeibees                   | 0.9.0.5                 | jeibees-0.9.0.5-mc1.12.2.jar                      | None                                     |
| UCHIJAAAA | journeymap                | 1.12.2-5.5.2            | journeymap-1.12.2-5.5.2.jar                       | None                                     |
| UCHIJAAAA | lostcities                | 1.0.2                   | lostcities-1.12-1.0.2.jar                         | None                                     |
| UCHIJAAAA | magicbees                 | 1.0                     | MagicBees-1.12.2-3.1.8.jar                        | None                                     |
| UCHIJAAAA | meecreeps                 | 1.1.0                   | meecreeps-1.12-1.1.0.jar                          | None                                     |
| UCHIJAAAA | mercurius                 | 1.0.6                   | Mercurius-1.12.2.jar                              | None                                     |
| UCHIJAAAA | minetogether              | unspecified             | minetogether-1.10.2-1.8.2.jar                     | None                                     |
| UCHIJAAAA | minetogetherserver        | unspecified             | minetogether-1.10.2-1.8.2.jar                     | None                                     |
| UCHIJAAAA | mob_grinding_utils        | 0.3.4                   | MobGrindingUtils-0.3.4.jar                        | None                                     |
| UCHIJAAAA | morph                     | 7.1.2                   | Morph-1.12.2-7.1.2.jar                            | None                                     |
| UCHIJAAAA | morpheus                  | 1.12-3.3.2              | Morpheus-1.12-3.3.2.jar                           | None                                     |
| UCHIJAAAA | netherportalfix           | 5.3.13                  | NetherPortalFix_1.12.1-5.3.13.jar                 | None                                     |
| UCHIJAAAA | notenoughwands            | 1.6.0                   | notenoughwands-1.12-1.6.0.jar                     | None                                     |
| UCHIJAAAA | openmods                  | 0.11.4                  | OpenModsLib-1.12.2-0.11.4.jar                     | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | openblocks                | 1.7.4                   | OpenBlocks-1.12.2-1.7.4.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | harvestcraft              | 1.12.2c                 | Pam's HarvestCraft 1.12.2c.jar                    | None                                     |
| UCHIJAAAA | plustic                   | 6.3.2.1                 | plustic-6.3.2.1.jar                               | None                                     |
| UCHIJAAAA | portalgun                 | 7.0.0                   | PortalGun-1.12.2-7.0.1.jar                        | None                                     |
| UCHIJAAAA | quickleafdecay            | 1.2.4                   | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
| UCHIJAAAA | rangedpumps               | 0.5                     | rangedpumps-0.5.jar                               | None                                     |
| UCHIJAAAA | reborncore                | 3.5.2.171               | RebornCore-1.12.2-3.5.2.171-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | rebornstorage             | 1.0.0                   | RebornStorage-1.12.2-3.0.2.33.jar                 | None                                     |
| UCHIJAAAA | redstonearsenal           | 2.3.9                   | RedstoneArsenal-1.12.2-2.3.9.2-universal.jar      | None                                     |
| UCHIJAAAA | refinedstorageaddons      | 0.2                     | refinedstorageaddons-0.2.jar                      | None                                     |
| UCHIJAAAA | rflux                     | 0.2.0                   | rflux-1.12-0.2.0.jar                              | None                                     |
| UCHIJAAAA | rftools                   | 7.23                    | rftools-1.12-7.23.jar                             | None                                     |
| UCHIJAAAA | rftoolscontrol            | 1.8.0                   | rftoolsctrl-1.12-1.8.0.jar                        | None                                     |
| UCHIJAAAA | rftoolsdim                | 5.50                    | rftoolsdim-1.12-5.50.jar                          | None                                     |
| UCHIJAAAA | signals                   | 1.0                     | Signals-1.12.2-1.2.0-3-universal.jar              | None                                     |
| UCHIJAAAA | storagedrawersextra       | @VERSION@               | StorageDrawersExtras-1.12-3.1.0.jar               | None                                     |
| UCHIJAAAA | thermalcultivation        | 0.1.4                   | ThermalCultivation-1.12.2-0.1.4.2-universal.jar   | None                                     |
| UCHIJAAAA | thermaldynamics           | 2.3.9                   | ThermalDynamics-1.12.2-2.3.9.3-universal.jar      | None                                     |
| UCHIJAAAA | tinkertoolleveling        | 1.12-1.0.2b.DEV.1a79301 | TinkerToolLeveling-1.12-1.0.2b.jar                | None                                     |
| UCHIJAAAA | topaddons                 | 1.12.2-1.2.1            | topaddons-1.12.2-1.2.1.jar                        | None                                     |
| UCHIJAAAA | twilightforest            | 3.5.263                 | twilightforest-1.12.2-3.5.263-universal.jar       | None                                     |
| UCHIJAAAA | wanionlib                 | 1.12.2-1.3              | WanionLib-1.12.2-1.3.jar                          | None                                     |
| UCHIJAAAA | wct                       | 3.8.55                  | WirelessCraftingTerminal-1.12.2-3.8.55.jar        | None                                     |
| UCHIJAAAA | xnet                      | 1.6.6                   | xnet-1.12-1.6.6.jar                               | None                                     |
| UCHIJAAAA | elulib                    | 0.1.11                  | elulib-0.1.11.jar                                 | None                                     |
| UCHIJAAAA | teslacorelib_registries   | 1.0.12                  | tesla-core-lib-1.12-1.0.12.jar                    | None                                     |
| UCHIJAAAA | unidict                   | 1.12.2-1.6              | UniDict-1.12.2-1.6.jar                            | None                                     |

Loaded coremods (and transformers): 

OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.4.jar) openmods.core.OpenModsClassTransformer ForgelinPlugin (Forgelin-1.6.0.jar)

AstralCore (astralsorcery-1.12.2-1.8.4.jar)

IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b129.jar)

TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar) li.cil.oc.common.asm.ClassTransformer CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar) team.chisel.ctm.client.asm.CTMTransformer FMLPlugin (elulib-0.1.11.jar) elucent.elulib.asm.ASMTransformer 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 rv5-stable-3 for Forge 14.23.1.2554 Pulsar/tconstruct loaded Pulses:

josephcsible commented 6 years ago

Why did you close this? What was the problem?

dudeoflife25 commented 6 years ago

I removed Ender Storage then my game would load and I found that my entire world was corrupted. I restored a backup and then everything worked fine.