20 heat is a bit much

This commit is contained in:
Anuken 2025-10-29 14:13:09 -04:00
parent 1c0458041e
commit 6f1287e11f

View file

@ -31,7 +31,7 @@ public class NuclearReactor extends PowerGenerator{
/** heating per frame * fullness */ /** heating per frame * fullness */
public float heating = 0.01f; public float heating = 0.01f;
/** max heat this block can output */ /** max heat this block can output */
public float heatOutput = 20f; public float heatOutput = 10f;
/** threshold at which block starts smoking */ /** threshold at which block starts smoking */
public float smokeThreshold = 0.3f; public float smokeThreshold = 0.3f;
/** heat threshold at which lights start flashing */ /** heat threshold at which lights start flashing */