Small fixes

This commit is contained in:
paulevsGitch 2020-11-06 11:27:02 +03:00
parent 36fa1ade9d
commit d9c1226703
2 changed files with 11 additions and 1 deletions

View file

@ -103,7 +103,6 @@ public class EndFeatures {
addFeature(ENDER_ORE, features);
addFeature(ROUND_CAVE_RARE, features);
addFeature(CAVE_GRASS, features);
//addFeature(ETERNAL_PORTAL, features);
}
private static void addFeature(EndFeature feature, List<List<Supplier<ConfiguredFeature<?, ?>>>> features) {