OpenMods / OpenPeripheral

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

mystcraft writingdesk pullNotebookPage fails to move page from chest #109

Closed mindwhip closed 10 years ago

mindwhip commented 10 years ago

With a chest above the writing desk (wrapped as desk), an empty notebook in notebook slot 1 and a page in the chest slot 1 of the chest the following lua statement returns 0 and moves 0 items when it should move the page to the notebook. I have also tried notebooks with pages and different pages/slots/full chest and none seem to work.

desk.pullNotbookPage(1,"up",1,1)

boq commented 10 years ago

Fixed in 9f20911421e09cf9250bcf9567d3d6e05fbfb310. It's now desk.pullNotbookPage(1,"up",1) (maxAmount other than 1 silently deleted pages)