This commit is contained in:
cyberpwn 2022-01-10 01:28:53 -05:00
parent 79303c90d7
commit e38e11b890

View File

@ -302,6 +302,10 @@ public class NMSBinding18_1 implements INMSBinding {
return a.get(); return a.get();
} }
public boolean supportsDataPacks() {
return false;
}
@Override @Override
public void forceBiomeInto(int x, int y, int z, Object somethingVeryDirty, ChunkGenerator.BiomeGrid chunk) { public void forceBiomeInto(int x, int y, int z, Object somethingVeryDirty, ChunkGenerator.BiomeGrid chunk) {
try { try {