copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
58 stars 33 forks source link

Item Duplication when doing Extra Utilities Autocrafting with Storage Crates #245

Closed fraenkelc closed 10 years ago

fraenkelc commented 10 years ago

Hi, I've opened this bug first with Extra Utilities, but after testing a similar setup with Jabba barrels (where everything worked as expected) and a reply from rwtema I thought I'd try placing it here. (see https://github.com/rwtema/extrautilities/issues/306 )

Extra utilities autocrafting pulls an item from each of the nine inventories behind it and crafts the matching recipe. When this autocrafting mechanic is used with connected Storage Crates a single item will be used for all (connected) slots. This allows for crafting an octuple compressed cobblestone from a single piece of cobble. This also allows for duplication of other items that can be crafted into blocks or require multiple items of the same type (Iron, Gold, ...). 2014-09-12_02 09 02 crate result

Tested with versions: extrautilities 1.1.0i BetterStorage 1.7.10-0.9.4.111

copygirl commented 10 years ago

Please test with 0.10.x, there's been some adjustments to crate interaction.

Looking at the code, if you use decrStackSize, there might be a stack left a stackSize of 0 left, not sure if that could be the source of the problem.

fraenkelc commented 10 years ago

I retested this with build 113. The problem still occurs. btw: that build lists its version ingame as 0.10.0.112-dev

copygirl commented 10 years ago

Might be fixed in 14e6762 ?

fraenkelc commented 10 years ago

I've retested with the most recent version (115) and that fixes the item duplication problem :)

copygirl commented 10 years ago

Awesome!