Revert "visuallise structure regions"

This reverts commit 0a87a2b81bae3c3efb72d4fb87663684eaa9169d.
This commit is contained in:
misterx
2022-01-30 01:03:15 +01:00
committed by Cloudburst
parent 60c6d20cc5
commit 40c13104c3
3 changed files with 1 additions and 76 deletions

View File

@@ -296,7 +296,7 @@ public class WorldGenUtils {
}
}
public static Structure<?, ?> getStructure(Feature feature, MCVersion version) {
private static Structure<?, ?> getStructure(Feature feature, MCVersion version) {
switch (feature) {
case buried_treasure -> { return new BuriedTreasure(version); }
case mansion -> { return new Mansion(version); }