Remove Cherry Grove from 1.19.4 biomes list

This commit is contained in:
Julian Krings 2024-02-27 11:30:40 +01:00 committed by GitHub
parent a01d27d273
commit 8a08a3e148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,7 +278,7 @@ public class NMSBinding implements INMSBinding {
@Override
public KList<Biome> getBiomes() {
return new KList<>(Biome.values()).qadd(Biome.CHERRY_GROVE).qdel(Biome.CUSTOM);
return new KList<>(Biome.values()).qdel(Biome.CHERRY_GROVE).qdel(Biome.CUSTOM);
}
@Override