19 lines
506 B
Markdown
19 lines
506 B
Markdown
|
---
|
||
|
layout: article
|
||
|
title: "Config"
|
||
|
date: 2016-10-23 10:17:42 -0400
|
||
|
mod: funnels
|
||
|
mod-name: Funnels
|
||
|
---
|
||
|
|
||
|
#### `size`
|
||
|
The size, in milibuckets (1 bucket is 1000 milibuckets) of the Funnel.
|
||
|
By default, this is `1000` milibuckets.
|
||
|
|
||
|
#### `pickupWorldFluids`
|
||
|
If `true`, the funnel will pickup fluids directly above it from the world.
|
||
|
By default, this is `true`.
|
||
|
|
||
|
#### `placeFluidsInWorld`
|
||
|
If `true`, the funnel will place the fluid it is holding in the world directly in front of it.
|
||
|
By default, this is `true`.
|