Revert "visuallise structure regions"
This reverts commit 0a87a2b81bae3c3efb72d4fb87663684eaa9169d.
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user