Options
All
  • Public
  • Public/Protected
  • All
Menu

Immutable object used internally to store custom smithing table recipes.

since

3.0

Hierarchy

  • SmithingTableRecipe

Index

Properties

additionID: number

Numeric ID of the item that must be put in the central slot of the smithing table along with baseID in the left slot to get resultID in the right slot

baseID: number

Numeric ID of the item that must be put in the left slot of the smithing table along with additionID in the central slot to get resultID in the right slot

resultID: number

Numeric ID of the item which you will get in the right slot of the smithing table if you put baseID in the left slot and additionID in the central slot. If the item instance of baseID has any NBT data, like custom name, enchantments, ItemExtraData etc., this data will be copied into the instance of resultID.

Generated using TypeDoc