Craig Martin

(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


Incomplete

This documentation is incomplete


back