From b10f22eb00587d78069f6c34c4d485bf99f81dea Mon Sep 17 00:00:00 2001 From: Lukas Reichlin <34397989+Lokrates@users.noreply.github.com> Date: Sun, 30 Jun 2019 17:51:28 +0200 Subject: [PATCH] new in 0.5 --- api.txt | 16 ++++++++++++++++ settingtypes.txt | 9 +++++++++ 2 files changed, 25 insertions(+) create mode 100644 api.txt create mode 100644 settingtypes.txt diff --git a/api.txt b/api.txt new file mode 100644 index 0000000..38d76ee --- /dev/null +++ b/api.txt @@ -0,0 +1,16 @@ +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}, \ No newline at end of file diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..c295434 --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,9 @@ +#The time that the refinery needs to produce fuel +fuel_production_time (fuel production time) int 10 5 360 + +#The number of biomass required for fuel production +biomass_input (required input) int 4 1 99 + +#Change of refinery output between vial or bottle +#Default is vial +refinery_output (bottle output) bool false \ No newline at end of file