Introduction
This program and its library make setting up PID controllers in Minecraft easy.
Controllers are used whenever you want to maintain a certain speed, temperature etc.
An example system in Minecraft would be a Big Reactors turbine:
It takes an adjustable steam flow rate and has a speed that should be maintained at an optimal value of 1800 rpm.
A turbine controller would therefore have the following inputs:
1. the current turbine speed
2. the target turbine speed (1800 rpm)
and the following output:
1. steam flow rate (a value that would let the tu