Type Alias RecipeResearch

RecipeResearch: {
    aspects?: Stack[];
    complexity: number;
    icon: string | Texture;
    id: string;
    tab: string;
    x: number;
    y: number;
}

Type declaration

  • Optionalaspects?: Stack[]
  • complexity: number

    Typically between 0 and 15

  • icon: string | Texture

    Item ID

  • id: string
  • tab: string
  • x: number

    Negative moves left, positive moves right

  • y: number

    Negative moves up, positive moves down