Type Alias RecipeBlock

RecipeBlock: {
    creativeTab?: string;
    drops?: string[];
    hardness?: number;
    id: string;
    lightLevel?: number;
    material: string;
    opacity?: number;
    renderType?: number;
    texture?: string;
    unbreakable?: boolean;
}

Type declaration

  • OptionalcreativeTab?: string
  • Optionaldrops?: string[]
  • Optionalhardness?: number
  • id: string
  • OptionallightLevel?: number
  • material: string
  • Optionalopacity?: number
  • OptionalrenderType?: number
  • Optionaltexture?: string
  • Optionalunbreakable?: boolean

    If set to true, hardness is set to -1