Added new release, updated nodes to contain tooltip text.
This commit is contained in:
@@ -7,6 +7,7 @@ public class CraftNode : ProgramNode
|
||||
public CraftNode()
|
||||
{
|
||||
DisplayText = "Craft";
|
||||
TooltipText = "Crafts the selected item the selected amount of times by consuming the required ingredients from the shared inventory.";
|
||||
}
|
||||
public override NodeResult Execute(Robot robot, double delta)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user