(Official) LUA Scripting Documentation
copy_inventory
Copy a block’s inventory to another block.
Spec:
copy_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 copy. If omitted, all items will be copiedqty: The quantity of the item to copy. If omitted, all of the item will be copied
Incomplete
This documentation is incomplete