9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 18:19:14 +00:00

Energy tweaks

This commit is contained in:
Daniel Mills
2021-08-04 01:18:45 -04:00
parent 30f880361e
commit bdbc94e54a

View File

@@ -82,7 +82,7 @@ public class IrisWorldManager extends EngineAssignedWorldManager {
{
if(ecl.flip())
{
energy *= 1.03;
energy *= 1 + (0.02 * M.clip((1D - getEntitySaturation()), 0D, 1D));
fixEnergy();
}
}