(Official) LUA Scripting Documentation
clear_block_inventory
Clear (remove) an item from a blocks inventory.
Spec:
clear_block_inventory(
long x,
long y,
long z,
long item_id)
Parameters
x
: The x component of the map point of the block.y
: The y component of the map point of the block.z
: The z component of the map point of the block.item_id
: The item to clear. If omitted, all items will be cleared
Incomplete
This documentation is incomplete