Git Product home page Git Product logo

storage-network's People

Contributors

7934345 avatar canitzp avatar kidsdontplay avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

storage-network's Issues

Suggestion: Make request table act like the wireless accessor

When you are using the wireless accessor you can instantly pull stuff out and put stuff back in storage with no delay, you also place things in the storage window opposed to a buffer inventory like the request table uses.

It would be very nice if the request table worked like the accessors, with no buffer inventory that can't keep up. And being able to just drop items in the storage window.

Thanks for the awesome mod, keep up the great work!

[Request] Autocrafting system

It could be awesome if we can build some autocrafting solutions, like specifiying inputs and outputs. I think we can re-use the interface idea of AE, this could store the recipes, and the current import-export cables could handle the item transferring. Optionally an autocrafting table should be involved, but since quite much mods add its own autocrafting device (RFTools crafter, BC autocrafting table, Botania crafty crate, and so on). Import/Export cables ensures the operation requires a fair amount of RF, interfaces (or whatever we call them later) could consume more RF for passing through items.

Graphical Lag with the mod

latest version of the mod as of yesterday. We have a moderate setup, probably a couple hundred wires and half a dozen storages linked up but lately we've been getting some bad graphical lag. F3 showing hundreds of updates, after much trouble shooting we finally removed the cable master and suddenly all the lag was gone. So it would appear that once you start getting into a decent sized setup you run into pretty extreme fps loss. Was hitting as low as 10fps at times on a high end gaming pc.

Optifine seemed to help immensely once I added that in for what it's worth.

[ 1.8.9-1.3 ] Wonky operation upgrade

So i was trying operation upgrade in newest version and it seems to be "broken". First, it only works in import cable. You can of course put this one in export one but it does nothing at least not in test case ( setup with furnace ) Second, it always grabs more items than specified, like I set 8 i get 12, set 29 I get 32, 3 and get 8 etc. The situation is even wors if I put stack upgrade but that seems to be logic.

Request table enhancements

So, I've been using StorageNetwork for quiet a while now and there are few things that could work better ( in my opinion of course ).

  • Item retrieving; for now it just put items in inventory, stack or one item. It would be fantastic to have at least vanilla style of item grabbing

    LMB - grab stack
    Shift LMB - put stack in inv.
    RMB - grab half a stack
    Shift RMB grab 1/4 of stack or 1/8 for example
    Ctrl RMB grab one item

    ...or similar to this. It would be much easier to operate on stacks.

  • lock on actually highlited item so it will not change its position while retrieving in "amount" sorting mode - lost its importance as of 1.5

  • more sorting modes - byt modID, by oreDict, by type.

  • RMB on search field to clear text - no need to say how usefull is this :)

  • ghost items in crafting grid instead of actual items - while it is not that important ppl proved that it is usefull - rejected for now

  • support for CrafttingTweaks

These are pretty common ideas and it would be fantastic to have them on board :).

[Request] Only Read/Write upgrade for Storagebus

Hey @MrRiegel,

I guess the title say it all, but I explain it a bit: It is an upgrade for the Storagebus which can adjust to allow him to put in or pull out things. This is different to the export/import -bus because the storagebus doesn't import/export things for itself...

I hope you like that idea.

access_denied

crash in single player

using version 1.8..9-1.8.0

blew up while breaking a chest attached to a blue connection.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-H-full.jar)
  CorePlugin (Fluxed Redstone-1.3.0.31.jar)
  BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
  FMLPlugin (InventoryTweaks-1.60-beta-38.jar)
  AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
  NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar)
Contact their authors BEFORE contacting forge

// Ouch. That hurt :(

Time: 3/15/16 4:42 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
    at mrriegel.storagenetwork.tile.TileMaster.request(TileMaster.java:925)
    at mrriegel.storagenetwork.tile.TileMaster.export(TileMaster.java:818)
    at mrriegel.storagenetwork.tile.TileMaster.func_73660_a(TileMaster.java:1063)
    at net.minecraft.world.World.func_72939_s(World.java:1718)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2089)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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)


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

-- Head --
Stacktrace:
    at mrriegel.storagenetwork.tile.TileMaster.request(TileMaster.java:925)
    at mrriegel.storagenetwork.tile.TileMaster.export(TileMaster.java:818)
    at mrriegel.storagenetwork.tile.TileMaster.func_73660_a(TileMaster.java:1063)

-- Block entity being ticked --
Details:
    Name: tileMaster // mrriegel.storagenetwork.tile.TileMaster
    Block type: ID #728 (tile.storagenetwork:master // mrriegel.storagenetwork.blocks.BlockMaster)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (24,64,69), Chunk: (at 8,4,5 in 1,4; contains blocks 16,0,64 to 31,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Actual block type: ID #728 (tile.storagenetwork:master // mrriegel.storagenetwork.blocks.BlockMaster)
    Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1718)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['winsrp'/141, l='MpServer', x=27.53, y=64.00, z=75.48]]
    Chunk stats: MultiplayerChunkCache: 1076, 1076
    Level seed: 0
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: 48.00,64.00,168.00 - World: (48,64,168), Chunk: (at 0,4,8 in 3,10; contains blocks 48,0,160 to 63,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 144010 game time, 6191 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: true. Cheats: false
    Forced entities: 63 total; [EntityOwl['Owl'/272409, l='MpServer', x=40.53, y=81.00, z=21.47], EntitySheep['Sheep'/35, l='MpServer', x=-43.47, y=66.00, z=1.63], EntitySheep['Sheep'/36, l='MpServer', x=-43.47, y=67.00, z=0.44], EntitySheep['Sheep'/37, l='MpServer', x=-43.66, y=64.00, z=7.88], EntitySheep['Sheep'/38, l='MpServer', x=-46.28, y=64.00, z=6.13], EntityRabbit['Rabbit'/43, l='MpServer', x=1.69, y=62.63, z=35.31], EntityOwl['Owl'/317535, l='MpServer', x=79.44, y=87.00, z=32.44], EntityBat['Bat'/5536822, l='MpServer', x=52.05, y=12.31, z=19.18], EntityOwl['Owl'/480352, l='MpServer', x=-4.53, y=74.00, z=23.53], EntityBat['Bat'/5532723, l='MpServer', x=19.42, y=16.01, z=79.21], EntityOwl['Owl'/532577, l='MpServer', x=-14.56, y=74.00, z=24.41], EntityZombie['Zombie'/5530835, l='MpServer', x=-18.50, y=29.00, z=45.94], EntityOwl['Owl'/212109, l='MpServer', x=52.29, y=81.00, z=27.19], EntitySpider['Spider'/5530842, l='MpServer', x=59.69, y=23.09, z=126.28], EntityOwl['Owl'/471176, l='MpServer', x=89.81, y=82.97, z=35.91], EntityOwl['Owl'/348319, l='MpServer', x=52.16, y=80.97, z=27.84], EntityOwl['Owl'/348320, l='MpServer', x=75.19, y=81.00, z=27.44], EntityPlayerSP['winsrp'/141, l='MpServer', x=27.53, y=64.00, z=75.48], EntityOwl['Owl'/422082, l='MpServer', x=-21.22, y=71.06, z=25.25], EntityBat['Bat'/5534861, l='MpServer', x=-1.69, y=29.44, z=0.38], EntityBat['Bat'/5534862, l='MpServer', x=2.88, y=31.38, z=-1.56], EntityBat['Bat'/5527732, l='MpServer', x=-1.31, y=26.10, z=10.38], EntityZombie['Zombie'/5536948, l='MpServer', x=90.50, y=33.00, z=67.50], EntityCreeper['Creeper'/5520572, l='MpServer', x=5.50, y=29.00, z=124.50], EntityOwl['Owl'/573668, l='MpServer', x=34.83, y=84.26, z=28.78], EntitySkeletonGun['Gun Skeleton'/5536955, l='MpServer', x=107.50, y=21.00, z=119.50], EntityItem['item.item.owlEgg'/5516629, l='MpServer', x=41.19, y=74.00, z=17.16], EntityOwl['Owl'/1017100, l='MpServer', x=69.53, y=81.00, z=33.50], EntityOwl['Owl'/132363, l='MpServer', x=60.38, y=79.00, z=21.75], EntityOwl['Owl'/217401, l='MpServer', x=12.69, y=77.00, z=24.50], EntityOwl['Owl'/5519720, l='MpServer', x=77.50, y=80.00, z=21.41], EntityItem['item.item.owlEgg'/5528021, l='MpServer', x=75.63, y=81.00, z=27.38], EntityBat['Bat'/5532123, l='MpServer', x=-35.25, y=36.09, z=99.25], EntityOwl['Owl'/55708, l='MpServer', x=88.78, y=75.00, z=37.19], EntitySquid['Squid'/5516788, l='MpServer', x=69.28, y=48.84, z=98.59], EntityBat['Bat'/5532144, l='MpServer', x=-47.25, y=40.10, z=45.75], EntityOwl['Owl'/888248, l='MpServer', x=87.50, y=85.00, z=19.53], EntityItem['item.item.owlEgg'/5516677, l='MpServer', x=55.22, y=81.00, z=22.88], EntityItem['item.item.owlEgg'/5531009, l='MpServer', x=60.78, y=74.00, z=19.13], EntityOwl['Owl'/955858, l='MpServer', x=50.56, y=83.00, z=24.44], EntityOwl['Owl'/35307, l='MpServer', x=-2.50, y=76.00, z=22.44], EntityBat['Bat'/5530190, l='MpServer', x=23.47, y=16.31, z=15.41], EntityItem['item.item.owlEgg'/5527155, l='MpServer', x=-5.22, y=74.00, z=24.00], EntityBat['Bat'/5492335, l='MpServer', x=79.42, y=14.04, z=83.41], EntityOwl['Owl'/5336620, l='MpServer', x=62.63, y=80.00, z=36.41], EntitySquid['Squid'/5504734, l='MpServer', x=-7.53, y=62.41, z=82.84], EntitySquid['Squid'/5516952, l='MpServer', x=49.59, y=61.13, z=104.25], EntityBat['Bat'/5533325, l='MpServer', x=48.26, y=27.27, z=7.34], EntityItem['item.item.owlEgg'/5520038, l='MpServer', x=-33.63, y=76.00, z=12.00], EntityBat['Bat'/5534530, l='MpServer', x=101.81, y=25.84, z=62.72], EntityOwl['Owl'/4585337, l='MpServer', x=31.53, y=83.00, z=34.56], EntityOwl['Owl'/1007430, l='MpServer', x=78.44, y=85.00, z=28.44], EntityOwl['Owl'/125778, l='MpServer', x=87.47, y=83.00, z=23.56], EntityOwl['Owl'/291672, l='MpServer', x=72.50, y=80.00, z=26.44], EntityOwl['Owl'/5193519, l='MpServer', x=35.47, y=85.00, z=29.50], EntityZombie['Zombie'/5518132, l='MpServer', x=-7.13, y=18.00, z=98.69], EntityOwl['Owl'/669542, l='MpServer', x=45.47, y=81.00, z=23.41], EntityItem['item.item.owlEgg'/5497635, l='MpServer', x=41.72, y=75.00, z=22.00], EntityOwl['Owl'/95163, l='MpServer', x=55.53, y=81.00, z=22.47], EntityZombie['Zombie'/5529503, l='MpServer', x=101.50, y=13.00, z=92.50], EntityZombie['Zombie'/5529497, l='MpServer', x=-44.50, y=42.00, z=58.50], EntityOwl['Owl'/1044464, l='MpServer', x=89.56, y=81.00, z=36.53], EntityOwl['Owl'/5347246, l='MpServer', x=60.78, y=74.03, z=19.47]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:404)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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)

-- 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: 763142432 bytes (727 MB) / 2985779200 bytes (2847 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: 66
    FML: MCP 9.19 Powered by Forge 11.15.1.1762 Optifine OptiFine_1.8.9_HD_U_H4_pre 50 mods loaded, 50 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   darkevilmac.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar) 
    UCHIJAAAA   AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.8.9-1.3.0.jar) 
    UCHIJAAAA   MovingWorld{MC1.8.9-INDEV-H} [Moving World] (movingworld-MC1.8.9-INDEV-H-full.jar) 
    UCHIJAAAA   ArchimedesShipsPlus{MC1.8.9-INDEV-G} [Archimedes' Ships Plus] (archimedesshipsplus-MC1.8.9-INDEV-G.jar) 
    UCHIJAAAA   ArchitectureCraft{1.3.1} [ArchitectureCraft] (ArchitectureCraft-1.3.1-mc1.8.9.jar) 
    UCHIJAAAA   bdlib{1.10.0.29} [BD Lib] (bdlib-1.10.0.29-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.1926-universal.jar) 
    UCHIJAAAA   bookshelfapi{2.3.6} [Bookshelf] (Bookshelf-API-1.8.9-2.3.6.jar) 
    UCHIJAAAA   caterpillar{0.0.0} [Caterpillar] (Caterpillar-1.2.189b76.jar) 
    UCHIJAAAA   cfmce{1.0} [MrCrayfish's Furniture Mod: Community Edition] (cfmce-1.0-mc1.8.9.jar) 
    UCHIJAAAA   Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar) 
    UCHIJAAAA   EnderZoo{1.8.9-1.1.3.35} [Ender Zoo] (EnderZoo-1.8.9-1.1.3.35.jar) 
    UCHIJAAAA   mcmultipart{1.0.8} [MCMultiPart] (MCMultiPart-1.0.8-universal.jar) 
    UCHIJAAAA   reborncore{1.4.3.20} [RebornCore] (RebornCore-1.8.9-1.4.3.20-universal.jar) 
    UCHIJAAAA   fluxedredstone{1.3.0.31} [FluxedRedstone] (Fluxed Redstone-1.3.0.31.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   furnus{1.72} [Furnus] (Furnus-1.8.9-1.72.jar) 
    UCHIJAAAA   pressure{1.3.0.22} [Pressure Pipes] (pressure-1.3.0.22-mc1.8.9.jar) 
    UCHIJAAAA   advgenerators{0.9.19.8} [Advanced Generators] (generators-0.9.19.8-mc1.8.9.jar) 
    UCHIJAAAA   inventorytweaks{1.60-beta-38-b8950ce} [Inventory Tweaks] (InventoryTweaks-1.60-beta-38.jar) 
    UCHIJAAAA   ironbackpacks{1.8-1.0.7} [Iron Backpacks] (IronBackpacks-1.8-1.0.7.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   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   MissingRecipies{0.1.0} [MissingRecipies] (Missing Recipes 0.1.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   neotech{2.4.1} [NeoTech] (NeoTech-1.8.9-2.4.1.jar) 
    UCHIJAAAA   fodc{1.7.2} [Ore Dictionary Converter] (OreDictionaryConverter-1.7.2.jar) 
    UCHIJAAAA   practicalities{2.0.0-b6} [Practicalities] (practicalities-1.8.9-2.0.0-b6.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   rftools{4.22beta31} [RFTools] (rftools-1.8.9-4.22beta31.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   SpiceOfLife{1.3.1} [The Spice of Life] (SpiceOfLife-mc1.8.9-1.3.1.jar) 
    UCHIJAAAA   StorageDrawers{1.8.9-2.4.4} [Storage Drawers] (StorageDrawers-1.8.9-2.4.4.jar) 
    UCHIJAAAA   storagenetwork{1.8.0} [Storage Network] (StorageNetwork-1.8.9-1.8.0.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): 
MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-H-full.jar)

CorePlugin (Fluxed Redstone-1.3.0.31.jar)

BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
FMLPlugin (InventoryTweaks-1.60-beta-38.jar)
  invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar)
  net.fybertech.nwr.NowWithRendering
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.91' Renderer: 'GeForce GTX 970/PCIe/SSE2'
    List of loaded APIs: 
        * AppleCoreAPI (2.0.0) from AppleCore-mc1.8.9-1.3.0.jar
        * 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 Bookshelf-API-1.8.9-2.3.6.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
        * McJtyLib (1.8.9-1.8.1beta8) from mcjtylib-1.8.9-1.8.1beta8.jar
        * pressureAPI (1.3.0.22) from pressure-1.3.0.22-mc1.8.9.jar
        * reborncoreAPI (1.4.3.20) from RebornCore-1.8.9-1.4.3.20-universal.jar
        * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * WailaAPI (1.3) from Waila-1.6.0-B3_1.8.8.jar
    Launched Version: 1.8.9-forge1.8.9-11.15.1.1762
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.91, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: Invictus-2.1.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
    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

Issue when right clicking some blocks

I found that when you right click any block which has a gui, the block you are right clicking with will appear for a split second and the disappear. Look like onBlockActivated is returning true of server but false on the client.

Client Crash: Cover Stick allows invalid items to be applied to covers

The Cover Stick can be used to apply items that aren't blocks to covers. For example, I used it to apply a Thaumometer to a cover, which changed it to look like a different metal block.

Even worse, I applied an Infernal Chalice (a Reliquary item that also isn't a block) to a cover, which immediately crashed me with a rendering error.

The cover previously looked like an EnderIO Alloy block. The crash details indicated that the cover was trying to render the same alloy block, only with a meta value that was out of bounds of the alloy block's allowed values.

Description: Rendering Block Entity

java.lang.ArrayIndexOutOfBoundsException: 8
    at crazypants.enderio.material.BlockIngotStorage.func_176203_a(BlockIngotStorage.java:63)
    at mrriegel.storagenetwork.render.CableRenderer.renderTileEntityAt(CableRenderer.java:52)
    at mrriegel.storagenetwork.render.CableRenderer.func_180535_a(CableRenderer.java:26)
    at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(TileEntityRendererDispatcher.java:136)
    at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:114)
    at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:678)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1316)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1230)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1058)

Any player who came near this block had the same crash. We had to ask the server admin to remove the block using its coordinates.

Items disappearing and can't pull items out of the system

Like it says in the title, I have items disappearing in my system. I noticed when I had to make a second trip to the nether for glowstone. After that trip I put half a stack of glowstone in the system and checked a minute later and it was gone.

Also, I have Blood Magic items in there that I just can't pull out of the system. I've tried left-clicking, right-clicking, and shift+clicking on both and those items just won't come out of the system.

Server lag when connecting

With the latest version 1.8.1 running on a server I can connect and load the world fine for the first time connecting after a restart but if I log out and back in I get timed out and the server hangs for about a minute before letting me log back in.

Reverting to 1.8.0 fixes the issue.

Crash with NPE: Updating screen events

I crashed twice trying to insert an item (the item storage cable from Storage Network) into my system through the GUI of the item request table. Unfortunately I cannot reproduce this in a test environment. It worked both times after restarting the game and doing the exact same thing. My Storage Network is connected to a controller from Storage Drawers and a few Modular Storage blocks from RFTools. I also used a shift + left click to do it, if that helps.

http://pastebin.com/GMUJJyGw

[1.7.1] NPE upon Wirelss Accessor binding

java.lang.NullPointerException: Unexpected error
    at mrriegel.storagenetwork.helper.NBTHelper.setInteger(NBTHelper.java:137)
    at mrriegel.storagenetwork.items.ItemRemote.func_180614_a(ItemRemote.java:82)
    at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:135)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_178890_a(PlayerControllerMP.java:410)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1491)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2036)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Partial Team adhesion request

Hi, I wanted to request a partial team adhesion with you guys, as a texturer, to be fair, all textures are already done on my side, they are nicer AE like style and AE2 team approved textures, just wanted to contribute to the mod development a bit.

Story is, we planned doing a mod called logistical storage, but then one of the members was away due to the refugial crisis thing ( he helped refugees ) so mod dev was put on standby.
All textures are done though.

And me trying to backport it... failed horribly, 1.8.9 to 1.7.10 is to hard for me D:

1019(ish) connected items limit?

I've been seeing a bunch of "cannot save chunk" errors ( [File IO Thread/ERROR]: Failed to save chunk java.io.UTFDataFormatException: encoded string too long ) and have whittled it down to having more than 1019 connectables on one system (I have a couple of Advanced Wireless Accessors on there too, so these numbers might affect the totals too, not sure.)

If I add a single extra item (Link Cable or whatever) then the errors are logged about once a minute and the chunk that the Cable Master is in will not be saved. Removing one item (whatever it is) stops those errors and the chunk starts being saved again.

I can also say that, as a side-note, when approaching this limit the client starts to get rather laggy in the chunks around the system...

[1.9.4] Client disconnect when trying to craft: Payload may not be larger than 32767 bytes

Had just hooked up storage pipes to my Storage Drawers and RFTools Modular Storage (with tier 3 card that holds 300 stacks of things). Tried to craft the import pipe by shift clicking it into the crafting grid. As soon as I tried to craft, I got this (small, so not using pastebin):

[15:31:26] [Netty Epoll Client IO #0/ERROR]: NetworkDispatcher exception
java.lang.IllegalArgumentException: Payload may not be larger than 32767 bytes
at net.minecraft.network.play.client.CPacketCustomPayload.(CPacketCustomPayload.java:28) ~[ir.class:?]
at net.minecraftforge.fml.common.network.internal.FMLProxyPacket.toC17Packet(FMLProxyPacket.java:124) ~[FMLProxyPacket.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.write(NetworkDispatcher.java:507) ~[NetworkDispatcher.class:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:658) ~[AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:716) ~[AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:706) ~[AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:741) ~[AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:895) ~[DefaultChannelPipeline.class:4.0.23.Final]
at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:240) ~[AbstractChannel.class:4.0.23.Final]
at net.minecraft.network.NetworkManager$4.run(NetworkManager.java:247) [em$4.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [SingleThreadEventExecutor.class:4.0.23.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [EpollEventLoop.class:4.0.23.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:4.0.23.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
[15:31:26] [Netty Epoll Client IO #0/INFO]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
[15:31:26] [Netty Epoll Client IO #0/INFO]: CLIENT: Disconnected from server, enabling all click actions

I assume it's trying to send too much through one packet. Possibly due to the large storage in Modular Storage (300 stacks of different items). Reconnecting and trying again, it worked, oddly enough. Perhaps something needs to be divided into multiple packets if it's too large? A guess. I'm a programmer, but know little about MC modding.

P.S. Absolutely adore this mod. Good work! :)

Dupe bug in 1.9.4-1.11.1

Replicated this with only forge 12.17.0.1950 and Storage Network 1.9.4 - 1.11.1 installed, in both a SSP and SMP game.

  1. Place down master node, requester, and storage box (I've been testing with 8, but it might work with one) See picture.
  2. In the requester interface, place item in, then spam double click.

I have a mouse that allows me to macro double click as a single button press, works flawlessly on that, it's a little more tedious without the macro. I can provide a world save if needed, but it's easy enough to replicate I doubt you will need it.

2016-06-04_09 57 48

Question

Small question, do you plan moving to 1.9 or not ?

another crash

I don't know why I tried to put upgrades on a blue cable... but when I did... it crashed.

---- Minecraft Crash Report ----

WARNING: coremods are present:
MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-H-full.jar)
CorePlugin (Fluxed Redstone-1.3.0.31.jar)
BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
FMLPlugin (InventoryTweaks-1.60-40.jar)
AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 3/17/16 1:51 PM
Description: Updating screen events

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at mrriegel.storagenetwork.gui.cable.GuiCable.func_73864_a(GuiCable.java:186)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:523)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)

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

-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at mrriegel.storagenetwork.gui.cable.GuiCable.func_73864_a(GuiCable.java:186)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:523)

-- Affected screen --
Details:
Screen name: mrriegel.storagenetwork.gui.cable.GuiCable

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['winsrp'/201, l='MpServer', x=27.79, y=64.00, z=75.62]]
Chunk stats: MultiplayerChunkCache: 1089, 1089
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: 48.00,64.00,168.00 - World: (48,64,168), Chunk: (at 0,4,8 in 3,10; contains blocks 48,0,160 to 63,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 790584 game time, 6191 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: true. Cheats: false
Forced entities: 78 total; [EntityItem['item.item.owlEgg'/1846298, l='MpServer', x=49.38, y=76.00, z=17.13], EntityOwl['Owl'/968711, l='MpServer', x=-8.50, y=77.00, z=33.44], EntitySheep['Sheep'/33, l='MpServer', x=-51.53, y=62.63, z=1.38], EntityOwl['Owl'/34, l='MpServer', x=-10.44, y=77.00, z=24.53], EntitySheep['Sheep'/37, l='MpServer', x=-32.72, y=66.00, z=-1.53], EntitySheep['Sheep'/38, l='MpServer', x=-43.94, y=67.00, z=-2.31], EntityItem['item.item.owlEgg'/1837878, l='MpServer', x=88.13, y=82.00, z=23.13], EntityItem['item.item.owlEgg'/1825589, l='MpServer', x=2.13, y=71.00, z=16.22], EntityCreeper['Creeper'/1835053, l='MpServer', x=81.50, y=17.00, z=76.50], EntityItem['item.item.owlEgg'/1834280, l='MpServer', x=45.53, y=81.00, z=24.19], EntityPlayerSP['winsrp'/201, l='MpServer', x=27.79, y=64.00, z=75.62], EntityOwl['Owl'/56, l='MpServer', x=-12.56, y=73.94, z=29.16], EntityOwl['Owl'/66, l='MpServer', x=45.44, y=81.00, z=20.56], EntityBat['Bat'/1854303, l='MpServer', x=-43.25, y=37.03, z=111.25], EntityOwl['Owl'/68, l='MpServer', x=-4.38, y=75.00, z=29.50], EntityItem['item.item.owlEgg'/1836888, l='MpServer', x=45.31, y=77.00, z=41.56], EntityItem['item.item.owlEgg'/1813853, l='MpServer', x=49.13, y=82.00, z=29.66], EntityOwl['Owl'/71, l='MpServer', x=16.13, y=79.00, z=25.66], EntityOwl['Owl'/82, l='MpServer', x=51.76, y=82.00, z=21.00], EntityOwl['Owl'/83, l='MpServer', x=90.47, y=77.00, z=37.47], EntityRabbit['Rabbit'/84, l='MpServer', x=-7.56, y=62.63, z=34.69], EntityItem['item.item.dyePowder.black'/1818703, l='MpServer', x=40.72, y=5.00, z=90.78], EntityItem['item.item.owlEgg'/1812556, l='MpServer', x=10.59, y=66.00, z=30.41], EntityOwl['Owl'/92, l='MpServer', x=-3.25, y=76.00, z=21.81], EntityOwl['Owl'/94, l='MpServer', x=13.41, y=73.00, z=14.47], EntityOwl['Owl'/99, l='MpServer', x=77.19, y=78.94, z=28.19], EntitySquid['Squid'/1848954, l='MpServer', x=76.38, y=52.09, z=103.41], EntityOwl['Owl'/105, l='MpServer', x=39.03, y=77.06, z=21.22], EntityOwl['Owl'/106, l='MpServer', x=22.53, y=77.00, z=23.53], EntityOwl['Owl'/109, l='MpServer', x=31.63, y=83.00, z=29.75], EntityOwl['Owl'/110, l='MpServer', x=35.44, y=85.00, z=30.53], EntityOwl['Owl'/114, l='MpServer', x=53.47, y=81.00, z=21.47], EntityOwl['Owl'/115, l='MpServer', x=78.34, y=80.00, z=20.03], EntityOwl['Owl'/117, l='MpServer', x=57.31, y=73.94, z=43.47], EntityOwl['Owl'/118, l='MpServer', x=75.53, y=81.00, z=27.53], EntityOwl['Owl'/120, l='MpServer', x=55.41, y=75.00, z=24.50], EntityOwl['Owl'/121, l='MpServer', x=59.44, y=78.00, z=32.47], EntityOwl['Owl'/123, l='MpServer', x=18.47, y=77.00, z=23.59], EntityOwl['Owl'/126, l='MpServer', x=58.50, y=78.00, z=32.53], EntityOwl['Owl'/127, l='MpServer', x=88.50, y=83.00, z=22.47], EntityOwl['Owl'/128, l='MpServer', x=74.47, y=81.00, z=29.44], EntityOwl['Owl'/129, l='MpServer', x=89.53, y=75.00, z=37.47], EntityOwl['Owl'/133, l='MpServer', x=45.44, y=82.00, z=32.50], EntityOwl['Owl'/137, l='MpServer', x=49.41, y=81.00, z=23.44], EntityOwl['Owl'/138, l='MpServer', x=22.50, y=78.00, z=32.44], EntityOwl['Owl'/141, l='MpServer', x=66.44, y=79.00, z=33.44], EntitySquid['Squid'/1848722, l='MpServer', x=71.03, y=53.63, z=78.72], EntityOwl['Owl'/142, l='MpServer', x=86.47, y=85.00, z=18.44], EntityOwl['Owl'/143, l='MpServer', x=81.44, y=85.00, z=32.44], EntityOwl['Owl'/144, l='MpServer', x=51.73, y=80.00, z=29.73], EntityBat['Bat'/1855884, l='MpServer', x=10.36, y=11.19, z=73.11], EntitySquid['Squid'/1826699, l='MpServer', x=-34.06, y=59.75, z=138.94], EntityOwl['Owl'/145, l='MpServer', x=63.50, y=79.00, z=20.50], EntityOwl['Owl'/146, l='MpServer', x=74.94, y=87.00, z=30.19], EntityOwl['Owl'/148, l='MpServer', x=69.47, y=81.03, z=34.09], EntityOwl['Owl'/149, l='MpServer', x=81.19, y=84.00, z=19.66], EntityBat['Bat'/1858441, l='MpServer', x=96.02, y=11.04, z=25.15], EntityOwl['Owl'/151, l='MpServer', x=51.53, y=83.00, z=25.13], EntityBat['Bat'/1859204, l='MpServer', x=-42.51, y=35.90, z=100.65], EntityOwl['Owl'/159, l='MpServer', x=77.53, y=79.00, z=30.53], EntityOwl['Owl'/164, l='MpServer', x=82.75, y=82.00, z=22.78], EntityOwl['Owl'/166, l='MpServer', x=50.56, y=82.00, z=22.59], EntityBat['Bat'/1858746, l='MpServer', x=10.22, y=23.55, z=3.52], EntityBat['Bat'/1858747, l='MpServer', x=27.30, y=17.56, z=0.23], EntityOwl['Owl'/168, l='MpServer', x=44.50, y=83.00, z=39.44], EntityItem['item.item.owlEgg'/1834163, l='MpServer', x=53.53, y=83.00, z=23.38], EntityOwl['Owl'/169, l='MpServer', x=75.59, y=87.00, z=30.56], EntityItem['item.item.owlEgg'/1861036, l='MpServer', x=18.97, y=77.00, z=23.28], EntityItem['item.item.owlEgg'/1843626, l='MpServer', x=-12.00, y=77.00, z=24.03], EntityItem['item.item.owlEgg'/1859238, l='MpServer', x=-5.81, y=77.00, z=29.56], EntityItem['item.item.owlEgg'/1824731, l='MpServer', x=46.88, y=81.00, z=22.41], EntityBat['Bat'/1846219, l='MpServer', x=24.66, y=14.96, z=6.20], EntityBat['Bat'/1860292, l='MpServer', x=-30.51, y=34.31, z=98.42], EntityOwl['Owl'/27352, l='MpServer', x=49.44, y=76.00, z=17.47], EntityBat['Bat'/1860295, l='MpServer', x=47.25, y=15.10, z=41.75], EntityItem['item.item.owlEgg'/1815536, l='MpServer', x=17.16, y=77.00, z=28.69], EntityBat['Bat'/1852403, l='MpServer', x=97.19, y=18.31, z=131.70], EntitySquid['Squid'/1848806, l='MpServer', x=58.25, y=51.44, z=104.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:404)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)

-- 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: 540095328 bytes (515 MB) / 3013627904 bytes (2874 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: 66
FML: MCP 9.19 Powered by Forge 11.15.1.1762 Optifine OptiFine_1.8.9_HD_U_H4_pre 50 mods loaded, 50 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{11.15.1.1762} Minecraft Forge
UCHIJAAAA darkevilmac.movingworld.common.asm.coremod{} MovingWorld CORE
UCHIJAAAA AppleCore{1.3.0} AppleCore
UCHIJAAAA MovingWorld{MC1.8.9-INDEV-H} Moving World
UCHIJAAAA ArchimedesShipsPlus{MC1.8.9-INDEV-G} Archimedes' Ships Plus
UCHIJAAAA ArchitectureCraft{1.3.1} ArchitectureCraft
UCHIJAAAA bdlib{1.10.0.30} BD Lib
UCHIJAAAA BetterAchievements{0.1.1} Better Achievements
UCHIJAAAA BetterFoliage{2.0.3} Better Foliage
UCHIJAAAA BiomesOPlenty{3.0.0} Biomes O' Plenty
UCHIJAAAA bookshelfapi{2.3.6} Bookshelf
UCHIJAAAA caterpillar{0.0.0} Caterpillar
UCHIJAAAA cfmce{1.0} MrCrayfish's Furniture Mod: Community Edition
UCHIJAAAA Chameleon{1.8.9-0.2.1} Chameleon
UCHIJAAAA EnderZoo{1.8.9-1.1.3.35} Ender Zoo
UCHIJAAAA mcmultipart{1.0.8} MCMultiPart
UCHIJAAAA reborncore{1.4.3.20} RebornCore
UCHIJAAAA fluxedredstone{1.3.0.31} [FluxedRedstone](Fluxed Redstone-1.3.0.31.jar)
UCHIJAAAA substratum{1.1.0.1} Substratum
UCHIJAAAA foundry{1.4.0.0} Foundry
UCHIJAAAA furnus{1.72} Furnus
UCHIJAAAA pressure{1.3.0.23} Pressure Pipes
UCHIJAAAA advgenerators{0.9.19.8} Advanced Generators
UCHIJAAAA inventorytweaks{1.60-40-e06e29a} Inventory Tweaks
UCHIJAAAA ironbackpacks{1.8-1.0.7} Iron Backpacks
UCHIJAAAA IronChest{6.0.125.770} Iron Chest
UCHIJAAAA JEI{2.28.5.172} Just Enough Items
UCHIJAAAA journeymap{5.1.3} JourneyMap
UCHIJAAAA RadixCore{1.8.9-2.1.0} RadixCore
UCHIJAAAA MCA{1.8.9-5.1.1.2} Minecraft Comes Alive
UCHIJAAAA MissingRecipies{0.1.0} [MissingRecipies](Missing Recipes 0.1.jar)
UCHIJAAAA MoreFurnaces{1.5.0} More Furnaces
UCHIJAAAA cfm{3.6} MrCrayfish's Furniture Mod
UCHIJAAAA neotech{2.4.1} NeoTech
UCHIJAAAA fodc{1.7.2} Ore Dictionary Converter
UCHIJAAAA practicalities{2.0.0-b6} Practicalities
UCHIJAAAA progressiveautomation{1.6.35} Progressive Automation
UCHIJAAAA redstonepaste{1.7.2} Redstone Paste
UCHIJAAAA rftools{4.23beta32} RFTools
UCHIJAAAA Roguelike{1.4.5} Roguelike Dungeons
UCHIJAAAA wuppy29_simplerecipes{1.9.0} [Simple Recipes](Simple Recipes 1.8.0-1.9.0.jar)
UCHIJAAAA SpiceOfLife{1.3.1} The Spice of Life
UCHIJAAAA StorageDrawers{1.8.9-2.4.4} Storage Drawers
UCHIJAAAA storagenetwork{1.8.1} Storage Network
UCHIJAAAA usefulrecipes{1.1} UsefulRecipes
UCHIJAAAA usefulstones{0.2} Useful Stones
UCHIJAAAA Waila{1.6.0} Waila
UCHIJAAAA wawla{1.4.7} What Are We Looking At
Loaded coremods (and transformers):
MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-H-full.jar)

CorePlugin (Fluxed Redstone-1.3.0.31.jar)

BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
FMLPlugin (InventoryTweaks-1.60-40.jar)
invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
squeek.applecore.asm.TransformerModuleHandler
NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar)
net.fybertech.nwr.NowWithRendering
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.91' Renderer: 'GeForce GTX 970/PCIe/SSE2'
List of loaded APIs:
* AppleCoreAPI (2.0.0) from AppleCore-mc1.8.9-1.3.0.jar
* BetterAchievements|API (0.1.1) from BetterAchievements-1.8.9-0.1.1.jar
* CoFHAPI (1.8.9R1.2.0B1) from RebornCore-1.8.9-1.4.3.20-universal.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 Foundry-1.8.9-1.4.0.0.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
* McJtyLib (1.8.9-1.8.1beta8) from mcjtylib-1.8.9-1.8.1beta8.jar
* pressureAPI (1.3.0.23) from pressure-1.3.0.23-mc1.8.9.jar
* reborncoreAPI (1.4.3.20) from RebornCore-1.8.9-1.4.3.20-universal.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
* WailaAPI (1.3) from Waila-1.6.0-B3_1.8.8.jar
Launched Version: 1.8.9-forge1.8.9-11.15.1.1762
LWJGL: 2.9.4
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.91, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Invictus-2.1.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
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

A few requests

Hello, I wanted to say thanks a lot you made this mod >.<

I had a few requests though, may we have an autocrafting cable thing and an autocrafting table for crafting that we can use with the system ?

May we have / I backport this gem to 1.7.10 ? ( actually, if you want, may we have a talk to merge dev teams ? Speiger and me had the logistic storage project but we couldn't finish due to lack of devs... )

IC2 classic eu support :3

:D

[Issue] Crash with Storage Drawers

Hey @MrRiegel,

I tried to use an Storage Cable on a Storage Controller connected to a set of Compactors. The Network seem to show the items only if the "Cable Controller" is near the Storage Cable but it worked. Sadly I got an crash soon I tried to put things back into it: http://pastebin.com/ry1TncvC
Pulling out e.g. Iron worked flawless....

access_denied

Cable Master related crash when moving/teleporting away from area with storage network.

Minecraft 1.8.9
Mod Version: 1.8.0
Forge 11.15.1.1764

Full Crash Report: http://pastebin.com/46yjMRvX

When flying or teleporting away from the Cable Master I sometimes crash. Not consistent. Chunk is loaded server-side. When it happens, I cannot log back in again unless someone comes over and breaks the Cable Master, waits for me to login, and then places it again. The crash will repeatedly occur until these steps are followed.

Thanks.

Vacuum Cable causes crash on server

Placing the cable was fine, but as soon as it tried to grab something from the world (zombie flesh in my case) the server would crash.

Crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
thaumicinfusion (ThaumicInfusion-4.77.jar)
LoadingPlugin (FastLeaveDecay-1.2.jar)
FMLPlugin (InventoryTweaks-1.60-dev-28.jar)
LoadingPlugin (RandomThings-MC1.8.8-3.5.7.jar)
CorePlugin (Fluxed Redstone-1.1.0.16.jar)
ThaumcraftLoader (Thaumcraft-1.8.9-5.1.4-dp.jar)
dsurroundcore (DynamicSurroundings-1.8.9-2.0.3.2.jar)
DCLoadingPlugin (DummyCore-2.2.189.0.jar)
Contact their authors BEFORE contacting forge

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

Time: 1/30/16 2:54 AM
Description: Ticking block entity

java.lang.NoSuchMethodError: net.minecraft.entity.item.EntityItem.func_174872_o()I
at mrriegel.storagenetwork.tile.TileMaster.vacuum(TileMaster.java:263)
at mrriegel.storagenetwork.tile.TileMaster.func_73660_a(TileMaster.java:624)
at net.minecraft.world.World.func_72939_s(World.java:1716)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:544)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
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 mrriegel.storagenetwork.tile.TileMaster.vacuum(TileMaster.java:263)
at mrriegel.storagenetwork.tile.TileMaster.func_73660_a(TileMaster.java:624)

-- Block entity being ticked --
Details:
Name: tileMaster // mrriegel.storagenetwork.tile.TileMaster
Block type: ID #1503 (tile.storagenetwork:master // mrriegel.storagenetwork.blocks.BlockMaster)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (307,69,-710), Chunk: (at 3,4,10 in 19,-45; contains blocks 304,0,-720 to 319,255,-705), Region: (0,-2; contains chunks 0,-64 to 31,-33, blocks 0,0,-1024 to 511,255,-513)
Actual block type: ID #1503 (tile.storagenetwork:master // mrriegel.storagenetwork.blocks.BlockMaster)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1716)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:544)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['darkphan'/2624, l='world', x=307.08, y=69.00, z=-710.45]]
Chunk stats: ServerChunkCache: 699 Drop: 0
Level seed: -9075732850327884178
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: -252.00,64.00,-128.00 - World: (-252,64,-128), Chunk: (at 4,4,0 in -16,-8; contains blocks -256,0,-128 to -241,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 18853680 game time, 12390339 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 94652 (now: false), thunder time: 132930 (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:701)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
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: Linux (amd64) version 3.10.0-229.14.1.el7.x86_64
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 15207544 bytes (14 MB) / 564957184 bytes (538 MB) up to 2075918336 bytes (1979 MB)
JVM Flags: 9 total; -Xms512M -Xmx2048M -XX:PermSize=256M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
FML: MCP 9.19 Powered by Forge 11.15.1.1722 65 mods loaded, 65 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{11.15.1.1722} Minecraft Forge
UCHIJAAAA Baubles{1.1.3.0} Baubles
UCHIJAAAA aura{unspecified} Aura Cascade
UCHIJAAAA basemetals{1.6.0} Base Metals
UCHIJAAAA BloodMagic{1.8.9-2.0.0-10} Blood Magic: Alchemical Wizardry
UCHIJAAAA Botania{r1.8-249} Botania
UCHIJAAAA BuildCraft|Core{7.2.0-pre6} BuildCraft
UCHIJAAAA BuildCraft|Transport{7.2.0-pre6} BC Transport
UCHIJAAAA BuildCraft|Factory{7.2.0-pre6} BC Factory
UCHIJAAAA BuildCraft|Silicon{7.2.0-pre6} BC Silicon
UCHIJAAAA BuildCraft|Robotics{7.2.0-pre6} BC Robotics
UCHIJAAAA BuildCraft|Energy{7.2.0-pre6} BC Energy
UCHIJAAAA BuildCraft|Builders{7.2.0-pre6} BC Builders
UCHIJAAAA Chameleon{1.8.9-0.2.1} Chameleon
UCHIJAAAA mcmultipart{1.0.5} MCMultiPart
UCHIJAAAA CharsetLib{0.2.1} รขโ‚ฌยฝ
UCHIJAAAA CharsetTweaks{0.2.1} *
UCHIJAAAA CharsetWires{0.2.1} +
UCHIJAAAA CharsetAudio{0.2.1} รขโ„ขยซ
UCHIJAAAA CharsetStorage{0.2.1} #
UCHIJAAAA CharsetPipes{0.2.1} |
UCHIJAAAA CharsetGates{0.2.1} &
UCHIJAAAA chiselsandbits{mc1.8.9-v1.8.4} Chisels & Bits
UCHIJAAAA ComputerCraft{1.78} ComputerCraft
UCHIJAAAA DummyCore{2.2.189.0.} DummyCore
UCHIJAAAA dsurround{2.0.3.2} Dynamic Surroundings
UCHIJAAAA ExtraBitManipulation{1.8.9-1.3.3} Extra Bit Manipulation
UCHIJAAAA ezstorage{1.0} EZ Storage
UCHIJAAAA FastLeaveDecay{1.1} Fast Leave Decay
UCHIJAAAA flatcoloredblocks{mc1.8.9-v1.3} Flat Colored Blocks
UCHIJAAAA reborncore{1.4.0.13} RebornCore
UCHIJAAAA fluxedredstone{1.1.0.16} [FluxedRedstone](Fluxed Redstone-1.1.0.16.jar)
UCHIJAAAA fluxedsolars{$GRADLEVERSION} Fluxed Solars
UCHIJAAAA graves{1.8.9-b30-universal} Graves Mod
UCHIJAAAA inventorysorter{0.7.1+23} Simple Inventory sorting
UCHIJAAAA inventorytweaks{1.60-dev-28-3253249} Inventory Tweaks
UCHIJAAAA ironbackpacks{1.8-1.0.7} Iron Backpacks
UCHIJAAAA IronChest{6.0.119.765} Iron Chest
UCHIJAAAA JEI{2.24.0.109} Just Enough Items
UCHIJAAAA journeymap{5.1.3} JourneyMap
UCHIJAAAA mantle{1.8.9-0.7.jenkins72} Mantle
UCHIJAAAA Morpheus{1.8.9-2.0.57} Morpheus
UCHIJAAAA playerrugs{0.0.1} Player Rugs
UCHIJAAAA PneumaticCraft{1.13.0 - err} PneumaticCraft
UCHIJAAAA poweradvantage{1.4.4} Power Advantage
UCHIJAAAA practicalities{2.0.0-b6} Practicalities
UCHIJAAAA progressiveautomation{1.6.31} Progressive Automation
UCHIJAAAA RandomThings{3.5.7} Random Things
UCHIJAAAA rftools{4.20beta14} RFTools
UCHIJAAAA rftoolsdim{4.20beta15} RFTools Dimensions
UCHIJAAAA sem{1.4.3} Steam Engines Mod
UCHIJAAAA semmagie{1.4.3} Steam Engines Mod - Magie Addon
UCHIJAAAA steamadvantage{1.5.1} Steam Advantage
UCHIJAAAA StorageDrawers{1.8.9-2.2.1} Storage Drawers
UCHIJAAAA storagenetwork{1.21} Storage Network
UCHIJAAAA tconstruct{1.8.9-2.0.2.jenkins61} Tinkers' Construct
UCHIJAAAA Thaumcraft{5.1.4} Thaumcraft
UCHIJAAAA thaumicbases{1.4.189.21} Thaumic Bases
UCHIJAAAA thaumicinfusion{4.77} Thaumic Infusion
UCHIJAAAA thaumicstorage{0.2.1.1} Thaumic Storage
UCHIJAAAA unlogicii{4.1.0.42} UnLogic II
UCHIJAAAA unlogiciivc{1.5} UnLogic II Version Checker
UCHIJAAAA Waila{1.6.0} Waila
Loaded coremods (and transformers):
thaumicinfusion (ThaumicInfusion-4.77.jar)
drunkmafia.thaumicinfusion.common.asm.BlockTransformer
drunkmafia.thaumicinfusion.common.asm.WorldTransformer
LoadingPlugin (FastLeaveDecay-1.2.jar)
lumien.fastleavedecay.asm.ClassTransformer
FMLPlugin (InventoryTweaks-1.60-dev-28.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.8.8-3.5.7.jar)
lumien.randomthings.asm.ClassTransformer
CorePlugin (Fluxed Redstone-1.1.0.16.jar)

ThaumcraftLoader (Thaumcraft-1.8.9-5.1.4-dp.jar)

dsurroundcore (DynamicSurroundings-1.8.9-2.0.3.2.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
DCLoadingPlugin (DummyCore-2.2.189.0.jar)
DummyCore.ASM.DCASMManager
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- TinkerDebug (Enabled/Not Forced)

[DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''DummyCore''Thaumic Infusion'
Profiler Position: N/A (disabled)
Player Count: 1 / 20; [EntityPlayerMP['darkphan'/2624, l='world', x=307.08, y=69.00, z=-710.45]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

[1.8.0] Speed upgrade in fluid import cable doesn't work properly

There you go ;). As in title, it works at the begining then stops pretty fast and fluids starts to move at standard - very slow, speed.
By the way fluid transfer is a little bit too slow in my opinion especially that network can drain from one tank at once.

crash that won't let me even open the map again.

Time: 3/9/16 3:55 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at net.minecraft.world.World.func_175701_a(World.java:199)
at net.minecraft.world.World.func_175625_s(World.java:2271)
at mrriegel.storagenetwork.tile.TileRequest.func_73660_a(TileRequest.java:52)
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.minecraft.world.World.func_175701_a(World.java:199)
at net.minecraft.world.World.func_175625_s(World.java:2271)
at mrriegel.storagenetwork.tile.TileRequest.func_73660_a(TileRequest.java:52)

-- Block entity being ticked --
Details:
Name: tileRequest // mrriegel.storagenetwork.tile.TileRequest
Block type: ID #658 (tile.storagenetwork:request // mrriegel.storagenetwork.blocks.BlockRequest)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-260,63,219), Chunk: (at 12,3,11 in -17,13; contains blocks -272,0,208 to -257,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #658 (tile.storagenetwork:request // mrriegel.storagenetwork.blocks.BlockRequest)
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)

[DEV] Stock upgrade.

Just tried, fantastic.
I think that making it work with " Operational " would extend greatly functionality towards precision uses.
Same goes for defining the number of items. Instead of a global value let users define each item separately by modifying number of items in filter slots for example. - yeah, that would make it work together without gui clutter and modyfications.
I hope you will not hate me @MrRiegel for all these suggestions ๐Ÿ˜…

Storage Network version 1.9

Storage/Export Cables working on separate machine's meaning they aren't connected to the same block or sharing machine's don't function at all. Example I have a set of storage drawers set up in a line horizontally I have storage cables on them, If I have them spaced apart with one block in between them the network recognizes them but if they are touching and there is no space between them the network doesn't recognize them.

[SERVER] [CRASH] java.lang.NoSuchMethodError: .../minecraft/creativetab/CreativeTabs

Upon loading a custom modpack using this and a few other 1.8.9 mods, I receive the following fatal crash, which seems to indicate you're calling a client-side method on the dedicated server running this mod. (Very similar to this issue with another mod, if that helps any.) Not quite sure why it isn't reported elsewhere, or what may be causing this issue in this pack.

---- Minecraft Crash Report ----

WARNING: coremods are present:
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.4.jar)
MalisisCorePlugin (malisiscore-1.8.9-2.1.6.jar)
IC2core (industrialcraft-2-2.3.247-ex18.jar)
LoadingPlugin (FastLeaveDecay-1.2.jar)
LoadingPlugin (HardcoreDarkness-MC1.8.8-1.8.jar)
LoadingPlugin (RandomThings-MC1.8.9-3.6.6.jar)
Contact their authors BEFORE contacting forge

// Sorry :(

Time: 5/19/16 6:09 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.item.Item.func_77640_w()Lnet/minecraft/creativetab/CreativeTabs;
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:325)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:205)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: net.minecraft.item.Item.func_77640_w()Lnet/minecraft/creativetab/CreativeTabs;
at mrriegel.storagenetwork.helper.Util.init(Util.java:47)
at mrriegel.storagenetwork.proxy.CommonProxy.postInit(CommonProxy.java:32)
at mrriegel.storagenetwork.StorageNetwork.postInit(StorageNetwork.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at 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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742)
... 5 more

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

-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Linux (amd64) version 2.6.32-431.el6.x86_64
Java Version: 1.8.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3397556152 bytes (3240 MB) / 3952607232 bytes (3769 MB) up to 3952607232 bytes (3769 MB)
JVM Flags: 3 total; -Xmx4096M -Xms4096M -XX:MaxPermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1875 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
UCHIJ mcp{9.19} Minecraft Coder Pack
UCHIJ FML{8.0.99.99} Forge Mod Loader
UCHIJ Forge{11.15.1.1875} Minecraft Forge
UCHIJ archmagus{0.8.0} Archmagus
UCHIJ Baubles{1.1.3.0} Baubles
UCHIJ aura{592} Aura Cascade
UCHIJ BiomesOPlenty{3.0.0} Biomes O' Plenty
UCHIJ BloodMagic{1.8.9-2.0.0-20} Blood Magic: Alchemical Wizardry
UCHIJ BuildCraft|Core{7.2.6} BuildCraft
UCHIJ BuildCraft|Silicon{7.2.6} BC Silicon
UCHIJ BuildCraft|Transport{7.2.6} BC Transport
UCHIJ BuildCraft|Builders{7.2.6} BC Builders
UCHIJ BuildCraft|Energy{7.2.6} BC Energy
UCHIJ BuildCraft|Robotics{7.2.6} BC Robotics
UCHIJ BuildCraft|Factory{7.2.6} BC Factory
UCHIJ Chameleon{1.8.9-1.1.2} Chameleon
UCHIJ chisel{@Version@} Chisel
UCHIJ ComputerCraft{1.78} ComputerCraft
UCHIJ FastLeaveDecay{1.1} Fast Leave Decay
UCHIJ GraveStone{1.0.0} GraveStone
UCHIJ HardcoreDarkness{1.8} Hardcore Darkness
UCHIJ mantle{1.8.9-0.9.2.jenkins102} Mantle
UCHIJ tconstruct{1.8.9-2.2.1.jenkins1005} Tinkers' Construct
UCHIJ ImmersiveEngineering{0.8-26} Immersive Engineering
UCHIJ IC2{2.3.247-ex18} IndustrialCraft 2
UCHIJ InfernalMobs{1.6.6} Infernal Mobs
UCHIJ IronChest{6.0.125.770} Iron Chest
UCHIJ lucky{7.0.2} Lucky Block
UCHIJ malisiscore{1.8.9-2.1.6} MalisisCore
UCHIJ malisisdoors{1.8.9-3.1.4} MalisisDoors
UCHIJ testdummy{1.0} MmmMmmMmmMmm
UCHIJ progressiveautomation{1.6.44} Progressive Automation
UCHIJ ProjectE{1.8.9-PE1.1.4} ProjectE
UCHIJ Psi{beta-23} Psi
UCHIJ quantumflux{2.0.1} QuantumFlux
UCHIJ randomthings{3.6.6} Random Things
UCHIJ SoulShardsTOW{1.8.9-2.2.8-16} Soul Shards - The Old Ways
UCHIJ StorageDrawers{1.8.9-2.6.4} Storage Drawers
UCHIE storagenetwork{1.10.0} Storage Network
UCHIJ Thaumcraft{5.2.4} Thaumcraft
UCHIJ Waila{1.6.0} Waila
UCHIJ YALSM{2.1.5} Yet Another Leather Smelting Mod
UCHIJ denseores{1.0} denseores
Loaded coremods (and transformers):
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.4.jar)

MalisisCorePlugin (malisiscore-1.8.9-2.1.6.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
IC2core (industrialcraft-2-2.3.247-ex18.jar)

LoadingPlugin (FastLeaveDecay-1.2.jar)
lumien.fastleavedecay.asm.ClassTransformer
LoadingPlugin (HardcoreDarkness-MC1.8.8-1.8.jar)
lumien.hardcoredarkness.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.8.9-3.6.6.jar)
lumien.randomthings.asm.ClassTransformer
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)

Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

testing fluids, got a little crash

using version 1.8.9 - 1.8.0

I had a fluid import block (red one) and I removed a block that was attached to it and the replaced that block with another which should not have a connection and it crashed.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-H-full.jar)
  CorePlugin (Fluxed Redstone-1.3.0.31.jar)
  BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
  FMLPlugin (InventoryTweaks-1.60-beta-38.jar)
  AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
  NowWithRendering (redstonepaste-mc1.8.8-1.7.2.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 3/16/16 11:20 AM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
    at mrriegel.storagenetwork.tile.TileMaster.fimpor(TileMaster.java:762)
    at mrriegel.storagenetwork.tile.TileMaster.func_73660_a(TileMaster.java:1066)
    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 mrriegel.storagenetwork.tile.TileMaster.fimpor(TileMaster.java:762)
    at mrriegel.storagenetwork.tile.TileMaster.func_73660_a(TileMaster.java:1066)

-- Block entity being ticked --
Details:
    Name: tileMaster // mrriegel.storagenetwork.tile.TileMaster
    Block type: ID #728 (tile.storagenetwork:master // mrriegel.storagenetwork.blocks.BlockMaster)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (24,64,69), Chunk: (at 8,4,5 in 1,4; contains blocks 16,0,64 to 31,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Actual block type: ID #728 (tile.storagenetwork:master // mrriegel.storagenetwork.blocks.BlockMaster)
    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: Brand new world
    All players: 1 total; [EntityPlayerMP['winsrp'/4838140, l='Brand new world', x=29.46, y=68.69, z=72.42]]
    Chunk stats: ServerChunkCache: 1190 Drop: 0
    Level seed: 3239291013610220986
    Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
    Level generator options: {"landScheme":"archipelago","tempScheme":"small_zones","rainScheme":"medium_zones","biomeSize":"small","amplitude":1.0,"generateBopOre":true,"generateBopSoils":true,"generateBopTrees":true,"generateBopGrasses":true,"generateBopFoliage":true,"generateBopFlowers":true,"generateBopPlants":true,"generateBopWaterPlants":true,"generateBopMushrooms":true,"generateRockFormations":true,"generatePoisonIvy":true,"generateFlax":true,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateNetherPlants":true,"generateEndFeatures":true}
    Level spawn location: 48.00,64.00,168.00 - World: (48,64,168), Chunk: (at 0,4,8 in 3,10; contains blocks 48,0,160 to 63,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 593630 game time, 6191 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: true. Cheats: false
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: 420293752 bytes (400 MB) / 3237613568 bytes (3087 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: 66
    FML: MCP 9.19 Powered by Forge 11.15.1.1762 Optifine OptiFine_1.8.9_HD_U_H4_pre 50 mods loaded, 50 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAAAAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAAAAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1762.jar) 
    UCHIJAAAAAAAAAAAAAA Forge{11.15.1.1762} [Minecraft Forge] (forge-1.8.9-11.15.1.1762.jar) 
    UCHIJAAAAAAAAAAAAAA darkevilmac.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar) 
    UCHIJAAAAAAAAAAAAAA AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.8.9-1.3.0.jar) 
    UCHIJAAAAAAAAAAAAAA MovingWorld{MC1.8.9-INDEV-H} [Moving World] (movingworld-MC1.8.9-INDEV-H-full.jar) 
    UCHIJAAAAAAAAAAAAAA ArchimedesShipsPlus{MC1.8.9-INDEV-G} [Archimedes' Ships Plus] (archimedesshipsplus-MC1.8.9-INDEV-G.jar) 
    UCHIJAAAAAAAAAAAAAA ArchitectureCraft{1.3.1} [ArchitectureCraft] (ArchitectureCraft-1.3.1-mc1.8.9.jar) 
    UCHIJAAAAAAAAAAAAAA bdlib{1.10.0.30} [BD Lib] (bdlib-1.10.0.30-mc1.8.9.jar) 
    UCHIJAAAAAAAAAAAAAA BetterAchievements{0.1.1} [Better Achievements] (BetterAchievements-1.8.9-0.1.1.jar) 
    UCHIJAAAAAAAAAAAAAA BetterFoliage{2.0.3} [Better Foliage] (BetterFoliage-MC1.8.x-2.0.3.jar) 
    UCHIJAAAAAAAAAAAAAA BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8.9-3.0.0.1926-universal.jar) 
    UCHIJAAAAAAAAAAAAAA bookshelfapi{2.3.6} [Bookshelf] (Bookshelf-API-1.8.9-2.3.6.jar) 
    UCHIJAAAAAAAAAAAAAA caterpillar{0.0.0} [Caterpillar] (Caterpillar-1.2.189b76.jar) 
    UCHIJAAAAAAAAAAAAAA cfmce{1.0} [MrCrayfish's Furniture Mod: Community Edition] (cfmce-1.0-mc1.8.9.jar) 
    UCHIJAAAAAAAAAAAAAA Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar) 
    UCHIJAAAAAAAAAAAAAA EnderZoo{1.8.9-1.1.3.35} [Ender Zoo] (EnderZoo-1.8.9-1.1.3.35.jar) 
    UCHIJAAAAAAAAAAAAAA mcmultipart{1.0.8} [MCMultiPart] (MCMultiPart-1.0.8-universal.jar) 
    UCHIJAAAAAAAAAAAAAA reborncore{1.4.3.20} [RebornCore] (RebornCore-1.8.9-1.4.3.20-universal.jar) 
    UCHIJAAAAAAAAAAAAAA fluxedredstone{1.3.0.31} [FluxedRedstone] (Fluxed Redstone-1.3.0.31.jar) 
    UCHIJAAAAAAAAAAAAAA substratum{1.1.0.1} [Substratum] (Substratum-1.8.9-1.1.0.1.jar) 
    UCHIJAAAAAAAAAAAAAA foundry{1.4.0.0} [Foundry] (Foundry-1.8.9-1.4.0.0.jar) 
    UCHIJAAAAAAAAAAAAAA furnus{1.72} [Furnus] (Furnus-1.8.9-1.72.jar) 
    UCHIJAAAAAAAAAAAAAA pressure{1.3.0.22} [Pressure Pipes] (pressure-1.3.0.22-mc1.8.9.jar) 
    UCHIJAAAAAAAAAAAAAA advgenerators{0.9.19.8} [Advanced Generators] (generators-0.9.19.8-mc1.8.9.jar) 
    UCHIJAAAAAAAAAAAAAA inventorytweaks{1.60-beta-38-b8950ce} [Inventory Tweaks] (InventoryTweaks-1.60-beta-38.jar) 
    UCHIJAAAAAAAAAAAAAA ironbackpacks{1.8-1.0.7} [Iron Backpacks] (IronBackpacks-1.8-1.0.7.jar) 
    UCHIJAAAAAAAAAAAAAA IronChest{6.0.125.770} [Iron Chest] (ironchest-1.8.9-6.0.125.770.jar) 
    UCHIJAAAAAAAAAAAAAA JEI{2.28.5.172} [Just Enough Items] (jei_1.8.9-2.28.5.172.jar) 
    UCHIJAAAAAAAAAAAAAA journeymap{5.1.3} [JourneyMap] (journeymap-1.8.8-5.1.3-unlimited.jar) 
    UCHIJAAAAAAAAAAAAAA RadixCore{1.8.9-2.1.0} [RadixCore] (RadixCore-1.8.9-2.1.0-universal.jar) 
    UCHIJAAAAAAAAAAAAAA MCA{1.8.9-5.1.1.2} [Minecraft Comes Alive] (MCA-1.8.9-5.1.1.2-universal.jar) 
    UCHIJAAAAAAAAAAAAAA MissingRecipies{0.1.0} [MissingRecipies] (Missing Recipes 0.1.jar) 
    UCHIJAAAAAAAAAAAAAA MoreFurnaces{1.5.0} [More Furnaces] (MoreFurnaces-1.5.0-MC1.8.9.jar) 
    UCHIJAAAAAAAAAAAAAA cfm{3.6} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.6.1(1.8.9).jar) 
    UCHIJAAAAAAAAAAAAAA neotech{2.4.1} [NeoTech] (NeoTech-1.8.9-2.4.1.jar) 
    UCHIJAAAAAAAAAAAAAA fodc{1.7.2} [Ore Dictionary Converter] (OreDictionaryConverter-1.7.2.jar) 
    UCHIJAAAAAAAAAAAAAA practicalities{2.0.0-b6} [Practicalities] (practicalities-1.8.9-2.0.0-b6.jar) 
    UCHIJAAAAAAAAAAAAAA progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.8.9-1.6.35.jar) 
    UCHIJAAAAAAAAAAAAAA redstonepaste{1.7.2} [Redstone Paste] (redstonepaste-mc1.8.8-1.7.2.jar) 
    UCHIJAAAAAAAAAAAAAA rftools{4.23beta32} [RFTools] (rftools-1.8.9-4.23beta32.jar) 
    UCHIJAAAAAAAAAAAAAA Roguelike{1.4.5} [Roguelike Dungeons] (RoguelikeDungeons-1.8.9-1.4.5.jar) 
    UCHIJAAAAAAAAAAAAAA wuppy29_simplerecipes{1.9.0} [Simple Recipes] (Simple Recipes 1.8.0-1.9.0.jar) 
    UCHIJAAAAAAAAAAAAAA SpiceOfLife{1.3.1} [The Spice of Life] (SpiceOfLife-mc1.8.9-1.3.1.jar) 
    UCHIJAAAAAAAAAAAAAA StorageDrawers{1.8.9-2.4.4} [Storage Drawers] (StorageDrawers-1.8.9-2.4.4.jar) 
    UCHIJAAAAAAAAAAAAAA storagenetwork{1.8.0} [Storage Network] (StorageNetwork-1.8.9-1.8.0.jar) 
    UCHIJAAAAAAAAAAAAAA usefulrecipes{1.1} [UsefulRecipes] (UsefulRecipes-1.1.0(1.8.9).jar) 
    UCHIJAAAAAAAAAAAAAA usefulstones{0.2} [Useful Stones] (UsefulStones_0.2-MCv1.8.9.jar) 
    UCHIJAAAAAAAAAAAAAA Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar) 
    UCHIJAAAAAAAAAAAAAA wawla{1.4.7} [What Are We Looking At] (Wawla-1.4.7-1.8+.jar) 
    Loaded coremods (and transformers): 
MovingWorldCoreMod (movingworld-MC1.8.9-INDEV-H-full.jar)

CorePlugin (Fluxed Redstone-1.3.0.31.jar)

BetterFoliageLoader (BetterFoliage-MC1.8.x-2.0.3.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
FMLPlugin (InventoryTweaks-1.60-beta-38.jar)
  invtweaks.forge.asm.ContainerTransformer
AppleCore (AppleCore-mc1.8.9-1.3.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
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: 
        * AppleCoreAPI (2.0.0) from AppleCore-mc1.8.9-1.3.0.jar
        * BetterAchievements|API (0.1.1) from BetterAchievements-1.8.9-0.1.1.jar
        * CoFHAPI (1.8.9R1.2.0B1) from RebornCore-1.8.9-1.4.3.20-universal.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.8.0.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
        * McJtyLib (1.8.9-1.8.1beta8) from mcjtylib-1.8.9-1.8.1beta8.jar
        * pressureAPI (1.3.0.22) from pressure-1.3.0.22-mc1.8.9.jar
        * reborncoreAPI (1.4.3.20) from RebornCore-1.8.9-1.4.3.20-universal.jar
        * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.8.9-2.4.4.jar
        * WailaAPI (1.3) from Waila-1.6.0-B3_1.8.8.jar
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['winsrp'/4838140, l='Brand new world', x=29.46, y=68.69, z=72.42]]
    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

Non stackable items getting stacked, and broken items getting fixed

So here are 2 issues, kind of related.

Lets say you have 5 pickaxes of the same time, if you extract them using the accessors, they come out in a stack, when you put them back in the chest (manually) they stay stacked, handy for saving space but should not happen. Same with buckets, water buckets, lava buckets, etc.

Now lets say you have 2 pickaxes at 1 durability each (about to be broken), they come out in a stack, when you use them, the one being used breaks, but the other one stays with full health now!.

I think that removing the staking item should fix this (main rule should be, if the items cannot be normally stacked, don't display it as a stacked item in the accessor), happens for all 3 of them.

Compatibility issue with recent JEI versions

java.lang.NoSuchMethodError: mezz.jei.gui.ingredients.GuiIngredient.getAll()Ljava/util/List;
    at mrriegel.storagenetwork.jei.RecipeTransferHandler.transferRecipe(RecipeTransferHandler.java:57)
    at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:36)
    at mezz.jei.transfer.RecipeTransferUtil.transferRecipe(RecipeTransferUtil.java:21)
    at mezz.jei.gui.RecipesGui.func_146284_a(RecipesGui.java:319)
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:466)
    at mezz.jei.gui.RecipesGui.func_73864_a(RecipesGui.java:247)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
    at mezz.jei.gui.RecipesGui.func_146274_d(RecipesGui.java:223)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:523)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Happens whenever a player tries to insert a crafting recipe into the request table.

Inconsistent connection behaviour

Cables seem to use a system for connecting to inventories that I don't understand.
They sometimes don't connect to valid inventories.
Example:
https://dl.dropboxusercontent.com/s/0342j08z854pxy8/javaw_2016-06-16_12-34-26.png?dl=0
The 2 Storage Cables on the left connect to the 1x Storage Drawer, while the one on the right doesn't.
Is it because it's next to the Farm, because it doesn't know which inventory to connect to?

What about adding some way to force the cable to connect to one of the Inventories in such cases?

Minecraft version used is 1.9.4, Mod version is 1.11.2

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.