This commit is contained in:
BallOfEnergy 2024-08-18 14:30:34 -05:00
parent 3033d6e08e
commit 18bb7f63c4
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ public class RBMKDials {
rules.setOrCreateGameRule(KEY_REASIM_BOILER_SPEED, "0.05");
rules.setOrCreateGameRule(KEY_DISABLE_MELTDOWNS, "false");
rules.setOrCreateGameRule(KEY_ENABLE_MELTDOWN_OVERPRESSURE, "false");
rules.setOrCreateGameRule(KEY_MODERATOR_EFFICIENCY, "1");
rules.setOrCreateGameRule(KEY_MODERATOR_EFFICIENCY, "1.0");
}
}

View File

@ -314,7 +314,7 @@ public abstract class TileEntityRBMKBase extends TileEntityLoadedBase implements
public void getDiagData(NBTTagCompound nbt) {
diag = true;
this.readFromNBT(nbt);
this.writeToNBT(nbt);
diag = false;
}