Custom Machinery 1.16
  • Welcome
  • Creating custom machines
    • Creating a custom machine
    • Machine Appearance
      • Block appearance
      • Item appearance
      • Sound
      • Light
      • Color
      • Hardness
      • Resistance
      • Tool type
      • Mining level
      • Shape
    • Machine components
      • Energy component
      • Fluid component
      • Item component
      • Redstone component
    • Machine GUI
      • Dump Element
      • Energy element
      • Fluid element
      • Fuel element
      • Player inventory element
      • Progress bar element
      • Reset element
      • Size element
      • Slot element
      • Status element
      • Text element
      • Texture element
    • JEI Recipe GUI
    • Catalysts
  • Recipes
    • Creating a recipe
    • Requirements
      • Biome
      • Block
      • Command
      • Dimension
      • Drop
      • Durability
      • Effect
      • Energy
      • Energy per tick
      • Entity
      • Fluid
      • Fluid per tick
      • Fuel
      • Item
      • Light
      • Loot table
      • Position
      • Structure
      • Redstone
      • Time
      • Weather
    • Upgrades
      • Modifiers
  • Mod integrations
    • Crafttweaker
      • Recipes
        • Context
        • Machine
      • Upgrades
    • KubeJS
      • Recipes
        • Context
        • Machine
      • Upgrades
  • Misc
    • Crafting your machine
    • Text component
    • Comparator
Powered by GitBook
On this page
  1. Misc

Comparator

Used to compare values in a few recipe requirements

Some requirements have a comparator property, those are used to compare a value checked by the requirement to a value specified by the recipe maker.

Available comparators are :

  • >> Strictly greater

  • >= Greater or equals

  • == Strictly equals

  • <= Lesser or equals

  • << Strictly lesser

PreviousText component

Last updated 3 years ago