7 ‐ Radiation Hatch - Alecsioo/MMCE-Addons GitHub Wiki

Radiation I/O Hatches

Radiation I/O Hatches integrate with NuclearCraft's radiation system, allowing the input and output of radiation within a configurable chunk range. These hatches work differently from scrubber hatches, which are covered in a separate section.

JSON Configuration for Radiation I/O Hatches

Radiation I/O hatches can be configured using JSON with the following properties:

{
    "type": "modularmachineryaddons:radiation", 
    "io-type": "output", 
    "amount": 1000000, 
    "chunkRange": 1
}

Properties:

  • type: Must be "modularmachineryaddons:radiation", identifying the requirement type.
  • io-type: Defines whether the requirement is for input or output. (e.g., "output")
  • amount: The total amount of radiation to input or output.
  • chunkRange: Defines the range of chunks over which radiation will be input/output. A value of 0 means only the chunk the hatch is in will be affected. This must be a positive number.

ZS Integration

Information on how to add requirements through ZenScript can be found here