new in 0.5

This commit is contained in:
Lukas Reichlin 2019-06-30 17:51:28 +02:00 committed by GitHub
parent c22a1b1f34
commit b10f22eb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

16
api.txt Normal file
View File

@ -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},

9
settingtypes.txt Normal file
View File

@ -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