mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
Energy tweaks
This commit is contained in:
@@ -82,7 +82,7 @@ public class IrisWorldManager extends EngineAssignedWorldManager {
|
|||||||
{
|
{
|
||||||
if(ecl.flip())
|
if(ecl.flip())
|
||||||
{
|
{
|
||||||
energy *= 1.03;
|
energy *= 1 + (0.02 * M.clip((1D - getEntitySaturation()), 0D, 1D));
|
||||||
fixEnergy();
|
fixEnergy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user