Hi! Im seeing this problem from last update of Rust srv/oxide:
[BenchCraft] Item does not exist in time map: door.key

BenchCraft
Customize crafting using repair benches or research tables
Total Downloads: 904 - First Release: Feb 19, 2017 - Last Update: Mar 26, 2017
- 5/5, 9 likes
-
-
ignignokt84 updated BenchCraft with a new update entry:
0.0.15
-
Seems to be ignoring being out of range after you start the crafting.
-
-
need help getting the worbench to work
-
The value of each of these options is "x y" where x is the x-position and y is the y-position with values between 0-1 with "0 0" (zero zero) being the bottom left of the screen, and "1 1" being the top right. anchorMin indicates the position of the bottom-left corner of the text, while anchorMax indicates the top-right corner. -
-
-
not working
-
Any clue to considerate Workbench to boost crafts ?
Thanks -
[DOUBLEPOST=1511533063][/DOUBLEPOST]Looks like it uses the item name and takes out the spaces
Line 55: useRepairBench,
Line 638: if ((ConfigValue<bool>(Option.useRepairBench) && e is RepairBench) || (ConfigValue<bool>(Option.useResearchTable) && e is ResearchTable))
Line 638: if ((ConfigValue<bool>(Option.useRepairBench) && e is RepairBench) || (ConfigValue<bool>(Option.useResearchTable) && e is ResearchTable))
So the item Research Table in this is called ResearchTable
Suppose if you wanted to use the workbench it would be
WorkBenchLevel1
However dont the workbenches give you a crafting boost anyway? Might be best just to ask the author for an update. -