SerenityJS
    Preparing search index...

    Interface BlockTypeCraftingTableComponentOptions

    interface BlockTypeCraftingTableComponentOptions {
        crafting_tags: string[];
        grid_size: number;
        table_name: string;
    }
    Index

    Properties

    crafting_tags: string[]

    The crafting tags of the crafting table, these are the recipes that are available.

    grid_size: number

    The grid size of the crafting table.

    table_name: string

    The name of the crafting table that is displayed in the container ui.