9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 10:39:07 +00:00
This commit is contained in:
DanMB
2022-07-07 13:12:59 -07:00
parent e523d3c166
commit 03836acded

View File

@@ -57,6 +57,10 @@ public class IrisBiomeActuator extends EngineAssignedActuator<Biome> {
}
return true;
}
else{
System.out.println("H is not a BiomeGridHunkView!")
}
} catch(Throwable e) {
e.printStackTrace();
}