mojira.dev
MC-5976

Can´t fill completly a double chest with the hopper

Linked issues

Comments 11

This is not really a bug, it is because double chests are actually just 2 chests next to eachother, each with their contents. The combining is merely visual. But I would really like to see the filling of double chests added too!

This isn't a bug. Both chests have actually 2 classes each. The BlockChest.class and BlockDoubleChest.class (OR some class like that) With it having an double class, it is impossible to add it to both chests as it would go for the first class which would be BlockChest.class. You can do this by adding two Hoppers though.

no it's a bug. you can see the proof when you open a large chest. you will see the inside consists out of one large gap instead of 2 gaps. so they really merged. it's probaply just a minor bug in the code. they overlooked it

But the hit boxes are directed to BlockDoubleChest.class. Not BlockChest.class. That what makes it render and act as BlockDoubleChest.class and not BlockChest.class. But when using those features, it goes to the first possible solution which is using BlockChest.class. Anyways like I said to fix it, just add an second one.

It's indeed possible to use a second hopper to drain items out of a large chest by making one hopper drain into the other, however there is no effective way to do the same thing with a double chest. For instance, I have a Minecart system to transport good from the mine to the surface, and when the minecart gets to the top I want it to drain into a large chest, but it can only fill up one side unless I jimmy rig up some sort of contraption to move it back and forth based on which side of the chest has more in it, and I'm not sure if that's even possible. Which to me makes it a bug, because it doesn't interact with the blocks in the way you would expect it to interact.

1 more comments

Maybe you want half to be one type of block and half to be something other?

@Xavier It would be better and more organized to have a pipe and filter system if you wanted to separate contents. I vote for this as a bug in the sense that it's an undesired behavior.

Having to rig up hoppers to feed into both sides of a double chest at the same is annoying since they only fill one side.

still in 13w02a. please update

Fixed as of 13w02b.

Jay2006

(Unassigned)

Confirmed

Snapshot 13w01a, Snapshot 13w01b, Snapshot 13w02a

Snapshot 13w02b

Retrieved