Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APILoaderTag

    type APILoaderTag = {
        icon: string;
        name: string;
        supported_project_types: string[];
    }
    Index

    Properties

    icon: string

    The SVG icon of a loader.

    name: string

    The name of the loader.

    supported_project_types: string[]

    The project types that this loader is applicable to.