{
  "elevator": {
    "AllowElevatingThroughBlocks": {
      "comment": "Allow elevating through blocks (i.e. non air)",
      "value": true
    },
    "ElevatorMaxInput": {
      "comment": "Elevator Max Input (Energy per tick)",
      "value": 32
    },
    "ElevatorEnergyPerBlock": {
      "comment": "Elevator Energy used per vertical block of transportation",
      "value": 2
    },
    "ElevatorMaxEnergy": {
      "comment": "Elevator Max Energy",
      "value": 1000
    }
  },
  "lesu": {
    "LesuMaxEnergyPerBlock": {
      "comment": "LESU Max Energy Per Block",
      "value": 1000000
    },
    "LesuExtraIO": {
      "comment": "LESU Extra I/O Multiplier",
      "value": 1
    },
    "LesuBaseOutput": {
      "comment": "LESU Base Output",
      "value": 5
    }
  },
  "block_placer": {
    "BlockPlacerMaxEnergy": {
      "comment": "Block Placer Max Energy",
      "value": 1000
    },
    "BlockPlacerMaxInput": {
      "comment": "Block Placer Max Input (Energy per tick)",
      "value": 32
    },
    "BlockPlacerBaseBreakTime": {
      "comment": "How many ticks a block of hardness 1 requires to be placed",
      "value": 100
    },
    "BlockPlacerEnergyPerTick": {
      "comment": "Block Placer Energy usage Per Tick",
      "value": 5
    }
  },
  "rolling_machine": {
    "RollingMachineMaxEnergy": {
      "comment": "Rolling Machine Max Energy",
      "value": 10000
    },
    "RollingMachineMaxInput": {
      "comment": "Rolling Machine Max Input (Energy per tick)",
      "value": 32
    }
  },
  "assembling_machine": {
    "AssemblingMachineMaxEnergy": {
      "comment": "Assembling Machine Max Energy",
      "value": 10000
    },
    "AssemblingMachineMaxInput": {
      "comment": "Assembling Machine Max Input (Energy per tick)",
      "value": 128
    }
  },
  "vacuumfreezer": {
    "VacuumFreezerMaxEnergy": {
      "comment": "Vacuum Freezer Max Energy",
      "value": 64000
    },
    "VacuumFreezerInput": {
      "comment": "Vacuum Freezer Max Input (Energy per tick)",
      "value": 64
    }
  },
  "launchpad": {
    "LaunchpadMaxEnergy": {
      "comment": "Launchpad Max Energy",
      "value": 40000
    },
    "LaunchpadSpeedLow": {
      "comment": "Launchpad Low Speed",
      "value": 1.0
    },
    "LaunchpadEnergyExtreme": {
      "comment": "Launchpad Extreme Energy",
      "value": 20000
    },
    "LaunchpadSpeedExtreme": {
      "comment": "Launchpad Extreme Speed",
      "value": 10.0
    },
    "LaunchpadInterval": {
      "comment": "Launchpad Launch Interval in Ticks \u003e 0",
      "value": 100
    },
    "LaunchpadDefaultSelection": {
      "comment": "Launchpad Default Selection (0-3 for Low-Extreme)",
      "value": 0
    },
    "LaunchpadEnergyMedium": {
      "comment": "Launchpad Medium Energy",
      "value": 6000
    },
    "LaunchpadMaxInput": {
      "comment": "Launchpad Max Input (Energy per tick)",
      "value": 128
    },
    "LaunchpadSpeedHigh": {
      "comment": "Launchpad High Speed",
      "value": 5.0
    },
    "LaunchpadSpeedMedium": {
      "comment": "Launchpad Medium Speed",
      "value": 3.0
    },
    "LaunchpadEnergyLow": {
      "comment": "Launchpad Low Energy",
      "value": 1000
    },
    "LaunchpadEnergyHigh": {
      "comment": "Launchpad High Energy",
      "value": 10000
    }
  },
  "storage": {
    "AdvancedStorageMaxStorage": {
      "comment": "Maximum amount of items an Advanced Storage Unit can store",
      "value": 32768
    },
    "BasicStorageUnitMaxStorage": {
      "comment": "Maximum amount of items a Basic Storage Unit can store",
      "value": 8192
    },
    "CrudeStorageUnitMaxStorage": {
      "comment": "Maximum amount of items a Crude Storage Unit can store",
      "value": 2048
    },
    "IndustrialStorageMaxStorage": {
      "comment": "Maximum amount of items an Industrial Storage Unit can store (Compat: \u003e\u003d 32768)",
      "value": 65536
    },
    "BasicTankUnitCapacity": {
      "comment": "How much liquid a Basic Tank Unit can take (Value in buckets, 1000 Mb)",
      "value": 128
    },
    "IndustrialTankUnitCapacity": {
      "comment": "How much liquid an Industrial Tank Unit can take (Value in buckets, 1000 Mb)",
      "value": 1024
    },
    "QuantumTankUnitCapacity": {
      "comment": "How much liquid a Quantum Tank Unit can take (Value in buckets, 1000 Mb)(Compat: \u003d\u003d MAX_VALUE)",
      "value": 2147483
    },
    "QuantumStorageUnitMaxStorage": {
      "comment": "Maximum amount of items a Quantum Storage Unit can store (Compat: \u003d\u003d MAX_VALUE)",
      "value": 2147483647
    },
    "AdvancedTankUnitMaxStorage": {
      "comment": "How much liquid an Advanced Tank Unit can take (Value in buckets, 1000 Mb)",
      "value": 512
    }
  },
  "matter_fabricator": {
    "MatterFabricatorEnergyPerAmp": {
      "comment": "Matter Fabricator EU per amplifier unit, multiply this with the rate for total Energy",
      "value": 5
    },
    "MatterFabricatorFabricationRate": {
      "comment": "Matter Fabricator Fabrication Rate, amount of amplifier units per UUM",
      "value": 6000
    },
    "MatterFabricatorMaxInput": {
      "comment": "Matter Fabricator Max Input (Energy per tick)",
      "value": 16384
    },
    "MatterFabricatorMaxEnergy": {
      "comment": "Matter Fabricator Max Energy",
      "value": 10000000
    }
  },
  "Distillation_tower": {
    "DistillationTowerMaxEnergy": {
      "comment": "Distillation Tower Max Energy",
      "value": 10000
    },
    "DistillationTowerMaxInput": {
      "comment": "Distillation Tower Max Input (Energy per tick)",
      "value": 128
    }
  },
  "grinder": {
    "GrinderInput": {
      "comment": "Grinder Max Input (Energy per tick)",
      "value": 32
    },
    "GrinderMaxEnergy": {
      "comment": "Grinder Max Energy",
      "value": 1000
    }
  },
  "fishing_station": {
    "FishingStationInterval": {
      "comment": "Fishing Station Catch Interval in Ticks \u003e 0",
      "value": 400
    },
    "FishingStationEnergyPerCatch": {
      "comment": "How much energy the Fishing Station uses per catch",
      "value": 500
    },
    "FishingStationMaxInput": {
      "comment": "Fishing Station Max Input (Energy per tick)",
      "value": 128
    },
    "FishingStationMaxEnergy": {
      "comment": "Fishing Station Max Energy",
      "value": 10000
    }
  },
  "compressor": {
    "CompressorMaxEnergy": {
      "comment": "Compressor Max Energy",
      "value": 1000
    },
    "CompressorInput": {
      "comment": "Compressor Max Input (Energy per tick)",
      "value": 32
    }
  },
  "fluidreplicator": {
    "FluidReplicatorMaxEnergy": {
      "comment": "Fluid Replicator Max Energy",
      "value": 400000
    },
    "FluidReplicatorMaxInput": {
      "comment": "Fluid Replicator Max Input (Energy per tick)",
      "value": 256
    }
  },
  "charge_bench": {
    "ChargeBenchMaxInput": {
      "comment": "Charge Bench Max Input (Energy per tick)",
      "value": 512
    },
    "ChargeBenchMaxEnergy": {
      "comment": "Charge Bench Max Energy",
      "value": 100000000
    },
    "ChargeBenchMaxOutput": {
      "comment": "Charge Bench Max Output (Energy per tick)",
      "value": 512
    }
  },
  "pump": {
    "PumpMaxInput": {
      "comment": "Pump Max Input (Energy per tick)",
      "value": 128
    },
    "PumpEnergyToCollect": {
      "comment": "Base amount of Energy to collect a block of fluid",
      "value": 1000
    },
    "PumpTicksToComplete": {
      "comment": "How many ticks it takes to pump a source block.",
      "value": 100
    },
    "PumpMaxEnergy": {
      "comment": "Pump Max Energy",
      "value": 40000
    },
    "PumpIterateOutwards": {
      "comment": "If true then the pump will collect closest fluid and scan outwards",
      "value": false
    }
  },
  "electric_furnace": {
    "ElectricFurnaceMaxEnergy": {
      "comment": "Electric Furnace Max Energy",
      "value": 1000
    },
    "ElectricFurnaceInput": {
      "comment": "Electric Furnace Max Input (Energy per tick)",
      "value": 32
    }
  },
  "player_detector": {
    "PlayerDetectorMaxEnergy": {
      "comment": "Player Detector Max Energy",
      "value": 10000
    },
    "PlayerDetectorEnergyUsage": {
      "comment": "Player Detector Energy Consumption per second",
      "value": 1
    },
    "PlayerDetectorMaxInput": {
      "comment": "Player Detector Max Input (Energy per tick)",
      "value": 32
    },
    "PlayerDetectorMaxRadius": {
      "comment": "Player Detector maximum detection radius",
      "value": 128
    }
  },
  "implosion_compressor": {
    "ImplosionCompressorMaxInput": {
      "comment": "Implosion Compressor Max Input (Energy per tick)",
      "value": 64
    },
    "ImplosionCompressorMaxEnergy": {
      "comment": "Implosion Compressor Max Energy",
      "value": 64000
    }
  },
  "iron_machine": {
    "cooking_scale": {
      "comment": "Multiplier for vanilla furnace item cook time",
      "value": 1.25
    },
    "fuel_scale": {
      "comment": "Multiplier for vanilla furnace item burn time",
      "value": 1.25
    }
  },
  "greenhouse_controller": {
    "GreenhouseControllerMaxEnergy": {
      "comment": "Greenhouse Controller Max Energy",
      "value": 1000
    },
    "GreenhouseControllerEnergyPerTick": {
      "comment": "Greenhouse Controller Energy usage Per Tick",
      "value": 2
    },
    "GreenhouseControllerEnergyPerHarvest": {
      "comment": "Greenhouse Controller Energy usage Per Harvest",
      "value": 100
    },
    "GreenhouseControllerEnergyPerBonemeal": {
      "comment": "Greenhouse Controller Energy usage Per Bonemeal",
      "value": 50
    },
    "GreenhouseControllerMaxInput": {
      "comment": "Greenhouse Controller Max Input (Energy per tick)",
      "value": 32
    }
  },
  "industrial_furnace": {
    "IndustrialFurnaceMaxInput": {
      "comment": "Industrial Blast Furnace Max Input (Energy per tick)",
      "value": 128
    },
    "IndustrialFurnaceMaxEnergy": {
      "comment": "Industrial Blast Furnace Max Energy",
      "value": 40000
    }
  },
  "chemical_reactor": {
    "ChemicalReactorMaxInput": {
      "comment": "Chemical Reactor Max Input (Energy per tick)",
      "value": 128
    },
    "ChemicalReactorMaxEnergy": {
      "comment": "Chemical Reactor Max Energy",
      "value": 10000
    }
  },
  "recycler": {
    "RecyclerInput": {
      "comment": "Recycler Max Input (Energy per tick)",
      "value": 32
    },
    "RecyclerChance": {
      "comment": "Recycler Chance to produce scrap (1 out of chance)",
      "value": 6
    },
    "RecyclerBlacklist": {
      "comment": "Recycler blacklist",
      "value": [
        "techreborn:scrap_box",
        "techreborn:scrap"
      ]
    },
    "RecyclerMaxEnergy": {
      "comment": "Recycler Max Energy",
      "value": 1000
    }
  },
  "industrial_grinder": {
    "IndustrialGrinderMaxEnergy": {
      "comment": "Industrial Grinder Max Energy",
      "value": 10000
    },
    "IndustrialGrinderMaxInput": {
      "comment": "Industrial Grinder Max Input (Energy per tick)",
      "value": 128
    }
  },
  "aesu": {
    "AesuMaxEnergy": {
      "comment": "AESU Max Energy",
      "value": 100000000
    }
  },
  "alloy_smelter": {
    "AlloySmelterMaxInput": {
      "comment": "Alloy Smelter Max Input (Energy per tick)",
      "value": 32
    },
    "AlloySmelterMaxEnergy": {
      "comment": "Alloy Smelter Max Energy",
      "value": 1000
    }
  },
  "industrial_electrolyzer": {
    "IndustrialElectrolyzerMaxEnergy": {
      "comment": "Industrial Electrolyzer Max Energy",
      "value": 10000
    },
    "IndustrialElectrolyzerMaxInput": {
      "comment": "Industrial Electrolyzer Max Input (Energy per tick)",
      "value": 128
    }
  },
  "fusion_reactor": {
    "FusionReactorMaxEnergy": {
      "comment": "Fusion Reactor Max Energy",
      "value": 100000000
    },
    "FusionReactorMaxOutput": {
      "comment": "Fusion Reactor Max Output (Energy per tick)",
      "value": 1000000
    },
    "FusionReactorMaxInput": {
      "comment": "Fusion Reactor Max Input (Energy per tick)",
      "value": 8192
    },
    "FusionReactorMaxCoilSize": {
      "comment": "Fusion Reactor Max Coil size (Radius)",
      "value": 50
    }
  },
  "centrifuge": {
    "CentrifugeMaxEnergy": {
      "comment": "Centrifuge Max Energy",
      "value": 10000
    },
    "CentrifugeMaxInput": {
      "comment": "Centrifuge Max Input (Energy per tick)",
      "value": 32
    }
  },
  "drain": {
    "TicksUntilNextDrainAttempt": {
      "comment": "How many ticks should go between two drain attempts. 0 or negative will disable drain.",
      "value": 10
    }
  },
  "industrial_sawmill": {
    "IndustrialSawmillMaxEnergy": {
      "comment": "Industrial Sawmill Max Energy",
      "value": 10000
    },
    "IndustrialSawmillMaxInput": {
      "comment": "Industrial Sawmill Max Input (Energy per tick)",
      "value": 128
    }
  },
  "scrapboxinator": {
    "ScrapboxinatorMaxEnergy": {
      "comment": "Scrapboxinator Max Energy",
      "value": 1000
    },
    "ScrapboxinatorMaxInput": {
      "comment": "Scrapboxinator Max Input (Energy per tick)",
      "value": 32
    }
  },
  "block_breaker": {
    "BlockBreakerBaseBreakTime": {
      "comment": "How many ticks a block of hardness 1 requires to be broken",
      "value": 100
    },
    "BlockBreakerEnergyPerTick": {
      "comment": "Block Breaker Energy usage Per Tick",
      "value": 5
    },
    "BlockBreakerMaxInput": {
      "comment": "Block Breaker Max Input (Energy per tick)",
      "value": 32
    },
    "BlockBreakerMaxEnergy": {
      "comment": "Block Breaker Max Energy",
      "value": 1000
    }
  },
  "solid_canning_machine": {
    "solidCanningMachineMaxEnergy": {
      "comment": "Solid Canning Machine Max Energy",
      "value": 1000
    },
    "solidCanningMachineMaxInput": {
      "comment": "Solid Canning Machine Max Input (Energy per tick)",
      "value": 32
    }
  },
  "extractor": {
    "ExtractorInput": {
      "comment": "Extractor Max Input (Energy per tick)",
      "value": 32
    },
    "ExtractorMaxEnergy": {
      "comment": "Extractor Max Energy",
      "value": 1000
    }
  },
  "chunk_loader": {
    "ChunkLoaderMaxRadius": {
      "comment": "Chunk Loader Max Radius",
      "value": 5
    }
  },
  "autocrafter": {
    "AutoCrafterInput": {
      "comment": "AutoCrafting Table Max Input (Energy per tick)",
      "value": 32
    },
    "AutoCrafterMaxEnergy": {
      "comment": "AutoCrafting Table Max Energy",
      "value": 10000
    }
  },
  "idsu": {
    "IdsuMaxEnergy": {
      "comment": "IDSU Max Energy",
      "value": 1000000000
    }
  }
}