Base biome fixes

This commit is contained in:
Daniel Mills
2020-11-23 13:37:13 -05:00
parent 58845ae79f
commit ac04ef34d7
10 changed files with 117 additions and 17 deletions

View File

@@ -20,4 +20,9 @@ public class NMSBinding1X implements INMSBinding
{
return null;
}
@Override
public Object getBiomeBase(Object registry, Biome biome) {
return null;
}
}