visuallise structure regions
This commit is contained in:
@@ -296,7 +296,7 @@ public class WorldGenUtils {
|
||||
}
|
||||
}
|
||||
|
||||
private static Structure<?, ?> getStructure(Feature feature, MCVersion version) {
|
||||
public 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