cdkrot / Mechanics

[old and abandoned] Mechanics Mod (Minecraft)
GNU General Public License v3.0
0 stars 1 forks source link

Make a 'blank copy' for the filter stack. #4

Closed octylFractal closed 10 years ago

cdkrot commented 10 years ago

Almost done.

cdkrot commented 10 years ago

Closed in commit above.

octylFractal commented 10 years ago

Still a problem here: If a hopper or something similar tries to put something in, it succeeds but there is now no item.

octylFractal commented 10 years ago

Potential fix: Implement ISidedInventory and return an empty array for the slot values.

cdkrot commented 10 years ago

agree.

cdkrot commented 10 years ago

Not happens now.

octylFractal commented 10 years ago

Perfect.