Skip to content

General

Hannah edited this page Dec 18, 2021 · 1 revision

Ignore Methods

Every class that uses the UniDictAPI includes an ignore method which allows you to specify resources you want to ignore when creating patterned recipes for that machine. It takes an array of resource names as strings. Capitalize the first letter of each resource.

Example:

mods.unitweak.IE.press.ignore(["Iron","Gold"]);

Clone this wiki locally