OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

pullItem pushItm by default targets only 1. slot #129

Closed Testeris010 closed 10 years ago

Testeris010 commented 10 years ago

In latest version (0.3.1) pull and push functions stoped placing items intelligently, in older versions items was placed in first empty slot of target inventary or in non full stack slot of same item if such existed. Now item is placed only in 1. slot. Basicly pushItem("up", 1, 5) is the same as pushItemIntoSlot("up", 1, 5, 1)

mikeemoo commented 10 years ago

This is already fixed.

theoriginalbit commented 10 years ago

then close it @mikeemoo

mikeemoo commented 10 years ago

I was waiting for the morning where I'd have time to find the commit to confirm.