Craig Martin

(Official) LUA Scripting Documentation

add_region_inventory

Add or subtract a quantity of an item to/from all block inventories in a cubic region.


Spec:

add_region_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