9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00

Focus mode is back!

This commit is contained in:
Daniel Mills
2021-07-05 06:01:29 -04:00
parent 151f99e343
commit 83d79e23d5
4 changed files with 53 additions and 7 deletions

View File

@@ -395,4 +395,6 @@ public interface Engine extends DataProvider, Fallible, GeneratorAccess, LootPro
{
return l.getBlockY() >= getMinHeight() && l.getBlockY() <= getMaxHeight();
}
IrisBiome getFocus();
}