From cfe9326e76da7d76d3a9fb332dcbe1e1aa8c54b0 Mon Sep 17 00:00:00 2001 From: Don Thorp Date: Mon, 14 Dec 2020 13:26:56 -0600 Subject: [PATCH] Update README.md simple typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6ca17e..7903aba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Recipes LUA application for DU which displays recipes and ingredients. Requires 11 databanks, 3 screens (recommend m size), 3 Programme Boards. -This LUA suite of applications provides a list of all DU recipes, displays their details and a list of their required ingredients. For each ingredient, the application displays the number of items required and (if you have a databank containing your container/stores information) the quantity of the relevant stock you have in store. Recipes can be filtered by All / Elements / Condumables / Parts. Clicking on an ingredient for a recipe will display the details of that ingredient in the 2nd screen, along with a list of its ingredients (requirement number and stock). A third screen displays the total ore quantities (for each ore type) needed to manufacture the recipe selected and an estimate cost (this is based on manual entry of the current market prices for each ore). +This LUA suite of applications provides a list of all DU recipes, displays their details and a list of their required ingredients. For each ingredient, the application displays the number of items required and (if you have a databank containing your container/stores information) the quantity of the relevant stock you have in store. Recipes can be filtered by All / Elements / Consumables / Parts. Clicking on an ingredient for a recipe will display the details of that ingredient in the 2nd screen, along with a list of its ingredients (requirement number and stock). A third screen displays the total ore quantities (for each ore type) needed to manufacture the recipe selected and an estimate cost (this is based on manual entry of the current market prices for each ore). # Installation: (it is very important that you link all databanks in the correct order for each PB, therefor I suggest arranging the databanks in the following order: a group of 8 databanks - the database, a single databank - the menu databank, another single databank - the comms databank, a final databank - the stores databank: if you dont have a stores databank in your factory simply use an another empty database).