Reactor with one rod only radiating from the bottom #102
Labels
1.18
1.19
1.20
bug
Something isn't working
Priority: High
This needs to be done as soon as possible.
BiggerReactors/src/main/java/net/roguelogix/biggerreactors/multiblocks/reactor/simulation/cpu/TimeSlicedReactorSimulation.java
Lines 31 to 38 in b08980a
yLevel
does not use the offset and only uses thecurrentRod
, which means that only the firstcontrolRods.length
y-levels can be the source of radiation; if you have 3 rods and the reactor has a height of 2, that means that two thirds of the time, radiation originates from the first level.The text was updated successfully, but these errors were encountered: