mirror of
https://github.com/Lokrates/Biofuel.git
synced 2024-11-19 21:13:44 +01:00
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
Refinery
|
|
--------
|
|
|
|
In order to utilize items for the refinery, they must be added to one of the following groups:
|
|
flora, leaves, flower, sapling, tree, wood, stick, plant, seed
|
|
|
|
Example:
|
|
groups = {plant = 1, snappy = 3, flammable = 2, attached_node = 1, not_in_creative_inventory=1},
|
|
|
|
Biofuel:
|
|
--------
|
|
|
|
To fill an item in the canister, it must be added to the biofuel group.
|
|
|
|
Example:
|
|
groups = {biofuel = 1, dig_immediate = 3, attached_node = 1, vessel = 1}, |