mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Energy tweaks
This commit is contained in:
parent
30f880361e
commit
bdbc94e54a
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user