More fixes

This commit is contained in:
paulevsGitch 2020-11-02 18:11:36 +03:00
parent fb41165361
commit 1360b4171c
3 changed files with 7 additions and 2 deletions

View file

@ -44,7 +44,7 @@ public class EndStructures {
}
public static void registerBiomeStructures(Identifier id, Biome biome, Collection<Supplier<ConfiguredStructureFeature<?, ?>>> structures) {
if (!id.getPath().contains("mountain")) {
if (!id.getPath().contains("mountain") && !id.getPath().contains("lake")) {
addStructure(ETERNAL_PORTAL, structures);
}
}