fission reactor - igentuman/NuclearCraft-Neoteric GitHub Wiki

Fission reactor follows same (pre-overhaul) concept. Just follow placement rules for heatsinks. Click (use) button to check if heatsink position is valid. But take into count it might be wrong if reactor is not finished yet.

Reactor port can be used for everything: push/pull fuel, pull energy, input redstone signal to start/stop reactor, provide comparator output and parameter used for output can be changed for each port separately. Reactor port also can be used to connecto computers.

All heatsink placement rules listed in NC config file.

`

    #You can define blocks by block_name. So water_heat_sink will fall back to nuclearcraft:water_heat_sink. Or qualify it with namespace like some_mod:some_block.

#Or use block tag key. #nuclearcraft:fission_reactor_casing will fall back to blocks with this tag. Do not forget to put #.

#if you need AND condition, add comma separated values "block1", "block2" means AND condition

#if you need OR condition, use | separator. "block1|block2" means block1 or block2

#By default you have rule condition is 'At least 1'. So if you define some block, it will go in the rule as 'at least 1'

#Validation options: >2 means at least 2 (use any number)

#-2 means between, it is always 2 (opposite sides)

#<2 means less than 2 (use any number)

#=2 means exact 2 (use any number)

#^3 means 3 blocks in the corner (shared vertex or edge). possible values 2 and 3

`