[1.18.2-4.1.1] Missing spawn in TerraForged or Terralith biomes
DRACTION opened this issue ยท 1 comments
Hi, missing spawn for all in check
Easy to reproduce (just install one of this mods and find their biomes).
And I see that you have disabled the biome tag check in
private boolean hasAnyTag(Optional<Holder<Biome>> biome, TagKey<Biome>... tags) {
// for(TagKey<Biome> tag : tags) {
// return biome.is(tag);
// }
return false;
}
I see that Optional<Holder<Biome>> biome
is sometimes empty...
I'm not a Java developer, but I believe you can handle it)))