(Official) LUA Scripting Documentation
move_inventory
Move (transfer) a block inventory to another block.
Spec:
move_inventory(
long x1,
long y1,
long z1,
long x2,
long y2,
long z2,
long item_id,
long qty)
Parameters
x1: The x component of the source block map pointy1: The y component of the source block map pointz1: The z component of the source block map pointx2: The x component of the destination block map pointy2: The y component of the destination block map pointz2: The z component of the destination block map pointitem_id: The item_id to move. If omitted, all items will be movedqty: The quantity of the item to move. If omitted, all of the item will be moved
Incomplete
This documentation is incomplete