Jump to content

Digital Crafter

From Advanced Computers Wiki
Revision as of 13:27, 23 August 2026 by GHXX (talk | contribs)
This page describes unreleased, experimental content that is still in development which might undergo significant changes or be removed entirely.

Description

Provided component

This block provides the autoCrafter component, offering the following properties:

AutoCrafterUD component properties
Name Type Read/Write Description
containsMainboard boolean READ Returns whether a mainboard is located in the GUI slot. If this is false, most methods will throw an error.
AutoCrafterUD component methods
Name Type Description
:searchRecipesWithIngredient("modname:itemname") recipe[]
:searchRecipesWithResult("modname:itemname") recipe[]
:searchItemByName("partial name") string Returns the full name of the item
:craft(9x ingredientModnameItemname, resultModnameItemname, amount) boolean Returns success