mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-04 14:56:31 +00:00
f
This commit is contained in:
@@ -15,20 +15,6 @@ public class DummyBiomeProvider extends BiomeProvider {
|
||||
@NotNull
|
||||
@Override
|
||||
public Biome getBiome(@NotNull WorldInfo worldInfo, int x, int y, int z) {
|
||||
if(x == 10000 && z == 10000) {
|
||||
try
|
||||
{
|
||||
Iris.error("Im biome provider, who am i?");
|
||||
Iris.error(getClass().getCanonicalName());
|
||||
throw new RuntimeException("WHATS GOING ON");
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
return Biome.PLAINS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user