Craig Martin

(Official) LUA Scripting Documentation

add_block_inventory

Add or subtract a quantity of an item to/from a blocks inventory.


Spec:

add_block_inventory(
	long x,
	long y,
	long z,
	long item_id,
	long qty)

Parameters


Incomplete

This documentation is incomplete


back