Invalid leaf directive! `since`

SimpleInputOutput

Link to simpleinputoutput

Represents a simple 1 input per 1 output recipe, which is the most common usage of custom categories.

Due to its pure simplicity, no configuration is available for this recipe.

This class was added by a mod with mod-id jeitweaker. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.

Импорт класса

Link to импорт-класса

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import mods.jei.category.SimpleInputOutput;

Extending SimpleJeiCategory

Link to extending-simplejeicategory

SimpleInputOutput extends SimpleJeiCategory. That means all methods available in SimpleJeiCategory are also available in SimpleInputOutput