IC2 Classic

IC2 Classic

2M Downloads

Most reactor heat effects don't work

dwentz89 opened this issue ยท 3 comments

commented

The wiki says:

  • When a Reactor reaches 40% of its heat limit, random blocks within a 2-block range of the Reactor will start catching fire
  • When a Reactor reaches 50% of its heat limit, Water blocks within that area will start to randomly evaporate
  • When a Reactor reaches 70% of its heat limit, entities within a 3-block range of the Reactor will start taking damage from the radiation
  • When a Reactor reaches 85% of its heat limit, random blocks within 2 blocks of the Reactor will start transforming into Flowing Lava. Blocks with high Blast Resistance values (such as Obsidian or Reinforced Stone) can still survive this.
  • If a Reactor ever reaches its full heat limit, it will explode extremely violently, with the explosion force depending on the number of fuel cells it contains.

Only the 40% and 100% effects work. The 50%, 70%, and 85% ones never activate, no matter how high the heat gets.

I'm using IC2Classic-1.12-1.5.8.jar and 1.12.2-forge-14.23.5.2859.jar.

commented

This implies 2 blocks from the core. Not the chambers.

commented

Okay? Those effects don't work 2 blocks from the core either. Or 3 blocks. Or 4 blocks. Or 1 block.

commented

Ok i checked the code you are right.
I am missing a divide by 100 in the logic. So right now it needs to be 700% for example.