Code Monkey home page Code Monkey logo

pressure's Introduction

pressure's People

Contributors

ahtsm avatar alvin137 avatar bdew avatar cplpibald avatar guro2 avatar habnabit avatar leon1236 avatar shikhtv avatar vaigarashi avatar vexatos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pressure's Issues

Fluid multiplication with hand pump

For example: If you habe a stack (64) drums in your inventory and click with the hand pump on a fluid, all 64 drums will be filled with 1000 mB of this liquid. I think, that is a bug, or?

Filter for Mekanism Gas as Liquid

I want to configure filters for the High Pressure Router for Liquid Gases from Mekanism.

As I dont get them in a bucket I have a hard time to figure out how to set the filter.

Some suggestions.

Firstly, thank you for your work!
Secondly, I have some suggestions for this mod.

  1. Block with configurable input/output (It is not always convenient to replace the entire block.)
  2. Block with input AND output (as it made with fluid conduits in EnderIO, for example).
  3. (If it is possible). Add channels for transfer liquids (again, as it made in EIO).
  4. Microblock variants of all buses in this mod (like interfaces from AE2; sometimes buses from this mod is bulky and clumsy).
  5. Tiers of modular tank. (Now it's capacity is too small compared with tanks from other mods).
  6. And finally. Make recipe of canister harder (Now it's cheap as cheat!).

Thank you very much for your work!
P. S. Sorry for my English. I'm from Russia.

No config?

Is this mod supposed to generate a config? On Bdew's website is says that you can change the efficiency of your generator but there is no config to do so.

EnderIO Ender Fluid Conduit not working at World Load

v.1.10.2

Whenever my single-player worled loads, the EnderIO Fluid Conduits I have connected to each of my three Tanks (input, from either Forestry Stills, EnderIO The Vats, or the Syngas Producer) do not transfer fluid. I need to break the conduit and replace it, after which it works as intended.

Change tank capacity limit.

Hello.
I found one simple problem: tank capacity limit is too low.
For example, I want to transform Tank Multiblock to the hugest liquid storage on my modpack. And for that purpose I set capacity of single Tank block equals capacity of bedrockium drum from ExtraUtilities (also, I changed recipe accordingly). But when I try to build this multiblock with these settings, I get Tank with negative capacity (with low value about -2 millions = ).

As I understand, this is because you use int type for capacity variable. Please, fix it:

  • Change type to long, for example (and I understand, that it'll greatly increase load and network traffic);
  • or set the maximum allowable value for Tank capacity.

P. S. Sorry for my English, I'm from Russia.

Suggestion: Way to Upgrade Tank Capacity / Smart Outlet

I think the Tank multiblock could use some improvements.

Currently the limited capacity (32x50=1600 buckets) seem to make it only interesting as storage as long as you can not hook up bedrock drums or similar.

After seeing the awesome idea of turbine upgrades for adv gen I think something similar could be applied to the tank blocks to increase capacity.

Additionally a smart outlet that allows to configure the mb/t would make this a very useful buffer (for example for lava for maxed heat exchangers).

The line of thought here is to make the tank more useful as buffer, and while pure storage might be not the main motivation a more granular control about the consumption of its contents would probably be rewarding/useful.

As always, love the mods and keep up the great work!

Suggestion on performance: stuck when placing a pipe in a large network

I think it's recalculating the whole network data and store them in the pressure input right....? This is very good idea for increasing efficiency while running but if i try to add or modify a large network it will be a disaster on my server because it will cause the server running for minutes calculating the data.

And I know it may be pretty hard, but i still want to suggest you to learn from AE when facing a large network, just make a queue for the whole network, and do only a few blocks of calculation in one tick, decide which ones to calculate next, and save the state to next tick, finally you will finish the pre-calculation without making a huge lag.

BTW this network is for a ReactorCraft fusion reactor, including more than 4 kinds of liquids in one network, 180+ outputs & about 20 inputs. Total pipe length is 500 pipes and including circles.

I wish this will be better, i love the infinite transfer speed XD

suggestion: Open Computers support

just as the title says. I'm sure there are people out there that don't have computer craft on their servers, but they do have open computers. I would have tried to do it myself, but i know nothing of scala.

Crash with latest forge & pressure pipes

Tested both with the publicly available pressurepipes & bdlib versions
and also with v121 off of jenkins (also used bdlib v102)

Anyways, it doesn't seem to be compatable with the newer forgemultipart?

Using fmp version: "ForgeMultipart-1.7.10-1.1.1.321-universal", and getting the following error on startup:

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: codechicken/multipart/MultiPartRegistry$IPartFactory2 at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoClassDefFoundError: codechicken/multipart/MultiPartRegistry$IPartFactory2 at net.bdew.pressure.Pressure$.preInit(Pressure.scala:61) at net.bdew.pressure.Pressure.preInit(Pressure.scala) 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:483) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) 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:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ... 10 more Caused by: java.lang.ClassNotFoundException: codechicken.multipart.MultiPartRegistry$IPartFactory2 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 38 more Caused by: java.lang.NullPointerException

also: UCE pressure{1.2.4.121} [Pressure Pipes] (pressure-1.2.4.121-mc1.7.10.jar)

Removing pressurepipes does cause the error to dissapear, and minecraft to start normally.

Not sure if I'm doing something wrong, if I should use a different version of fmp, or if it's somehow incompatible with it.

NEI not JEI for 1.9.4

I know the config says "B:"Add filled canisters to NEI"=false"
In 1.9.4 I believe we only have JEI, but even when I set false, all the canisters still showing, is there any way to hide them from showing on JEI?

Thanks.

Upgradeable Handpump

Would be nice to have a RF charged handpump that can pump like 3x3x3 or 5x5x5 area for clearing large lakes for fluids.

Should be mid/late game and bit expensive to craft.

Tank contents are lost on chunk load

If I set up a tank such that something is ejecting a fluid into it, the tank's contents will be lost when the chunk is loaded.

To replicate:
Tank 1 has a controller, one tank block, a powered tank fluid output, and 16 buckets of water (the exact number isn't important).
Tank 2 has a controller, one tank block, a tank fluid input, and is filled with water.
If I connect the output to the input with a high pressure pump, exit the world, and return to it, Tank 1 will be empty and Tank 2 will have 16 buckets of water in it.

Tank 1 was full of water here, but I found the fluid also disappeared if a had a creative portable tank auto-ejecting into a large tank, or a magma crucible auto-ejecting into a tank, or, sometimes, a transfer node ejecting into the tank.

Server crash when pumping ic2 hot coolant into pressure pipes system

Latest resonant rise pack with the listed below mods, setting up a pressure pipes system to handle both the hot and cold coolant from the ic2 reactor as per this video: https://www.youtube.com/watch?v=xdToeqKW058

when i turn on the reactor the server crashes and i have to roll back the world to start it again
---- Minecraft Crash Report ----
// Don't do that.

Time: 7/14/15 11:28 PM
Description: Ticking block entity

java.lang.IllegalStateException: The fluid handler net.bdew.pressure.blocks.input.TileInput@5edbe8bc filled more than the requested amount.
    at ic2.core.util.LiquidUtil.transfer(LiquidUtil.java:180)
    at ic2.core.item.ItemUpgradeModule.onTick(ItemUpgradeModule.java:358)
    at ic2.core.block.reactor.tileentity.TileEntityReactorFluidPort.func_145845_h(TileEntityReactorFluidPort.java:54)
    at net.minecraft.world.World.func_72939_s(World.java:1939)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


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

-- Head --
Stacktrace:
    at ic2.core.util.LiquidUtil.transfer(LiquidUtil.java:180)
    at ic2.core.item.ItemUpgradeModule.onTick(ItemUpgradeModule.java:358)
    at ic2.core.block.reactor.tileentity.TileEntityReactorFluidPort.func_145845_h(TileEntityReactorFluidPort.java:54)

-- Block entity being ticked --
Details:
    Name: Reactor Fluid Port // ic2.core.block.reactor.tileentity.TileEntityReactorFluidPort
    Block type: ID #196 (blockReactorFluidPort // ic2.core.block.reactor.block.BlockReactorFluidPort)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (4011,48,1433), Chunk: (at 11,3,9 in 250,89; contains blocks 4000,0,1424 to 4015,255,1439), Region: (7,2; contains chunks 224,64 to 255,95, blocks 3584,0,1024 to 4095,255,1535)
    Actual block type: ID #196 (blockReactorFluidPort // ic2.core.block.reactor.block.BlockReactorFluidPort)
    Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1939)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['hobnob11'/295, l='world', x=4013.44, y=51.50, z=1437.75]]
    Chunk stats: ServerChunkCache: 814 Drop: 0
    Level seed: 4057875102836626056
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (256,64,188), Chunk: (at 0,4,12 in 16,11; contains blocks 256,0,176 to 271,255,191), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 9126609 game time, 9361666 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 147266 (now: false), thunder time: 116087 (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:636)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Linux (amd64) version 3.13.0-49-generic
    Java Version: 1.8.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 925040928 bytes (882 MB) / 4080271360 bytes (3891 MB) up to 4080271360 bytes (3891 MB)
    JVM Flags: 14 total; -Xmx4G -Xms4G -Xss4M -Xmn2G -XX:+UseLargePages -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseBiasedLocking -Xincgc -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=6
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 217 mods loaded, 217 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAA   FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar) 
    UCHIJAAAA   Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar) 
    UCHIJAAAA   appliedenergistics2-core{rv2-stable-8} [AppliedEnergistics2 Core] (minecraft.jar) 
    UCHIJAAAA   Aroma1997Core{1.0.2.13} [Aroma1997Core] (AROMA1997CORE-1.7.10-1.0.2.13.jar) 
    UCHIJAAAA   CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar) 
    UCHIJAAAA   ivtoolkit{IvToolkit} [1.2] (minecraft.jar) 
    UCHIJAAAA   MobiusCore{1.2.5} [MobiusCore] (minecraft.jar) 
    UCHIJAAAA   NotEnoughItems{1.0.5.111} [Not Enough Items] (NOTENOUGHITEMS-1.7.10-1.0.5.111-UNIVERSAL.jar) 
    UCHIJAAAA   OpenComputers|Core{1.5.13.27-pre.1} [OpenComputers (Core)] (minecraft.jar) 
    UCHIJAAAA   OpenEye{0.6} [OpenEye] (OPENEYE-0.6-1.7.10-SNAPSHOT-141.jar) 
    UCHIJAAAA   ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) 
    UCHIJAAAA   VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar) 
    UCHIJAAAA   OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar) 
    UCHIJAAAA   <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
    UCHIJAAAA   debug{1.0} [debug] (DENSEORES-1.6.2.jar) 
    UCHIJAAAA   act{0.0.2a_1.7.10} [AdminCommandsToolbox] (AdminCommandsToolbox-0.0.2a_1.7.10.jar) 
    UCHIJAAAA   IC2{2.2.736-experimental} [IndustrialCraft 2] (INDUSTRIALCRAFT-2-2.2.736-EXPERIMENTAL.jar) 
    UCHIJAAAA   ImmibisCore{59.1.0} [Immibis Core] (IMMIBIS-CORE-59.1.0.jar) 
    UCHIJAAAA   AdvancedMachines{59.0.2} [Advanced Machines] (ADVANCED-MACHINES-59.0.2.jar) 
    UCHIJAAAA   AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (ADVANCEDSOLARPANEL-1.7.10-3.5.1.jar) 
    UCHIJAAAA   appliedenergistics2{rv2-stable-8} [Applied Energistics 2] (APPLIEDENERGISTICS2-RV2-STABLE-8.jar) 
    UCHIJAAAA   bdlib{1.8.2.92} [BD Lib] (BDLIB-1.8.2.92-MC1.7.10.jar) 
    UCHIJAAAA   ae2stuff{0.4.0.38} [AE2 Stuff] (AE2STUFF-0.4.0.38-MC1.7.10.jar) 
    UCHIJAAAA   AncientWarfare{2.4.104-beta-MC1.7.10} [Ancient Warfare Core] (ANCIENTWARFARE-2.4.104-BETA-MC1.7.10-FULL.jar) 
    UCHIJAAAA   CoFHCore{1.7.10R3.0.2} [CoFH Core] (COFHCORE-[1.7.10]3.0.2-262.jar) 
    UCHIJAAAA   BuildCraft|Core{7.0.12} [BuildCraft] (BUILDCRAFT-7.0.12.jar) 
    UCHIJAAAA   AncientWarfareAutomation{2.4.104-beta-MC1.7.10} [Ancient Warfare Automation] (ANCIENTWARFARE-2.4.104-BETA-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AncientWarfareNEIPlugin{2.4.104-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ANCIENTWARFARE-2.4.104-BETA-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AncientWarfareNpc{2.4.104-beta-MC1.7.10} [Ancient Warfare NPCs] (ANCIENTWARFARE-2.4.104-BETA-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AncientWarfareStructure{2.4.104-beta-MC1.7.10} [Ancient Warfare Structures] (ANCIENTWARFARE-2.4.104-BETA-MC1.7.10-FULL.jar) 
    UCHIJAAAA   AppleCore{1.1.0} [AppleCore] (APPLECORE-MC1.7.10-1.1.0.jar) 
    UCHIJAAAA   ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ARCHIMEDESSHIPS-1.7.1.jar) 
    UCHIJAAAA   Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (AROMA1997CORE-1.7.10-1.0.2.13.jar) 
    UCHIJAAAA   Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (AROMA1997S-DIMENSIONAL-WORLD-1.7.10-1.1.0.1.jar) 
    UCHIJAAAA   asielib{0.4.1} [asielib] (ASIELIB-1.7.10-0.4.1.jar) 
    UCHIJAAAA   Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (MANTLE-1.7.10-0.3.2.jar) 
    UCHIJAAAA   Natura{2.2.0} [Natura] (NATURA-1.7.10-2.2.0.1.jar) 
    UCHIJAAAA   Forestry{3.5.7.16} [Forestry for Minecraft] (FORESTRY_1.7.10-3.5.7.16.jar) 
    UCHIJAAAA   asietweaks{0.0.2} [asietweaks] (ASIETWEAKS-1.7.10-0.0.2.jar) 
    UCHIJAAAA   MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
    UCHIJAAAA   Thaumcraft{4.2.3.5} [Thaumcraft] (THAUMCRAFT-1.7.10-4.2.3.5.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   Waila{1.5.10} [Waila] (WAILA-1.5.10_1.7.10.jar) 
    UCHIJAAAA   Automagy{0.25} [Automagy] (AUTOMAGY-1.7.10-0.25.jar) 
    UCHIJAAAA   Backpack{2.0.1} [Backpack] (BACKPACK-2.0.1-1.7.X.jar) 
    UCHIJAAAA   ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (THERMALFOUNDATION-[1.7.10]1.0.0-81.jar) 
    UCHIJAAAA   ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (THERMALEXPANSION-[1.7.10]4.0.1-182.jar) 
    UCHIJAAAA   BigReactors{0.4.3A} [Big Reactors] (BIGREACTORS-0.4.3A.jar) 
    UCHIJAAAA   BinnieCore{2.0-pre12} [Binnie Core] (BINNIE-MODS-2.0-PRE12.jar) 
    UCHIJAAAA   Botany{2.0-pre12} [Botany] (BINNIE-MODS-2.0-PRE12.jar) 
    UCHIJAAAA   ExtraBees{2.0-pre12} [Extra Bees] (BINNIE-MODS-2.0-PRE12.jar) 
    UCHIJAAAA   ExtraTrees{2.0-pre12} [Extra Trees] (BINNIE-MODS-2.0-PRE12.jar) 
    UCHIJAAAA   Genetics{2.0-pre12} [Genetics] (BINNIE-MODS-2.0-PRE12.jar) 
    UCHIJAAAA   AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BLOODMAGIC-1.7.10-1.3.3-4.jar) 
    UCHIJAAAA   Botania{r1.6-193} [Botania] (BOTANIA R1.6-193.jar) 
    UCHIJAAAA   BuildCraft|Energy{7.0.12} [BC Energy] (BUILDCRAFT-7.0.12.jar) 
    UCHIJAAAA   BuildCraft|Factory{7.0.12} [BC Factory] (BUILDCRAFT-7.0.12.jar) 
    UCHIJAAAA   BuildCraft|Transport{7.0.12} [BC Transport] (BUILDCRAFT-7.0.12.jar) 
    UCHIJAAAA   BuildCraft|Builders{7.0.12} [BC Builders] (BUILDCRAFT-7.0.12.jar) 
    UCHIJAAAA   BuildCraft|Silicon{7.0.12} [BC Silicon] (BUILDCRAFT-7.0.12.jar) 
    UCHIJAAAA   BuildCraft|Robotics{7.0.12} [BC Robotics] (BUILDCRAFT-7.0.12.jar) 
    UCHIJAAAA   BuildCraft|Compat{7.0.8} [BuildCraft Compat] (BUILDCRAFT-COMPAT-7.0.8.jar) 
    UCHIJAAAA   eureka{3.0.2} [Eureka] (EUREKA-1.7.10-3.0.2.jar) 
    UCHIJAAAA   bcadditions{2.1.4} [BuildCraft Additions] (BUILDCRAFTADDITIONS-1.7.10-2.1.4.jar) 
    UCHIJAAAA   Calculator{1.7.4} [Calculator] (CALCULATOR-1.7.10-1.7.4.jar) 
    UCHIJAAAA   CarpentersBlocks{3.3.6} [Carpenter's Blocks] (CARPENTERS BLOCKS V3.3.6 - MC 1.7.10.jar) 
    UCHIJAAAA   ChickenChunks{1.3.4.19} [ChickenChunks] (CHICKENCHUNKS-1.7.10-1.3.4.19-UNIVERSAL.jar) 
    UCHIJAAAA   Railcraft{9.6.1.0} [Railcraft] (RAILCRAFT_1.7.10-9.6.1.0.jar) 
    UCHIJAAAA   ForgeMultipart{1.2.0.344} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar) 
    UCHIJAAAA   chisel{2.3.10.37} [Chisel 2] (CHISEL2-2.3.10.37.jar) 
    UCHIJAAAA   ChiselFacades{1.7.10-2.11-cricket} [Chisel Facades] (CHISELFACADES-1.7.10-2.11-CRICKET.jar) 
    UCHIJAAAA   Ztones{1.7.10} [Ztones] (ZTONES-1.7.10-2.2.1.jar) 
    UCHIJAAAA   chiseltones{@VERSION@} [Chisel Tones] (CHISELTONES-1.7.10-1.0-1.jar) 
    UCHIJAAAA   ComputerCraft{1.73} [ComputerCraft] (COMPUTERCRAFT1.73.jar) 
    UCHIJAAAA   EnderStorage{1.4.7.36} [EnderStorage] (ENDERSTORAGE-1.7.10-1.4.7.36-UNIVERSAL.jar) 
    UCHIJAAAA   MrTJPCoreMod{1.0.8.16} [MrTJPCore] (MrTJPCore-1.0.8.16-universal.jar) 
    UCHIJAAAA   ProjRed|Core{4.6.2.82} [ProjectRed] (PROJECTRED-1.7.10-4.6.2.82-BASE.jar) 
    UCHIJAAAA   ProjRed|Transmission{4.6.2.82} [ProjectRed-Transmission] (PROJECTRED-1.7.10-4.6.2.82-INTEGRATION.jar) 
    UCHIJAAAA   OpenComputers{1.5.13.27-pre.1} [OpenComputers] (OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar) 
    UCHIJAAAA   CompactMachines{1.7.10-1.19b} [Compact Machines] (COMPACTMACHINES-1.7.10-1.19B.jar) 
    UCHIJAAAA   Mekanism{8.1.5} [Mekanism] (MEKANISM-1.7.10-8.1.5.240.jar) 
    UCHIJAAAA   EnderIO{1.7.10-2.2.8.381} [Ender IO] (ENDERIO-1.7.10-2.2.8.381.jar) 
    UCHIJAAAA   computronics{1.5.1} [Computronics] (COMPUTRONICS-1.7.10-1.5.1.jar) 
    UCHIJAAAA   CosmeticArmor{1.0.5} [Cosmetic Armor] (COSMETICARMOR-1.7.10-1.0.5.B8-UNIVERSAL.jar) 
    UCHIJAAAA   CraftHeraldry{1.1.3} [CraftHeraldry] (CRAFTHERALDRY 1.1.3.jar) 
    UCHIJAAAA   props{2.0.2} [Decocraft] (DECOCRAFT-2.0.2_1.7.10.jar) 
    UCHIJAAAA   DraconicEvolution{1.0.1c} [Draconic Evolution] (DRACONIC-EVOLUTION-1.7.10-1.0.1C.jar) 
    UCHIJAAAA   Dynmap{2.1-104} [Dynmap] (Dynmap-2.1-forge-1.7.10.jar) 
    UCHIJAAAA   eirairc{2.8.214} [EiraIRC] (EIRAIRC-MC1.7.10-2.8.214.jar) 
    UCHIJAAAA   Eln{46} [Electrical Age] (ELECTRICALAGE_BETA-1.9_R46.jar) 
    UCHIJAAAA   eplus{3.0.2-d} [Enchanting Plus] (ENCHANTINGPLUS-1.7.10-3.0.2-D.jar) 
    UCHIJAAAA   Enchiridion{1.3} [Enchiridion] (ENCHIRIDION 2-1.7.10-2.0.2A.jar) 
    UCHIJAAAA   Enchiridion2{2.0.2a} [Enchiridion 2] (ENCHIRIDION 2-1.7.10-2.0.2A.jar) 
    UCHIJAAAA   endercompass{1.1} [Ender Compass] (ENDERCOMPASS-1.7.10-1.1.jar) 
    UCHIJAAAA   EnderZoo{1.7.10-1.0.11.28} [Ender Zoo] (ENDERZOO-1.7.10-1.0.11.28.jar) 
    UCHIJAAAA   exnihilo{1.38-44} [Ex Nihilo] (EX-NIHILO-1.38-44.jar) 
    UCHIJAAAA   RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (REDSTONEARSENAL-[1.7.10]1.1.0-80.jar) 
    UCHIJAAAA   TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TCONSTRUCT-1.7.10-1.8.5.jar) 
    UCHIJAAAA   exastris{MC1.7.10-1.16-36} [Ex Astris] (EX-ASTRIS-MC1.7.10-1.16-36.jar) 
    UCHIJAAAA   extracells{2.2.70} [Extra Cells 2] (EXTRACELLS-1.7.10-2.2.70B119.jar) 
    UCHIJAAAA   ExtraUtilities{1.2.6} [Extra Utilities] (EXTRAUTILITIES-1.2.6.jar) 
    UCHIJAAAA   harvestcraft{1.7.10i} [Pam's HarvestCraft] (PAMS HARVESTCRAFT 1.7.10I.jar) 
    UCHIJAAAA   ExtraTiC{1.4.5} [ExtraTiC] (EXTRATIC-1.7.10-1.4.5.jar) 
    UCHIJAAAA   ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (THAUMICTINKERER-2.5-1.7.10-489.jar) 
    UCHIJAAAA   ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (FORBIDDEN MAGIC-1.7.10-0.562.jar) 
    UCHIJAAAA   fossil{1.7.10 Build 7.2.0} [Fossils and Archeology Revival] (FOSSILS_ARCHEOLOGY_REVIVAL-1.7.10_BUILD-7.2.jar) 
    UCHIJAAAA   funkylocomotion{1.0} [Funky Locomotion] (FUNKY-LOCOMOTION-1.7.10-BETA-5C.jar) 
    UCHIJAAAA   MagicBees{1.7.10-2.1.22} [Magic Bees] (MAGICBEES-1.7.10-2.1.22.jar) 
    UCHIJAAAA   gendustry{1.4.13.97} [GenDustry] (GENDUSTRY-1.4.13.97-MC1.7.10.jar) 
    UCHIJAAAA   pressure{1.2.1.106} [Pressure Pipes] (PRESSURE-1.2.1.106-MC1.7.10.jar) 
    UCHIJAAAA   advgenerators{0.9.14.79} [Advanced Generators] (GENERATORS-0.9.14.79-MC1.7.10.jar) 
    UCHIJAAAA   GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GRAVISUITE-1.7.10-2.0.3.jar) 
    UCHIJAAAA   guideapi{1.7.10-1.0.1-20} [Guide-API] (GUIDE-API-1.7.10-1.0.1-20.jar) 
    UCHIJAAAA   HardcoreEnderExpansion{1.8.1} [Hardcore Ender Expansion] (HARDCOREENDEREXPANSION  MC-1.7.10  V1.8.1.jar) 
    UCHIJAAAA   k4lib{1.7.10-0.1.35} [K4Lib] (K4LIB-1.7.10-0.1.35-UNIVERSAL.jar) 
    UCHIJAAAA   HydCraft{1.7.10-2.0.87} [Hydraulicraft] (HYDCRAFT-1.7.10-2.0.87-UNIVERSAL.jar) 
    UCHIJAAAA   IC2NuclearControl{2.0.8c} [Nuclear Control 2] (IC2NUCLEARCONTROL-2.0.8C.jar) 
    UCHIJAAAA   iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar) 
    UCHIJAAAA   ImmersiveEngineering{0.2.4} [Immersive Engineering] (IMMERSIVEENGINEERING-0.2.4.jar) 
    UCHIJAAAA   ImmibisPeripherals{59.0.2} [Immibis's Peripherals] (IMMIBIS-PERIPHERALS-59.0.2.jar) 
    UCHIJAAAA   inpure|core{1.7.10R1.0.0B9} [INpureCore] (INPURECORE-[1.7.10]1.0.0B9-62.jar) 
    UCHIJAAAA   iridiummod{1.0.1} [Iridium Mod] (IRIDIUM MOD-1.0.2.jar) 
    UCHIJAAAA   IronChest{6.0.62.742} [Iron Chest] (IRONCHEST-1.7.10-6.0.62.742-UNIVERSAL.jar) 
    UCHIJAAAA   JABBA{1.2.0b} [JABBA] (JABBA-1.2.1_1.7.10.jar) 
    UCHIJAAAA   LogisticsPipes{0.10.0.5} [Logistics Pipes] (LOGISTICSPIPES-0.10.0.5.jar) 
    UCHIJAAAA   LunatriusCore{1.1.2.21} [LunatriusCore] (LUNATRIUSCORE-1.7.10-1.1.2.21-UNIVERSAL.jar) 
    UCHIJAAAA   Magistics{0.7.6} [Magistics] (MAGISTICS-1.7.10-0.7.6.jar) 
    UCHIJAAAA   MekanismGenerators{8.1.5} [MekanismGenerators] (MEKANISMGENERATORS-1.7.10-8.1.5.240.jar) 
    UCHIJAAAA   MekanismTools{8.1.5} [MekanismTools] (MEKANISMTOOLS-1.7.10-8.1.5.240.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   ProjRed|Exploration{4.6.2.82} [ProjectRed-Exploration] (PROJECTRED-1.7.10-4.6.2.82-WORLD.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MINEFACTORYRELOADED-[1.7.10]2.8.0-104.jar) 
    UCHIJAAAA   MineTweaker3{3.0.9B} [MineTweaker 3] (MINETWEAKER3-1.7.10-3.0.9C.jar) 
    UCHIJAAAA   modtweaker2{0.8} [Mod Tweaker 2] (MODTWEAKER 2-0.8.0.jar) 
    UCHIJAAAA   morechisels{@VERSION@} [More Chisels] (MORECHISELS-1.7.10-1.0-20.jar) 
    UCHIJAAAA   Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar) 
    UCHIJAAAA   Morpheus{1.7.10-1.5.26} [Morpheus] (MORPHEUS-1.7.10-1.5.26.jar) 
    UCHIJAAAA   NEIAddons{1.12.10.33} [NEI Addons] (NEIADDONS-1.12.10.33-MC1.7.10.jar) 
    UCHIJAAAA   NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (NEIADDONS-1.12.10.33-MC1.7.10.jar) 
    UCHIJAAAA   NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (NEIADDONS-1.12.10.33-MC1.7.10.jar) 
    UCHIJAAAA   NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (NEIADDONS-1.12.10.33-MC1.7.10.jar) 
    UCHIJAAAA   NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (NEIADDONS-1.12.10.33-MC1.7.10.jar) 
    UCHIJAAAA   NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (NEIADDONS-1.12.10.33-MC1.7.10.jar) 
    UCHIJAAAA   neiintegration{1.0.9} [NEI Integration] (NEIINTEGRATION-MC1.7.10-1.0.9.jar) 
    UCHIJAAAA   NetherOres{1.7.10R2.3.0} [Nether Ores] (NETHERORES-[1.7.10]2.3.0-12.jar) 
    UCHIJAAAA   OpenMods{0.7.3} [OpenMods] (OPENMODSLIB-1.7.10-0.7.3.jar) 
    UCHIJAAAA   OpenBlocks{1.4.3} [OpenBlocks] (OPENBLOCKS-1.7.10-1.4.3.jar) 
    UCHIJAAAA   OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OPENPERIPHERALCORE-1.7.10-1.1.1.jar) 
    UCHIJAAAA   OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OPENPERIPHERALADDONS-1.7.10-0.3.1.jar) 
    UCHIJAAAA   OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OPENPERIPHERALINTEGRATION-1.7.10-0.2.2.jar) 
    UCHIJAAAA   MapWriter{2.1.2} [MapWriter] (OPIS-1.2.5_1.7.10.jar) 
    UCHIJAAAA   Opis{1.2.5} [Opis] (OPIS-1.2.5_1.7.10.jar) 
    UCHIJAAAA   fodc{1.6.1} [Ore Dictionary Converter] (OREDICTIONARYCONVERTER-1.6.1.jar) 
    UCHIJAAAA   harvestthenether{1.7.10} [Pam's Harvest the Nether] (PAMS HARVEST THE NETHER 1.7.10A.jar) 
    UCHIJAAAA   PneumaticCraft{1.8.2-84} [PneumaticCraft] (PNEUMATICCRAFT-1.7.10-1.8.2-84-UNIVERSAL.jar) 
    UCHIJAAAA   PortalGun{4.0.0-beta-5} [PortalGun] (PortalGun-4.0.0-beta-5.jar) 
    UCHIJAAAA   PowerConverters{1.7.10-3.0.4.46} [Power Converters] (POWERCONVERTERS-1.7.10-3.0.4.46.jar) 
    UCHIJAAAA   ProjectBlue{1.1.4} [Project Blue] (PROJECTBLUE-1.1.4-MC1.7.10.jar) 
    UCHIJAAAA   ProjRed|Transportation{4.6.2.82} [ProjectRed-Transportation] (PROJECTRED-1.7.10-4.6.2.82-MECHANICAL_BETA.jar) 
    UCHIJAAAA   ProjRed|Compatibility{4.6.2.82} [ProjectRed-Compatibility] (PROJECTRED-1.7.10-4.6.2.82-COMPAT.jar) 
    UCHIJAAAA   ProjRed|Integration{4.6.2.82} [ProjectRed-Integration] (PROJECTRED-1.7.10-4.6.2.82-INTEGRATION.jar) 
    UCHIJAAAA   ProjRed|Illumination{4.6.2.82} [ProjectRed-Illumination] (PROJECTRED-1.7.10-4.6.2.82-LIGHTING.jar) 
    UCHIJAAAA   ProjRed|Expansion{4.6.2.82} [ProjectRed-Expansion] (PROJECTRED-1.7.10-4.6.2.82-MECHANICAL_BETA.jar) 
    UCHIJAAAA   RandomThings{2.2.4} [Random Things] (RANDOMTHINGS-2.2.4.jar) 
    UCHIJAAAA   reccomplex{0.9.6.2} [Recurrent Complex] (RECURRENTCOMPLEX-0.9.6.2.jar) 
    UCHIJAAAA   simplyjetpacks{1.4.1} [Simply Jetpacks] (SIMPLYJETPACKS-MC1.7.10-1.4.1.jar) 
    UCHIJAAAA   ttCore{MC1.7.10-0.1.1-77} [ttCore] (TTCORE-MC1.7.10-0.1.1-77.jar) 
    UCHIJAAAA   RArm{1.7.10-1.1-22} [Redstone Armory] (REDSTONEARMORY-1.7.10-1.1-22-UNIVERSAL.jar) 
    UCHIJAAAA   rftools{3.11beta1} [RFTools] (RFTOOLS-3.11BETA1.jar) 
    UCHIJAAAA   RouterReborn{1.2.0.16} [Router Reborn] (ROUTERREBORN-1.7.10-1.2.0.16-UNIVERSAL.jar) 
    UCHIJAAAA   Sanguimancy{1.7.10-1.1.9-29} [Sanguimancy] (SANGUIMANCY-1.7.10-1.1.9-29.jar) 
    UCHIJAAAA   StevesFactoryManager{A93} [Steve's Factory Manager] (STEVESFACTORYMANAGERA93.jar) 
    UCHIJAAAA   StevesAddons{0.10.13} [Steve's Addons] (STEVESADDONS-1.7.10-0.10.13.jar) 
    UCHIJAAAA   StevesCarts{2.0.0.b18} [Steve's Carts 2] (STEVESCARTS2.0.0.B18.jar) 
    UCHIJAAAA   StevesWorkshop{0.5.1} [Steve's Workshop] (STEVESWORKSHOP-0.5.1.jar) 
    UCHIJAAAA   supercraftingframe{1.7.10.3} [Super Crafting Frame] (SUPERCRAFTINGFRAME-1.7.10.3.jar) 
    UCHIJAAAA   thaumicenergistics{0.8.10.5} [Thaumic Energistics] (THAUMICENERGISTICS-0.8.10.5.jar) 
    UCHIJAAAA   ThermalDynamics{1.7.10R1.0.0} [Thermal Dynamics] (THERMALDYNAMICS-[1.7.10]1.0.0-122.jar) 
    UCHIJAAAA   recycling{0.3.9.7} [Thermal Recycling] (THERMALRECYCLING-1.7.10-0.3.9.7.jar) 
    UCHIJAAAA   ThermalSmeltery{1.7.10-1.2.1} [Thermal Smeltery] (THERMALSMELTERY-1.7.10-1.2.1.jar) 
    UCHIJAAAA   TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMECHWORKS-1.7.10-0.2.14.100.jar) 
    UCHIJAAAA   VeinMiner{0.27.1_build.unknown} [Vein Miner] (VEINMINER-1.7.10_0.27.1.UNKNOWN.jar) 
    UCHIJAAAA   VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VEINMINER-1.7.10_0.27.1.UNKNOWN.jar) 
    UCHIJAAAA   WailaHarvestability{1.1.2} [Waila Harvestability] (WAILAHARVESTABILITY-MC1.7.X-1.1.2.jar) 
    UCHIJAAAA   wailaplugins{MC1.7.10-0.0.1-15} [WAILA Plugins] (WAILAPLUGINS-MC1.7.10-0.0.1-15.jar) 
    UCHIJAAAA   wawla{1.3.0} [What Are We Looking At] (WAWLA-1.3.0-1.7.10.jar) 
    UCHIJAAAA   weaponmod{v1.14.3} [Balkon's WeaponMod] (WEAPONMOD-1.14.3.jar) 
    UCHIJAAAA   witchery{0.24.1} [Witchery] (WITCHERY-1.7.10-0.24.1.jar) 
    UCHIJAAAA   worldedit{6.0.2-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.7.10-6.0.2-SNAPSHOT-dist.jar) 
    UCHIJAAAA   WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-UNIVERSAL.jar) 
    UCHIJAAAA   WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-UNIVERSAL.jar) 
    UCHIJAAAA   WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-UNIVERSAL.jar) 
    UCHIJAAAA   YABM{1.0.6} [Yet Another Backup Mod] (YABM-1.7.10-1.0.6.jar) 
    UCHIJAAAA   bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) 
    UCHIJAAAA   McMultipart{1.2.0.344} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar) 
    UCHIJAAAA   libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) 
    UCHIJAAAA   aobd{2.6.3} [Another One Bites The Dust] (AOBD-2.6.3.jar) 
    UCHIJAAAA   denseores{1.0} [Dense Ores] (DENSEORES-1.6.2.jar) 
    UCHIJAAAA   technom{0.11.1} [Technomancy] (TECHNOMANCY - 0.11.1 - 1.7.10.jar) 
    UCHIJAAAA   ForgeMicroblock{1.2.0.344} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar) 
    OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
    Class transformer null safety: all safe
    AE2 Version: stable rv2-stable-8 for Forge 10.13.2.1291
    CoFHCore: -[1.7.10]3.0.2-262
    Mantle Environment: Environment healthy.
    MineFactoryReloaded: -[1.7.10]2.8.0-104
    ThermalFoundation: -[1.7.10]1.0.0-81
    ThermalExpansion: -[1.7.10]4.0.1-182
    RedstoneArsenal: -[1.7.10]1.1.0-80
    TConstruct Environment: Environment healthy.
    NetherOres: -[1.7.10]2.3.0-12
    ThermalDynamics: -[1.7.10]1.0.0-122
    List of loaded APIs: 
        * AppleCoreAPI (1.1.0) from APPLECORE-MC1.7.10-1.1.0.jar
        * appliedenergistics2|API (rv2) from THAUMICTINKERER-2.5-1.7.10-489.jar
        * asielibAPI (1.1) from ASIELIB-1.7.10-0.4.1.jar
        * asielibAPI|chat (1.0) from ASIELIB-1.7.10-0.4.1.jar
        * asielibAPI|tile (1.0) from ASIELIB-1.7.10-0.4.1.jar
        * asielibAPI|tool (1.1) from ASIELIB-1.7.10-0.4.1.jar
        * Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
        * bcadditionsAPI (2.1.1) from BUILDCRAFTADDITIONS-1.7.10-2.1.4.jar
        * BotaniaAPI (52) from BOTANIA R1.6-193.jar
        * BuildCraftAPI|blocks (1.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|blueprints (1.3) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|boards (2.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|core (1.5) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|crops (1.1) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|events (1.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|facades (1.1) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|filler (4.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|fuels (2.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|gates (4.1) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|items (1.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * BuildCraftAPI|library (2.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|power (1.3) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|recipes (3.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|robotics (2.1) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|statements (1.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * BuildCraftAPI|tablet (1.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|tiles (1.1) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * BuildCraftAPI|tools (1.0) from BUILDCRAFT-7.0.12.jar
        * BuildCraftAPI|transport (4.1) from BUILDCRAFT-7.0.12.jar
        * ChiselAPI (0.0.2) from CHISEL2-2.3.10.37.jar
        * ChiselAPI|Carving (0.0.2) from CHISEL2-2.3.10.37.jar
        * CoFHAPI (1.7.10R1.0.1) from BUILDCRAFT-7.0.12.jar
        * CoFHAPI|block (1.7.10R1.0.12) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHAPI|core (1.7.10R1.0.12) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHAPI|energy (1.7.10R1.0.2) from FORESTRY_1.7.10-3.5.7.16.jar
        * CoFHAPI|fluid (1.7.10R1.0.12) from ROUTERREBORN-1.7.10-1.2.0.16-UNIVERSAL.jar
        * CoFHAPI|inventory (1.7.10R1.0.12) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHAPI|item (1.7.10R1.0.4) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHAPI|modhelpers (1.7.10R1.0.12) from ROUTERREBORN-1.7.10-1.2.0.16-UNIVERSAL.jar
        * CoFHAPI|tileentity (1.7.10R1.0.3) from ENDERIO-1.7.10-2.2.8.381.jar
        * CoFHAPI|transport (1.7.10R1.0.12) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHAPI|world (1.7.10R1.0.4) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib (1.7.10R1.0.1) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHLib|audio (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|gui (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|gui|container (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|gui|element (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|gui|element|listbox (1.7.10R1.0.1) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHLib|gui|slot (1.7.10R1.0.1) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHLib|inventory (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|render (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|render|particle (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|util (1.7.10R1.0.1) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHLib|util|helpers (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|util|position (1.7.10R1.0.1) from COFHCORE-[1.7.10]3.0.2-262.jar
        * CoFHLib|world (1.7.10R1.0.0B8) from COFHLIB-[1.7.10]1.0.2-160.jar
        * CoFHLib|world|feature (1.7.10R1.0.1) from COFHCORE-[1.7.10]3.0.2-262.jar
        * ComputerCraft|API (1.73) from COMPUTERCRAFT1.73.jar
        * ComputerCraft|API|FileSystem (1.73) from COMPUTERCRAFT1.73.jar
        * ComputerCraft|API|Lua (1.73) from COMPUTERCRAFT1.73.jar
        * ComputerCraft|API|Media (1.73) from COMPUTERCRAFT1.73.jar
        * ComputerCraft|API|Peripheral (1.73) from COMPUTERCRAFT1.73.jar
        * ComputerCraft|API|Redstone (1.73) from COMPUTERCRAFT1.73.jar
        * ComputerCraft|API|Turtle (1.73) from COMPUTERCRAFT1.73.jar
        * computronicsAPI (1.2) from COMPUTRONICS-1.7.10-1.5.1.jar
        * computronicsAPI|chat (1.2) from COMPUTRONICS-1.7.10-1.5.1.jar
        * computronicsAPI|multiperipheral (1.1) from COMPUTRONICS-1.7.10-1.5.1.jar
        * computronicsAPI|tape (1.0) from COMPUTRONICS-1.7.10-1.5.1.jar
        * CSLib|API (1.0) from DECOCRAFT-2.0.2_1.7.10.jar
        * DraconicEvolution|API (1.0) from DRACONIC-EVOLUTION-1.7.10-1.0.1C.jar
        * EiraIRC|API (1.0) from EIRAIRC-MC1.7.10-2.8.214.jar
        * EnderIOAPI (0.0.2) from ENDERIO-1.7.10-2.2.8.381.jar
        * EnderIOAPI|Redstone (0.0.2) from ENDERIO-1.7.10-2.2.8.381.jar
        * EnderIOAPI|Tools (0.0.2) from ENDERIO-1.7.10-2.2.8.381.jar
        * ForestryAPI|apiculture (2.6.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|arboriculture (2.3.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|circuits (1.1.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|core (2.6.1) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|farming (1.1.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|food (1.1.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|fuels (2.0.1) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|genetics (2.7.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|hives (4.0.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|lepidopterology (1.1) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|mail (3.0.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|recipes (2.1.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|storage (2.3.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * ForestryAPI|world (1.1.0) from FORESTRY_1.7.10-3.5.7.16.jar
        * gendustryAPI (1.4.13.97) from GENDUSTRY-1.4.13.97-MC1.7.10.jar
        * Guide-API|API (1.7.10-1.0.1-20) from GUIDE-API-1.7.10-1.0.1-20.jar
        * IC2API (1.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * ImmersiveEngineering|API (1.0) from IMMERSIVEENGINEERING-0.2.4.jar
        * inpure|api (1.7) from INPURECORE-[1.7.10]1.0.0B9-62.jar
        * MekanismAPI|core (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|energy (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|gas (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|infuse (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|laser (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|reactor (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|recipe (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|transmitter (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * MekanismAPI|util (8.0.0) from MEKANISM-1.7.10-8.1.5.240.jar
        * NuclearControlAPI (v1.0.5) from IC2NUCLEARCONTROL-2.0.8C.jar
        * OpenBlocks|API (1.0) from OPENBLOCKS-1.7.10-1.4.3.jar
        * OpenComputersAPI|Component (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Core (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Driver (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Driver|Item (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Event (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|FileSystem (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Internal (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Machine (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Manual (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Network (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenComputersAPI|Prefab (5.5.2) from OPENCOMPUTERS-MC1.7.10-1.5.13.27-PRE.1-UNIVERSAL.jar
        * OpenPeripheralApi (3.2) from OPENPERIPHERALCORE-1.7.10-1.1.1.jar
        * PneumaticCraftApi (1.0) from PNEUMATICCRAFT-1.7.10-1.8.2-84-UNIVERSAL.jar
        * pressureAPI (1.2.1.106) from PRESSURE-1.2.1.106-MC1.7.10.jar
        * RailcraftAPI|bore (1.0.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|carts (1.3.1) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|core (1.3.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|crafting (1.0.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|electricity (1.6.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|events (1.0.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|fuel (1.0.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|helpers (1.1.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|items (1.0.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|locomotive (1.0.1) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|signals (1.3.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * RailcraftAPI|tracks (2.0.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * Sanguimancy|API (@VERSION@) from SANGUIMANCY-1.7.10-1.1.9-29.jar
        * Thaumcraft|API (4.2.2.0) from RAILCRAFT_1.7.10-9.6.1.0.jar
        * VeinMinerApi (0.1) from VEINMINER-1.7.10_0.27.1.UNKNOWN.jar
        * WailaAPI (1.2) from WAILA-1.5.10_1.7.10.jar
    AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 20; [EntityPlayerMP['hobnob11'/295, l='world', x=4013.44, y=51.50, z=1437.75]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

Crash Report - Moving World from SMP to Single Player

This happens when I moved my Server world, over to being a Single Player world.

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 4/21/15 9:36 PM
Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop
at codechicken.microblock.MicroMaterialRegistry$.getMaterial(MicroMaterialRegistry.scala:228)
at codechicken.microblock.Microblock.getIMaterial(CommonMicroblock.scala:118)
at codechicken.microblock.FaceMicroblock.solid(FaceMicroblock.scala:73)
at codechicken.multipart.TileMultipart.isSolid(TileMultipart.scala:210)
at net.bdew.pressure.fmp.parts.PipePart.canConnectTo(PipePart.scala:30)
at net.bdew.pressure.fmp.FmpPressureExtension$$anonfun$canPipeConnectFrom$1.apply(FmpPressureExtension.scala:34)
at net.bdew.pressure.fmp.FmpPressureExtension$$anonfun$canPipeConnectFrom$1.apply(FmpPressureExtension.scala:34)
at scala.collection.LinearSeqOptimized$class.exists(LinearSeqOptimized.scala:79)
at scala.collection.immutable.List.exists(List.scala:83)
at net.bdew.pressure.fmp.FmpPressureExtension$.canPipeConnectFrom(FmpPressureExtension.scala:34)
at net.bdew.pressure.pressurenet.Helper$$anonfun$canPipeConnectFrom$2.apply(Helper.scala:104)
at net.bdew.pressure.pressurenet.Helper$$anonfun$canPipeConnectFrom$2.apply(Helper.scala:104)
at scala.collection.LinearSeqOptimized$class.exists(LinearSeqOptimized.scala:79)
at scala.collection.immutable.List.exists(List.scala:83)
at net.bdew.pressure.pressurenet.Helper$.canPipeConnectFrom(Helper.scala:104)
at net.bdew.pressure.pressurenet.Helper$$anonfun$getPipeConnections$2.apply(Helper.scala:78)
at net.bdew.pressure.pressurenet.Helper$$anonfun$getPipeConnections$2.apply(Helper.scala:78)
at scala.collection.TraversableLike$WithFilter$$anonfun$withFilter$1.apply(TraversableLike.scala:789)
at scala.collection.TraversableLike$WithFilter$$anonfun$withFilter$1.apply(TraversableLike.scala:789)
at scala.collection.TraversableLike$WithFilter$$anonfun$map$2.apply(TraversableLike.scala:728)
at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:221)
at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:428)
at scala.collection.TraversableLike$WithFilter.map(TraversableLike.scala:727)
at net.bdew.pressure.pressurenet.Helper$.getPipeConnections(Helper.scala:77)
at net.bdew.pressure.pressurenet.Helper$.scanConnectedBlocks(Helper.scala:48)
at net.bdew.pressure.pressurenet.Helper$.recalculateConnectionInfo(Helper.scala:72)
at net.bdew.pressure.blocks.input.TileInput.fill(TileInput.scala:34)
at mekanism.common.FluidNetwork.tickEmit(FluidNetwork.java:193)
at mekanism.common.FluidNetwork.onUpdate(FluidNetwork.java:274)
at mekanism.api.transmitters.DynamicNetwork.tick(DynamicNetwork.java:280)
at mekanism.api.transmitters.TransmitterNetworkRegistry.tickEnd(TransmitterNetworkRegistry.java:85)
at mekanism.api.transmitters.TransmitterNetworkRegistry.onTick(TransmitterNetworkRegistry.java:73)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_707_TransmitterNetworkRegistry_onTick_ServerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:247)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:590)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.8.5
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 8763431016 bytes (8357 MB) / 12566134784 bytes (11984 MB) up to 12566134784 bytes (11984 MB)
JVM Flags: 3 total; -Xmx12G -Xms12G -XX:MaxPermSize=1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.97.1343 Minecraft Forge 10.13.2.1343 158 mods loaded, 158 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.97.1343} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1343} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2-core{rv2-beta-28} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997Core{1.0.2.13} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.35} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.4.95} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsCore{0.7} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
{000} CoFH ASM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
betterloadingscreen{1.3.0} [Better Loading Screen]([1.7.10] BetterLoadingScreen-1.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.2.713-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{59.0.8} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvancedMachines{59.0.2} Advanced Machines Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AFSU{1.2.1a-Mustard} AFSU Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv2-beta-28} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
armourersWorkshop{1.7.10-0.28.0.72} Armourer's Workshop Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997CoreHelper{1.0.2.13} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bdlib{1.7.1.71} BD Lib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterChests{1.1.1.8} BetterChests Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.10.2} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.2} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalFoundation{1.7.10R1.0.0} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalExpansion{1.7.10R4.0.1} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BigReactors{0.4.2A2} Big Reactors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.4.7} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.4.7} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.4.7} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.4.7} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.4.7} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.4.7} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eureka{3.0.1} Eureka Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bcadditions{2.1.0} BuildCraft Additions Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.5} [Carpenter's Blocks](Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forestry{3.5.3.11} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.5.0.8} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CartLivery{0.11.1} Cart Livery Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenChunks{1.3.4.19} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.2.331} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{2.3.9.94} Chisel 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
colorblocks{1.4} Color Blocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CompactSolars{4.4.39.315} Compact Solar Arrays Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ComputerCraft{1.73} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.3} Damage Indicators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
props{1.12} Decocraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
desertcraft{1.7.2b} [Pam's DesertCraft](DesertCraft 1.7.10a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Enchiridion2{2.0f} [Enchiridion 2](Enchiridion 2-1.7.10-2.0f-64.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Enchiridion{1.1} Enchiridion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mekanism{8.1.0} Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.7.10-2.2.8.367} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.6.31} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extrabuttons{1.7.10.1} ExtraButtons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extracarts{1.7.10-0.8.0} Extra Carts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.8} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extracells{2.2.64} ExtraCells Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.8.3.build544} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Metallurgy{4.0.8} Metallurgy 4 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.2.2} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.dimensionalSlice{0.8.89} Factorization Dimensional Slices Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization{0.8.89} Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
factorization.misc{0.8.89} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FastCraft{1.21} FastCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
fluxedfeederunit{1.0.0} FluxedFeederUnit Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GardenCore{1.7.10-1.6.1} Garden Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GardenContainers{1.7.10-1.6.1} Garden Containers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GardenStuff{1.7.10-1.6.1} Garden Stuff Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GardenTrees{1.7.10-1.6.1} Garden Trees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
gendustry{1.4.10.77} GenDustry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pressure{1.1.1.89} Pressure Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advgenerators{0.9.12.64} Advanced Generators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GollumCoreLib{2.0.0} Gollum Core Lib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GregsLighting{1.11.2} Greg's Lighting Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.10g} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10g.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
gregtech{MC1710} GregTech Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.2.2} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Hats{4.0.1} Hats Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2NuclearControl{2.2.1a-Yolo} Nuclear Control 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InfiniTubes{59.0.3} InfiniTubes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.58-147-645ca10} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mariculture{1.7.10-1.2.4.1a-50} Mariculture Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MariTech{1.0} Marine Technlogy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismGenerators{8.1.0} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MekanismTools{8.1.0} MekanismTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MrTJPCoreMod{1.0.5.12} MrTJPCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.5.16.77} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Exploration{4.5.16.77} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mo' Shiz{1.55} [Mo' Shiz](Mo' Shiz v1.55.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MorePistons{2.0.0 Beta 1.0} More Pistons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.7} �9MrCrayfish's Furniture Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons{1.12.6.18} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Botany{1.12.6.18} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|Forestry{1.12.6.18} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|CraftingTables{1.12.6.18} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NEIAddons|ExNihilo{1.12.6.18} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
neiintegration{1.0.7} NEI Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NetherOres{1.7.10R2.3.0} Nether Ores Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenMods{0.7} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenBlocks{1.4} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PneumaticCraft{1.6.4-66} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PowerConverters{1.7.10-3.0.4.47} Power Converters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{4.5.16.77} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.5.16.77} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.5.16.77} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.5.16.77} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.5.16.77} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.5.16.77} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RandomThings{2.2.4} Random Things Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RedstoneArsenal{1.7.10R1.1.0} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
secretroomsmod{4.7.1} The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
shutters{0.2a} Shutters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SolarExpansion{1.4c} Solar Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SolarFlux{1.7.10-0.5a} Solar Flux Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesFactoryManager{A93} Steve's Factory Manager Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesAddons{0.10.5} Steve's Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
StorageDrawers{1.7.10-1.3.9} Storage Drawers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalDynamics{1.7.10R1.0.0} Thermal Dynamics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ThermalSmeltery{1.7.10-1.1.2} Thermal Smeltery Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TiCTooltips{1.2.3} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TMechworks{0.2.14.100} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
torchLevers{1.4.1} Torch Levers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Tubestuff{59.0.3} Tubestuff Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.10} VoxelMap No Radar Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WailaHarvestability{1.1.2} Waila Harvestability Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
worldedit{6.0.2-SNAPSHOT} WorldEdit Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.2.331} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.2.331} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
AE2 Version: beta rv2-beta-28 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.2-262
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: Environment healthy.
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
List of loaded APIs:
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-beta-28.jar
* armourersWorkshopAPI (1.7.10-10.13.0.1208) from Armourers-Workshop-1.7.10-0.28.0.72.jar
* bcadditionsAPI (2.1.0) from BuildcraftAdditions-1.7.10-2.1.0.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BuildCraftAPI|blueprints (1.2) from buildcraft-6.4.7.jar
* BuildCraftAPI|boards (1.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|core (1.0) from SolarExpansion-Basic-1.4c.jar
* BuildCraftAPI|events (1.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|facades (1.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|filler (3.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|gates (4.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|items (1.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|power (1.3) from buildcraft-6.4.7.jar
* BuildCraftAPI|recipes (2.1) from buildcraft-6.4.7.jar
* BuildCraftAPI|robots (1.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|statements (1.0) from buildcraft-6.4.7.jar
* BuildCraftAPI|tiles (1.1) from buildcraft-6.4.7.jar
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.5.3.11.jar
* BuildCraftAPI|transport (3.0) from Railcraft_1.7.10-9.5.0.8.jar
* ChiselAPI (0.0.2) from Chisel2_DEV-2.3.9.94.zip
* ChiselAPI|Carving (0.0.2) from Chisel2_DEV-2.3.9.94.zip
* CoFHAPI (1.7.10R1.0.7) from StevesAddons-1.7.10-0.10.5.jar
* CoFHAPI|block (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|core (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-6.4.7.jar
* CoFHAPI|fluid (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.367.jar
* CoFHAPI|item (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.367.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|tileentity (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHAPI|transport (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.367.jar
* CoFHAPI|world (1.7.10R1.0.12) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|audio (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|container (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|gui|slot (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|inventory (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|render (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|render|particle (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util|helpers (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|util|position (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* CoFHLib|world|feature (1.7.10R1.0.1) from CoFHCore-[1.7.10]3.0.2-262.jar
* ComputerCraft|API (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|FileSystem (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Peripheral (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ComputerCraft1.73.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar
* factorization notification system (1.0) from Factorization-1.7.10-0.8.89.jar
* ForestryAPI|apiculture (2.6.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|circuits (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|core (2.6.1) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|genetics (2.7.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|hives (4.0.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.5.3.11.jar
* ForestryAPI|recipes (2.1.0) from Railcraft_1.7.10-9.5.0.8.jar
* ForestryAPI|storage (2.3.0) from Railcraft_1.7.10-9.5.0.8.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.5.3.11.jar
* GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.1.jar
* gendustryAPI (1.4.10) from gendustry-mc1710-1.4.10.77.jar
* IC2API (1.0) from industrialcraft-2-2.2.713-experimental.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.0.215.jar
* MetallurgyAPI (2.0.1) from Metallurgy-1.7.10-4.0.8.97.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.1a-Yolo.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.6.4-66-universal.jar
* pressureAPI (1.1.1) from pressure-mc1710-1.1.1.89.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|core (1.0) from FluxedFeederUnit-MC1.7.10-1.0.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|signals (1.1.0) from Railcraft_1.7.10-9.5.0.8.jar
* RailcraftAPI|tracks (1.1) from FluxedFeederUnit-MC1.7.10-1.0.0.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.5.0.8.jar
* WailaAPI (1.2) from Waila-1.5.8a_1.7.10.jar
Stencil buffer state: Function set: ARB, pool: internal, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BC:ON, MJ6:OFF, MJ5:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Tank Controller - Causes Major Lag

Hey Bdew,

I love the Pressure pipes mod, but one thing that has a major impact on the ability to add a few of your tanks into a world, is the major source of lag that the controller block causes. If you put one or 2 down, your fine, but start building more than than on a server, and its a big problem. Can you work to increase the performance of the controller block so they are not so laggy?

Take a look at my OPIS screen shot of my server - this is on a GOOD day too, and I only have 3 tanks in the world. These tanks can actually kill a server if to many are built.

screen shot 2015-07-27 at 7 05 38 pm

crash when trying to load minecraft with pressure pipes

whenever i load minecraft with pressure pipes and bdlib this crash happens;

---- Minecraft Crash Report ----
// Why did you do that?

Time: 9/10/15 2:01 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: codechicken/multipart/MultiPartRegistry$IPartFactory2
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Unknown Source)
at net.minecraft.client.Minecraft.func_99999_d(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: codechicken/multipart/MultiPartRegistry$IPartFactory2
at net.bdew.pressure.Pressure$.preInit(Pressure.scala:61)
at net.bdew.pressure.Pressure.preInit(Pressure.scala)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
Caused by: java.lang.ClassNotFoundException: codechicken.multipart.MultiPartRegistry$IPartFactory2
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 38 more
Caused by: java.lang.NullPointerException

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4324098856 bytes (4123 MB) / 6174539776 bytes (5888 MB) up to 6174539776 bytes (5888 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -Xms6G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_B7 162 mods loaded, 161 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} Minecraft Coder Pack
UCH FML{7.10.99.99} Forge Mod Loader
UCH Forge{10.13.4.1448} Minecraft Forge
UCH appliedenergistics2-core{rv2-beta-18} AppliedEnergistics2 Core
UCH CodeChickenCore{1.0.7.45} CodeChicken Core
UCH Micdoodlecore{} Micdoodle8 Core
UCH NotEnoughItems{1.0.5.110} Not Enough Items
UCH OpenModsCore{0.6} OpenModsCore
UCH {000} CoFH ASM
UCH debug{1.0} debug
UCH battlegear2{1.7.10} Mine & Blade Battlegear 2 - Bullseye
UCH bspkrsCore{6.15} bspkrsCore
UCH ArmorStatusHUD{1.28} ArmorStatusHUD
UCH DamageIndicatorsMod{3.2.0} Damage Indicators
UCH DirectionHUD{1.24} DirectionHUD
UCH StatusEffectHUD{1.27} StatusEffectHUD
UCH Treecapitator{1.7.10} Treecapitator
UCH BiomesOPlenty{2.1.0} Biomes O' Plenty
UCH appliedenergistics2{rv2-beta-18} Applied Energistics 2
UCH ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships
UCH Backpack{2.0.1} Backpack
UCH bdlib{1.9.2.104} BD Lib
UCH betterrecords{1.7.10-1.1.9} Better Records
UCH BiblioCraft{1.10.5} BiblioCraft
UCH BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition
UCH CoFHCore{1.7.10R3.0.3} CoFH Core
UCH BuildCraft|Core{7.0.19} BuildCraft
UCH Forestry{3.6.3.20} Forestry for Minecraft
UCH BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition
UCH ThermalFoundation{1.7.10R1.2.0} Thermal Foundation
UCH ThermalExpansion{1.7.10R4.0.3B1} Thermal Expansion
UCH BigReactors{0.4.2A2} Big Reactors
UCH BinnieCore{2.0-pre14} Binnie Core
UCH Botany{2.0-pre14} Botany
UCH ExtraBees{2.0-pre14} Extra Bees
UCH ExtraTrees{2.0-pre14} Extra Trees
UCH Genetics{2.0-pre14} Genetics
UCH BuildCraft|Silicon{7.0.19} BC Silicon
UCH BuildCraft|Transport{7.0.19} BC Transport
UCH BuildCraft|Builders{7.0.19} BC Builders
UCH BuildCraft|Robotics{7.0.19} BC Robotics
UCH BuildCraft|Energy{7.0.19} BC Energy
UCH BuildCraft|Factory{7.0.19} BC Factory
UCH CarpentersBlocks{3.3.5} [Carpenter's Blocks](Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
UCH Railcraft{9.6.1.0} Railcraft
UCH TwilightForest{2.3.4} The Twilight Forest
UCH ForgeMultipart{1.1.1.320} Forge Multipart
UCH chisel{2.3.10.37} Chisel 2
UCH ChiselFacades{1.7.10-2.10-cricket} Chisel Facades
UCH chocolateQuest{1.0} Chocolate Quest
UCH ComputerCraft{1.73} ComputerCraft
UCH BuildMod{v1.0} Build Mod
UCH CoroAI{v1.0} CoroAI
UCH ExtendedRenderer{v1.0} Extended Renderer
UCH ConfigMod{v1.0} Extended Mod Config
UCH eplus{3.0.2-d} Enchanting Plus
UCH Enchiridion{1.1} Enchiridion
UCH MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded
UCH EnderIO{1.7.10-2.2.8.349} Ender IO
UCH EnderStorage{1.4.7.36} EnderStorage
UCH EnderTech{1.7.10-0.3.2.388} EnderTech
UCH Waila{1.5.10} Waila
UCH extracells{2.2.58} ExtraCells
UCH MetallurgyCore{4.0.4} Metallurgy Core
UCH Mantle{1.7.10-0.3.2.jenkins184} Mantle
UCH TConstruct{1.7.10-1.8.5.build957} Tinkers' Construct
UCH Metallurgy{4.0.6} Metallurgy 4
UCH ExtraTiC{0.8.4} ExtraTiC
UCH ExtraUtilities{1.2.1} Extra Utilities
UCH FastCraft{1.9} FastCraft
UCH GalacticraftCore{3.0.11} Galacticraft Core
UCH GalacticraftMars{3.0.11} Galacticraft Planets
UCH GardenCore{1.7.10-1.6.1} Garden Core
UCH GardenContainers{1.7.10-1.6.1} Garden Containers
UCH GardenStuff{1.7.10-1.6.1} Garden Stuff
UCH GardenTrees{1.7.10-1.6.1} Garden Trees
UCH Growthcraft{2.1.0a} Growthcraft
UCH Growthcraft|Cellar{2.1.0a} Growthcraft Cellar
UCH Growthcraft|Apples{2.1.0} Growthcraft Apples
UCH Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo
UCH Growthcraft|Bees{2.1.0} Growthcraft Bees
UCH Growthcraft|Fishtrap{2.1.0a} Growthcraft Fishtrap
UCH Growthcraft|Grapes{2.1.0} Growthcraft Grapes
UCH Growthcraft|Hops{2.1.0} Growthcraft Hops
UCH Growthcraft|Rice{2.1.0a} Growthcraft Rice
UCH inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks
UCH JABBA{1.2.0} JABBA
UCH journeymap{@Jmversion@} JourneyMap
UCH lycanitesmobs{1.11.0.5 - MC 1.7.10} [Lycanites Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH arcticmobs{1.11.0.5 - MC 1.7.10} [Lycanites Arctic Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH demonmobs{1.11.0.5 - MC 1.7.10} [Lycanites Demon Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH desertmobs{1.11.0.5 - MC 1.7.10} [Lycanites Desert Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH forestmobs{1.11.0.5 - MC 1.7.10} [Lycanites Forest Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH freshwatermobs{1.11.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH infernomobs{1.11.0.5 - MC 1.7.10} [Lycanites Inferno Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH junglemobs{1.11.0.5 - MC 1.7.10} [Lycanites Jungle Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH mountainmobs{1.11.0.5 - MC 1.7.10} [Lycanites Mountain Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH plainsmobs{1.11.0.5 - MC 1.7.10} [Lycanites Plains Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH saltwatermobs{1.11.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH shadowmobs{1.11.0.5 - MC 1.7.10} [Lycanites Shadow Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH swampmobs{1.11.0.5 - MC 1.7.10} [Lycanites Swamp Mobs](LycanitesMobsComplete 1.11.0.5 [1.7.10].jar)
UCH Mekanism{7.1.2} Mekanism
UCH MekanismGenerators{7.1.2} MekanismGenerators
UCH MekanismTools{7.1.2} MekanismTools
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft
UCH MrTJPCoreMod{1.0.5.11} MrTJPCore
UCH ProjRed|Core{4.5.14.66} ProjectRed
UCH ProjRed|Exploration{4.5.14.66} ProjectRed-Exploration
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla
UCH NetherOres{1.7.10R2.3.0} Nether Ores
UCH OpenMods{0.6} OpenMods
UCH OpenBlocks{1.3} OpenBlocks
UCH harvestcraft{1.7.10g} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10h.jar)
UCE pressure{1.2.4.124} Pressure Pipes
UCH ProjRed|Transmission{4.5.14.66} ProjectRed-Transmission
UCH ProjRed|Transportation{4.5.14.66} ProjectRed-Transportation
UCH ProjRed|Compatibility{4.5.14.66} ProjectRed-Compatibility
UCH ProjRed|Integration{4.5.14.66} ProjectRed-Integration
UCH ProjRed|Illumination{4.5.14.66} ProjectRed-Illumination
UCH ProjRed|Expansion{4.5.14.66} ProjectRed-Expansion
UCH rftools{3.35} RFTools
UCH simplyjetpacks{1.4.1} Simply Jetpacks
UCH SolarFlux{1.7.10-0.5a} Solar Flux
UCH SpecialMobs{3.1.1} Special Mobs
UCH StevesCarts{2.0.0.b18} Steve's Carts 2
UCH TiCTooltips{1.1.11b} TiC Tooltips
UCH tinkersdefense{1.2} Tinkers' Defense
UCH TMechworks{0.2.14.100} Tinkers' Mechworks
UCH WailaHarvestability{1.1.1} Waila Harvestability
UCH wawla{1.1.1} What Are We Looking At
UCH wtp{1.0} WTP
UCH WR-CBE|Core{1.4.1.9} WR-CBE Core
UCH WR-CBE|Addons{1.4.1.9} WR-CBE Addons
UCH WR-CBE|Logic{1.4.1.9} WR-CBE Logic
UCH WTP{1.7.10-1.0.29} What's This Pack
UCH ZAMod{v1.9.5} Zombie Awareness
UCH AppleCore{1.0.2} AppleCore
UCH asielib{0.2.11} asielib
UCH cookiecore{1.3.0} Cookie Core
UCH McMultipart{1.1.1.320} Minecraft Multipart Plugin
UCH aobd{2.8.2} Another One Bites The Dust
UCH denseores{1.0} Dense Ores
UCH HungerOverhaul{1.7.10-beta.5.jenkins47} Hunger Overhaul
UCH IguanaTweaksTConstruct{1.7.10-2.1.2.101} Iguana Tinker Tweaks
UCH ForgeMicroblock{1.1.1.320} Forge Microblocks
UD asielibcore{} AsieLib CoreMod
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
AE2 Version: beta rv2-beta-18 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
List of loaded APIs:
* AppleCoreAPI (1.0.0) from AppleCore-mc1.7.10-1.0.2.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-beta-18.jar
* BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar
* Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar
* BiomesOPlentyAPI (1.0.0) from aBiomesOPlenty-1.7.10-2.1.0.1067-universal.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.19.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.19.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.19.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.19.jar
* BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.19.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.19.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.0.19.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.19.jar
* BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.3.20.jar
* BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.6.1.0.jar
* ChiselAPI (0.0.2) from Chisel2-2.3.10.37.jar
* ChiselAPI|Carving (0.0.2) from Chisel2-2.3.10.37.jar
* CoFHAPI (1.7.10R1.0.1) from buildcraft-7.0.19.jar
* CoFHAPI|block (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|core (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-7.0.19.jar
* CoFHAPI|fluid (1.7.10R1.0.5) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHAPI|inventory (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|item (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHAPI|modhelpers (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|tileentity (1.7.10R1.0.7) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHAPI|transport (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHLib|audio (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHLib|gui (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|container (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|element (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|gui|slot (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|inventory (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHLib|render (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|render|particle (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|util (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHLib|util|helpers (1.7.10R1.0.0B9) from EnderTech-1.7.10-0.3.2.388.jar
* CoFHLib|util|position (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHLib|world (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* CoFHLib|world|feature (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.0RC5-123.jar
* ComputerCraft|API (1.73) from ProjectRed-1.7.10-4.5.14.66-Compat.jar
* ComputerCraft|API|FileSystem (1.73) from ProjectRed-1.7.10-4.5.14.66-Compat.jar
* ComputerCraft|API|Lua (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Media (1.73) from ProjectRed-1.7.10-4.5.14.66-Compat.jar
* ComputerCraft|API|Peripheral (1.73) from ProjectRed-1.7.10-4.5.14.66-Compat.jar
* ComputerCraft|API|Redstone (1.73) from ComputerCraft1.73.jar
* ComputerCraft|API|Turtle (1.73) from ProjectRed-1.7.10-4.5.14.66-Compat.jar
* DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.349.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.349.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.349.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.3.20.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.3.20.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.11.333.jar
* GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.1.jar
* GrowthcraftAPI|Bees (2.0) from growthcraft-bees-1.7.10-2.1.0.jar
* GrowthcraftAPI|Cellar (2.0) from growthcraft-cellar-1.7.10-2.1.0b.jar
* GrowthcraftAPI|Core (2.0) from growthcraft-bees-1.7.10-2.1.0.jar
* GrowthcraftAPI|FishTrap (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar
* Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar
* IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* McJtyLib (1.4.0) from mcjtylib-1.4.0.jar
* MetallurgyAPI (2.0.0) from Metallurgy-1.7.10-4.0.6.80.jar
* pressureAPI (1.2.4.124) from pressure-1.2.4.124-mc1.7.10.jar
* Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.6.1.0.jar
* WailaAPI (1.0) from WailaHarvestability-mc1.7.x-1.1.1.jar
* Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8

Some suggestions for improvement mod to Pressure Pipes. .

Pressure Pipes mod is very powerful, but do not know JAVA like me who want to make this MOD has a better balance is not easy, it cost too low, and it can be a huge moment pumped liquid container, I hope you make this mod, there is a list of more configuration options, you can change the synthetic materials needed, as well as extraction speed, so your mod before anyone dared to control, otherwise it is too fierce, no balance that we can not join this super Pressure Pipes mod ...
My English is not very good, I hope you can understand ...

crash report

when i installed bdlib1.5.0 Advanced Generators 0.9.3 and Pressure Pipes 0.9.5,it crashed.
then i renewed Pressure Pipes 0.9.5 to Pressure Pipes 1.0.0,it worked.what's wrong?

---- Minecraft Crash Report ----
// There are four lights!

Time: 14-11-2 下午9:52
Description: Initializing game

java.lang.RuntimeException: Config parsing failed at 1.1: string matching regex \z' expected butc' found
at scala.sys.package$.error(package.scala:27)
at net.bdew.lib.recipes.RecipeParser.doParse(RecipeParser.scala:161)
at net.bdew.lib.recipes.RecipeLoader.load(RecipeLoader.scala:418)
at net.bdew.pressure.config.TuningLoader$.load(Tuning.scala:48)
at net.bdew.pressure.Pressure$.preInit(Pressure.scala:49)
at net.bdew.pressure.Pressure.preInit(Pressure.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Stacktrace:
at scala.sys.package$.error(package.scala:27)
at net.bdew.lib.recipes.RecipeParser.doParse(RecipeParser.scala:161)
at net.bdew.lib.recipes.RecipeLoader.load(RecipeLoader.scala:418)
at net.bdew.pressure.config.TuningLoader$.load(Tuning.scala:48)
at net.bdew.pressure.Pressure$.preInit(Pressure.scala:49)
at net.bdew.pressure.Pressure.preInit(Pressure.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 312933640 bytes (298 MB) / 651984896 bytes (621 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 1 total; -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 59 mods loaded, 59 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.25.1208} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.0.1208} Minecraft Forge Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv1-beta-12} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.3.23} CodeChicken Core Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.51} Not Enough Items Unloaded->Constructed->Pre-initialized
InputFix{1.7.x-v2} InputFix Unloaded->Constructed->Pre-initialized
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized
OpenEye{0.6} OpenEye Unloaded->Constructed->Pre-initialized
bspkrsCore{6.14} bspkrsCore Unloaded->Constructed->Pre-initialized
Treecapitator{1.7.2} Treecapitator Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv1-beta-12} Applied Energistics 2 Unloaded->Constructed->Pre-initialized
IC2{2.2.647-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.0.18} BuildCraft Unloaded->Constructed->Pre-initialized
Forestry{3.0.0.90} Forestry for Minecraft Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.0.4} NEI Addons Unloaded->Constructed->Pre-initialized
NEIAddons|ExtraBees{1.12.0.4} NEI Addons: Extra Bees Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.0.4} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.0.4} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.0.4} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized
NEIPlugins{1.1.0.7-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{3.2.0} Damage Indicators Unloaded->Constructed->Pre-initialized
inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks Unloaded->Constructed->Pre-initialized
MouseTweaks{2.4.4} Mouse Tweaks Unloaded->Constructed->Pre-initialized
zyinhud{1.3.4} Zyin's HUD Unloaded->Constructed->Pre-initialized
AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels Unloaded->Constructed->Pre-initialized
bdlib{1.5.0.31} BD Lib Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.0.18} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.0.18} BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.0.18} BC Factory Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.0.18} BC Transport Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.0.18} BC Silicon Unloaded->Constructed->Pre-initialized
ComputerCraft{1.64pr4} ComputerCraft Unloaded->Constructed->Pre-initialized
eplus{1.7.10-3.0.0a2} Enchanting Plus Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.0.0.191} Ender IO Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.22} EnderStorage Unloaded->Constructed->Pre-initialized
GalacticraftCore{3.0.1} Galacticraft Core Unloaded->Constructed->Pre-initialized
GalacticraftMars{3.0.1} Galacticraft Planets Unloaded->Constructed->Pre-initialized
advgenerators{0.9.3.22} Advanced Generators Unloaded->Constructed->Pre-initialized
IC2NuclearControl{1.7.10.01} Nuclear Control Unloaded->Constructed->Pre-initialized
ImmibisCore{59.0.3} Immibis Core Unloaded->Constructed->Pre-initialized
IronChest{6.0.49.733} Iron Chest Unloaded->Constructed->Pre-initialized
LogisticsPipes{0.8.0.58} Logistics Pipes Unloaded->Constructed->Pre-initialized
NBTEdit{1.7.2.2} In-game NBTEdit Unloaded->Constructed->Pre-initialized
Railcraft{9.3.1.0} Railcraft Unloaded->Constructed->Pre-initialized
PowerConverters{1.7.10-3.0.0.25} Power Converters Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.307} Forge Multipart Unloaded->Constructed->Pre-initialized
pressure{0.9.5.33} Pressure Pipes Unloaded->Constructed->Errored
ProjRed|Core{4.5.0.50} ProjectRed Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.5.0.50} ProjectRed-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.5.0.50} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.5.0.50} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized
YogpstopLib{2.0-RC4} Yogpstop Library Unloaded->Constructed->Pre-initialized
QuarryPlus{2.0-RC4} QuarryPlus Unloaded->Constructed->Pre-initialized
ReiMinimap{1.7.10} [Rei's Minimap](ReiMinimap-1.7.10-3.6_CN by wolski.jar) Unloaded->Constructed->Pre-initialized
Waila{1.5.3} Waila Unloaded->Constructed->Pre-initialized
WailaNBT{1.4} Waila NBT Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.307} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.307} Forge Microblocks Unloaded->Constructed->Pre-initialized
AE2 Version: beta rv1-beta-12 for Forge 10.13.0.1187
Launched Version: tech
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 6350A Graphics GL version 3.2.9752 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [BDcraft Musics Pack.zip, Sphax PureBDcraft  64x MC1.7.4.zip, BDcraft Sounds Pack (1).zip]
Current Language: 简体中文 (**)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Sluice Usage

This may be a feature request or this may be a stupid user problem... :)

Trying to use PP to output a single bucket of a fluid at a time. Sluice seems obvious solution! Thing is, I want to drop one bucket and not drop the next bucket until the first bucket of fluid is gone, aka there is an air block in front of sluice. It seems it just rockets through the fluid storage and repeatedly places the fluids down. I blew through a drum of lava in no time.

Use case? Trying to make an obsidian gen and only want to place a single bucket of lava into the stream of water, let my EU miner break the resulting obsidian block, and then place another bucket of lava. Repeat.

It works... sort of. Out of 256 buckets I got 18 obsidian blocks. The sluice just keeps dumping buckets rapid fire and if it happens to turn to obsidian, the mechanical miner breaks it and grabs it but seems to be dumping buckets faster than obsidian forms so it burns through the tank with, as you can see, very low efficiency. :)

So if I am using the sluice properly... my request would be a way to set it to only drop a single bucket and wait for that fluid to be gone from in front of it before dropping another [either as default behavior or one we can set].

Or I'm doing something stupid....

Or it's a bug with lava not detecting right if it is supposed to only work as I hoped for already.

MC 1.10.2
PP 1.3.1.11

Thanks :)

SPAM in Console - pressure-1.2.2.116-mc1.7.10.jar

When I upgraded my pressure pipes mod from pressure-1.2.1.102-mc1.7.10.jar to the latest pressure-1.2.2.116-mc1.7.10.jar I am getting the follow SPAM in the client console:

[04:39:34] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:34] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:34] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:35] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:35] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:35] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:35] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:36] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:36] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:36] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:36] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:37] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:37] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11
[04:39:37] [Client thread/INFO] [STDOUT]: [scala.Console$:println:148]: render 11

It just keeps going like this.... never stopping.

I notice this doesn't happen when I spawn a new world. But in existing worlds that have items form Pressure Pipes, you get the SPAM.

Can you please fix - it would take weeks to rebuild my entire factory - it depends on this mod heavily.

Fluid pump!

Yo dawg, where be da fluid pump at to empty gazillions of bukkits of lava underground to me home?

Infinite water source block disappears

Hello,

I was using a dispenser to collect water from the infinite water source and the block just disappeared, in the inventory of the dispenser was a filled bucket. I assume this is not intended.

This happened in 1.3.1.10 for 1.10.2

crash

I'll just leave this here... no idea what went on.

`---- Minecraft Crash Report ----

WARNING: coremods are present:
  BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
  MMMCoremod (LittleMaidMobNX-NX5B40-1.8.x.jar)
  FMLPlugin (InventoryTweaks-1.60-beta-38.jar)
  MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-E-full.jar)
  NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 2/27/16 10:48 PM
Description: Ticking block entity

java.lang.AbstractMethodError: net.bdew.pressure.blocks.tank.blocks.TilePressureOutput.getWorld()Lnet/minecraft/world/World;
    at net.bdew.pressure.pressurenet.Helper$.recalculateConnectionInfo(Helper.scala:78)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput$$anonfun$doOutput$1.apply(PressureOutput.scala:50)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput$$anonfun$doOutput$1.apply(PressureOutput.scala:48)
    at scala.Option.foreach(Option.scala:245)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput.doOutput(PressureOutput.scala:48)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput.doOutput(PressureOutput.scala:31)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2$$anonfun$apply$1.apply(CIOutputFaces.scala:61)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2$$anonfun$apply$1.apply(CIOutputFaces.scala:57)
    at scala.Option.foreach(Option.scala:245)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2.apply(CIOutputFaces.scala:57)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2.apply(CIOutputFaces.scala:56)
    at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
    at scala.collection.mutable.HashMap$$anonfun$foreach$1.apply(HashMap.scala:99)
    at scala.collection.mutable.HashMap$$anonfun$foreach$1.apply(HashMap.scala:99)
    at scala.collection.mutable.HashTable$class.foreachEntry(HashTable.scala:230)
    at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:40)
    at scala.collection.mutable.HashMap.foreach(HashMap.scala:99)
    at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$class.doOutputs(CIOutputFaces.scala:56)
    at net.bdew.pressure.blocks.tank.controller.TileTankController.doOutputs(TileTankController.scala:33)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$1.apply$mcV$sp(CIOutputFaces.scala:42)
    at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
    at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
    at scala.collection.immutable.List.foreach(List.scala:383)
    at net.bdew.lib.Event0.trigger(Event.scala:19)
    at net.bdew.lib.tile.TileTicking$class.update(TileTicking.scala:24)
    at net.bdew.lib.multiblock.tile.TileControllerGui.func_73660_a(TileControllerGui.scala:14)
    at net.minecraft.world.World.func_72939_s(World.java:1718)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:545)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:250)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
    at java.lang.Thread.run(Thread.java:745)


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

-- Head --
Stacktrace:
    at net.bdew.pressure.pressurenet.Helper$.recalculateConnectionInfo(Helper.scala:78)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput$$anonfun$doOutput$1.apply(PressureOutput.scala:50)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput$$anonfun$doOutput$1.apply(PressureOutput.scala:48)
    at scala.Option.foreach(Option.scala:245)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput.doOutput(PressureOutput.scala:48)
    at net.bdew.pressure.blocks.tank.blocks.TilePressureOutput.doOutput(PressureOutput.scala:31)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2$$anonfun$apply$1.apply(CIOutputFaces.scala:61)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2$$anonfun$apply$1.apply(CIOutputFaces.scala:57)
    at scala.Option.foreach(Option.scala:245)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2.apply(CIOutputFaces.scala:57)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$doOutputs$2.apply(CIOutputFaces.scala:56)
    at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
    at scala.collection.mutable.HashMap$$anonfun$foreach$1.apply(HashMap.scala:99)
    at scala.collection.mutable.HashMap$$anonfun$foreach$1.apply(HashMap.scala:99)
    at scala.collection.mutable.HashTable$class.foreachEntry(HashTable.scala:230)
    at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:40)
    at scala.collection.mutable.HashMap.foreach(HashMap.scala:99)
    at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$class.doOutputs(CIOutputFaces.scala:56)
    at net.bdew.pressure.blocks.tank.controller.TileTankController.doOutputs(TileTankController.scala:33)
    at net.bdew.lib.multiblock.interact.CIOutputFaces$$anonfun$1.apply$mcV$sp(CIOutputFaces.scala:42)
    at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
    at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
    at scala.collection.immutable.List.foreach(List.scala:383)
    at net.bdew.lib.Event0.trigger(Event.scala:19)
    at net.bdew.lib.tile.TileTicking$class.update(TileTicking.scala:24)
    at net.bdew.lib.multiblock.tile.TileControllerGui.func_73660_a(TileControllerGui.scala:14)

-- Block entity being ticked --
Details:
    Name: pressure.TankController // net.bdew.pressure.blocks.tank.controller.TileTankController
    Block type: ID #727 (tile.pressure.TankController // net.bdew.pressure.blocks.tank.controller.BlockTankController$)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (-474,5,-513), Chunk: (at 6,0,15 in -30,-33; contains blocks -480,0,-528 to -465,255,-513), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
    Actual block type: ID #727 (tile.pressure.TankController // net.bdew.pressure.blocks.tank.controller.BlockTankController$)
    Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1718)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:545)

-- Affected level --
Details:
    Level name: Test World
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: 600846917139021824
    Level generator: ID 01 - flat, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: -474.00,4.00,-585.00 - World: (-474,4,-585), Chunk: (at 6,0,7 in -30,-37; contains blocks -480,0,-592 to -465,255,-577), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
    Level time: 266972 game time, 6000 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 1145 (now: false), thunder time: 125802 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:250)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
    at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1141323792 bytes (1088 MB) / 2341150720 bytes (2232 MB) up to 4281597952 bytes (4083 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.19 Powered by Forge 11.15.1.1762 Optifine OptiFine_1.8.9_HD_U_H4_pre 43 mods loaded, 43 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA   mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAA   FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1762.jar) 
    UCHIJAAAA   Forge{11.15.1.1762} [Minecraft Forge] (forge-1.8.9-11.15.1.1762.jar) 
    UCHIJAAAA   OldModelLoader{5.0.40} [LMMNX OldModelLoader] (minecraft.jar) 
    UCHIJAAAA   darkevilmac.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar) 
    UCHIJAAAA   MovingWorld{MC1.8.9-INDEV-E} [Moving World] (movingworld-MC1.8.9-INDEV-E-full.jar) 
    UCHIJAAAA   ArchimedesShipsPlus{MC1.8.9-INDEV-D} [Archimedes' Ships Plus] (archimedesshipsplus-MC1.8.9-INDEV-D.jar) 
    UCHIJAAAA   ArchitectureCraft{1.3.1} [ArchitectureCraft] (ArchitectureCraft-1.3.1-mc1.8.9.jar) 
    UCHIJAAAA   bdlib{1.10.0.23} [BD Lib] (bdlib-1.10.0.23-mc1.8.9.jar) 
    UCHIJAAAA   BetterAchievements{0.1.1} [Better Achievements] (BetterAchievements-1.8.9-0.1.1.jar) 
    UCHIJAAAA   BetterFoliage{2.0.3} [Better Foliage] (BetterFoliage-MC1.8.x-2.0.3.jar) 
    UCHIJAAAA   BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8.9-3.0.0.1839-universal.jar) 
    UCHIJAAAA   bookshelfapi{2.3.4} [Bookshelf] (Bookshelf-API-1.8.9-2.3.4.jar) 
    UCHIJAAAA   cfmce{1.0} [MrCrayfish's Furniture Mod: Community Edition] (cfmce-1.0-mc1.8.9.jar) 
    UCHIJAAAA   net.blacklab.lib{3.3.13} [EBLib] (EBLib-EL3B13-1.8.x.jar) 
    UCHIJAAAA   EnderZoo{1.8.9-1.1.3.35} [Ender Zoo] (EnderZoo-1.8.9-1.1.3.35.jar) 
    UCHIJAAAA   substratum{1.1.0.1} [Substratum] (Substratum-1.8.9-1.1.0.1.jar) 
    UCHIJAAAA   foundry{1.4.0.0} [Foundry] (Foundry-1.8.9-1.4.0.0.jar) 
    UCHIJAAAA   pressure{1.3.0.16} [Pressure Pipes] (pressure-1.3.0.16-mc1.8.9.jar) 
    UCHIJAAAA   advgenerators{0.9.19.3} [Advanced Generators] (generators-0.9.19.3-mc1.8.9.jar) 
    UCHIJAAAA   IGWMod{1.2.4-4} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.4-4-universal.jar) 
    UCHIJAAAA   inventorytweaks{1.60-beta-38-b8950ce} [Inventory Tweaks] (InventoryTweaks-1.60-beta-38.jar) 
    UCHIJAAAA   IronChest{6.0.125.770} [Iron Chest] (ironchest-1.8.9-6.0.125.770.jar) 
    UCHIJAAAA   JEI{2.28.5.172} [Just Enough Items] (jei_1.8.9-2.28.5.172.jar) 
    UCHIJAAAA   journeymap{5.1.3} [JourneyMap] (journeymap-1.8.8-5.1.3-unlimited.jar) 
    UCHIJAAAA   lmmnxapi{13} [LMMNX API] (LittleMaidMobNX-NX5B40-1.8.x.jar) 
    UCHIJAAAA   lmmx{5.0.40} [LittleMaidMobNX] (LittleMaidMobNX-NX5B40-1.8.x.jar) 
    UCHIJAAAA   MMMLibX{5.0.40} [MMMLibX] (LittleMaidMobNX-NX5B40-1.8.x.jar) 
    UCHIJAAAA   RadixCore{1.8.9-2.1.0} [RadixCore] (RadixCore-1.8.9-2.1.0-universal.jar) 
    UCHIJAAAA   MCA{1.8.9-5.1.1.2} [Minecraft Comes Alive] (MCA-1.8.9-5.1.1.2-universal.jar) 
    UCHIJAAAA   MoreFurnaces{1.5.0} [More Furnaces] (MoreFurnaces-1.5.0-MC1.8.9.jar) 
    UCHIJAAAA   cfm{3.6} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.6.1(1.8.9).jar) 
    UCHIJAAAA   fodc{1.7.2} [Ore Dictionary Converter] (OreDictionaryConverter-1.7.2.jar) 
    UCHIJAAAA   PneumaticCraft{1.13.7-11} [PneumaticCraft] (PneumaticCraft-1.8.9-1.13.7-11-universal.jar) 
    UCHIJAAAA   progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.8.9-1.6.35.jar) 
    UCHIJAAAA   redstonepaste{1.7.2} [Redstone Paste] (redstonepaste-mc1.8.8-1.7.2.jar) 
    UCHIJAAAA   Roguelike{1.4.5} [Roguelike Dungeons] (RoguelikeDungeons-1.8.9-1.4.5.jar) 
    UCHIJAAAA   wuppy29_simplerecipes{1.9.0} [Simple Recipes] (Simple Recipes 1.8.0-1.9.0.jar) 
    UCHIJAAAA   storagenetwork{1.7.3} [Storage Network] (StorageNetwork-1.8.9-1.7.3.jar) 
    UCHIJAAAA   usefulrecipes{1.1} [UsefulRecipes] (UsefulRecipes-1.1.0(1.8.9).jar) 
    UCHIJAAAA   usefulstones{0.2} [Useful Stones] (UsefulStones_0.2-MCv1.8.9.jar) 
    UCHIJAAAA   Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar) 
    UCHIJAAAA   wawla{1.4.7} [What Are We Looking At] (Wawla-1.4.7-1.8+.jar) 
    Loaded coremods (and transformers): 
BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
MMMCoremod (LittleMaidMobNX-NX5B40-1.8.x.jar)
  mmmlibx.lib.multiModel.MMMLoader.MMMTransformer
FMLPlugin (InventoryTweaks-1.60-beta-38.jar)
  invtweaks.forge.asm.ContainerTransformer
MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-E-full.jar)

NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar)
  net.fybertech.nwr.NowWithRendering
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    List of loaded APIs: 
        * BetterAchievements|API (0.1.1) from BetterAchievements-1.8.9-0.1.1.jar
        * CoFHAPI (1.8.9R1.2.0B1) from Foundry-1.8.9-1.4.0.0.jar
        * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.8.9-1.6.35.jar
        * CoFHAPI|energy (1.8.9R1.2.0B1) from StorageNetwork-1.8.9-1.7.3.jar
        * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.8.9-1.6.35.jar
        * foundry.api (1.4.0.0) from Foundry-1.8.9-1.4.0.0.jar
        * JustEnoughItemsAPI (3.1.0) from jei_1.8.9-2.28.5.172.jar
        * LMMNX API (5.0.40) from LittleMaidMobNX-NX5B40-1.8.x.jar
        * PneumaticCraftApi (1.0) from PneumaticCraft-1.8.9-1.13.7-11-universal.jar
        * pressureAPI (1.3.0.16) from pressure-1.3.0.16-mc1.8.9.jar
        * WailaAPI (1.3) from Waila-1.6.0-B3_1.8.8.jar
    Profiler Position: N/A (disabled)
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    OptiFine Version: OptiFine_1.8.9_HD_U_H4_pre
    Render Distance Chunks: 16
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: KUDA-Shaders v6.1.13 BETA - Ultra.zip
    OpenGlVersion: 4.5.0 NVIDIA 358.91
    OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8`

Possible localization issue with NEI creative search?

I ran into something like this with Railcraft and the names for the RC Forestry Backpacks and Covert just fixed it, but seems someone is having a crash when trying to search in creative

Here is the crash log: http://pastebin.com/ng6vpjQ4
Here is the issue on my git: https://github.com/BevoTechPack/BevoTechPack/issues/270#issuecomment-52528227

Edit: I'm guessing it is localization and pressure pipes cause honestly I don't know what 99% of that in the log means. :P

Tanks Causing Stuttering

This may be the same issue chloe was seeing but figured I'd report nonetheless.

When I make a tank [5x5x5 in this case] and it is inputting or outputting fluid I get major stuttering.

My FPS is nearly constant but the game literally stutters as I walk around anywhere near the tank. I broke the input and output lines going in/out of it and the stuttering immediately went away. I was using the high pressure pipes in/out.

Basic setup. 5x5x5 tank receiving brine from Mekanism evap towers [4 of them]. The tank then outputs to my separators for further processing. Having either output or input connecting brings the stutter as I tested both to see if it was only output or only input... no difference. Note that my input is a small network of high pressure pipes from the 4 towers whereas my output is only a single pipe from tank to electro separator. Using HP pumps to pull from the towers into the HP pipes into the tank for input and using HP outlet to convert from HP to regular pipe to feed the electro sep on the output line. Nothing too fancy.

I'm feeding my 4 towers water from a PP infinite water block with pump > input > pipe > outlet setup and that causes no stuttering nor do the other small setups I have with PP around my base so it seems to be tank-related.

Please let me know if there is anything else I can provide. This is on a server if that helps.

Thanks!

Minecraft 1.10.2
Pressure Pipes 1.3.1.11
Forge 2065

Fluid intakes/outlets on tanks causing increased rate of chunk updates

Hi there. Whilst experimenting with your mods, I noticed that pressure pipes tanks were causing the number of chunk updates to increase considerably. Testing on a superflat world, I noticed a spike in chunk updates when fluids are flowing into or out of the tanks.
Tank fluid intakes, tank fluid outlets and powered tank fluid outlets all seem to cause the same increase in chunk updates, but I can't reproduce the issue when using the pressurised intakes/outlets.
My test tanks were all contained within single chunks, in case there were chunk boundary issues.

I can't rule out there being any cross-mod interaction, as I have a lot of other mods loaded, but I haven't noticed any similar issues when testing with railcraft tanks. I'm also not experiencing any problems with intakes/outlets in advanced generators machines - it seems confined to the pressure pipes tanks.

Crash w/ IC2 Fluid Heat Exchanger

Sometimes (unable to 100% reliably reproduce the issue) when fluid transfer starts from an IC2 fluid reactor to a heat exchanger, and then back to the reactor, if Pressure Pipes is handling the fluid transfer using High Pressure Input/Output, the game crashes with the following exception:

http://pastebin.com/Bce2aruJ

IC2 build 820 Experimental (1.7.10)
BDLib 1.9.4.109
Pressure Pipes 1.2.5.125 (tested, bugged all the way to 1.3.0.131)

no other fluid handler causes this exception. Tested with Mekanism Mechanical Pipe, BuildCraft golden fluid pipe, BuildCraft Additional Objects Reinforced Golden Fluid Pipe (higher throughput), and even Gregtech's various fluid pipes. Only crashes with Pressure Pipes hooked up directly to the heat exchanger.

Any chance of a combination input/output block?

Hey there! Apologies if this is not in the correct place, but I wasn't sure where else to post this.

My question is, is there any chance a combination block could be implemented in? Alot of machine factories in GregTech need both inputs and outputs from 1 machine, and its rather difficult to try and free up more sides of them with limited space/other automation of item piping around with this. The ability to both output and input from 1 block would be immensely valuable I would think.

here is a server crash

java.lang.NoSuchMethodError: net.minecraft.world.IBlockAccess.func_72800_K()I
at net.bdew.pressure.misc.Helper$$anonfun$getPipeConnections$4.apply(Helper.scala:114)
at net.bdew.pressure.misc.Helper$$anonfun$getPipeConnections$4.apply(Helper.scala:113)
at scala.collection.TraversableLike$$anonfun$filterImpl$1.apply(TraversableLike.scala:259)
at scala.collection.immutable.List.foreach(List.scala:383)
at scala.collection.TraversableLike$class.filterImpl(TraversableLike.scala:258)
at scala.collection.TraversableLike$class.filter(TraversableLike.scala:270)
at scala.collection.AbstractTraversable.filter(Traversable.scala:104)
at net.bdew.pressure.misc.Helper$.getPipeConnections(Helper.scala:113)
at net.bdew.pressure.blocks.BlockPipe$.func_149719_a(BlockPipe.scala:40)
at net.minecraft.block.Block.func_149731_a(Block.java:713)
at net.minecraft.world.World.func_147447_a(World.java:1597)
at net.minecraft.world.World.func_72901_a(World.java:1405)
at net.minecraft.network.NetHandlerPlayServer.func_147350_a(NetHandlerPlayServer.java:1400)
at net.minecraft.network.play.client.C0APacketAnimation.func_148833_a(SourceFile:43)
at net.minecraft.network.play.client.C0APacketAnimation.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
at java.lang.Thread.run(Thread.java:745)

[REQUEST] Gas Input/Output for Mekanism 9.x

Hello! I love your mod and have used it prior. Our server recently went to 1.10.2 so we are using Mekanism 9.x and... sadly I noticed the gas pieces for tanks are no longer there! I used the heck out of that in Mek 8.x as your tanks were vastly superior to anything Mek had. :)

Would love to see them back!

Cheers

Server crash with 1.3.1.4

I get the following crash when I upgrade to the latest pressure pipes and bdlib.

Crash Report

Stepping back to 1.3.1.3 the problem goes away so it seems to be an issue with the new capabilities. The only issue with stepping back was that my multipart tank said it required one tank block, breaking and replacing one block fixed this but lost the contents of the tank. Otherwise stepping back seems to work fine.

edit: had to break and rebuild entire tank, would not recognize capacity until I did.

[Another Question] TileFluidOutput drain

me again,
I try to drain from tankfluid outlet, but canDrain() and drain() return 'null' respectively 'false'.
I guess the reason is that the outlet doesn't change its texture (the red arrows).
But why? Do I have to implement IFluidHandler ?

Filling the intake works fine.

I cannot read scala

[Question] FakeTank

hi

override def getTankInfo(from: EnumFacing) = if (isValidDirectionForFakeTank(from)) Array(new FluidTankInfo(null, Int.MaxValue)) else null

why do you return null instead of an empty array?

Make Tanks Larger

I would like to know if it would be possible to change the maximum number of blocks allowed in Pressure Pipes tanks? Currently a player may have up to 50 Storage Blocks as well as the other blocks required for manipulating fluids, for a maximum total of 76 blocks. I'd like to be able to make larger tanks, like 5x5 at the base and 6-8 blocks tall for example.

Would it be possible to add a config option to allow for larger tanks? Right now I have to hollow out the tank and try to figure out what types of blocks I can plug into the wall to make it look like they're part of the tank so I can make them look bigger. To clarify, I want larger tanks purely for aesthetic reasons.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.