Recipe Characters

 

This defines a Recipe Character, which can be used in different recipes to specify ingredients

{char} = {stackref}

Recipe Characters can only appear in Recipe Blocks and will only be available in the block they’re defined in (and child blocks).

Valid characters:

  • Upper and lower case English letters (A-Z) – Characters are case sensitive
  • Digits (0-9)
P = B:piston // P now represents a vanilla piston

recipes {
    C = OD:ingotCopper // C now represents any copper ingot (using OreDict)
}

// C is no longer set here

 

 Posted by at 11:11 am