add check for new dimension types

This commit is contained in:
Julian Krings 2025-07-04 00:06:55 +02:00
parent 4e8079e431
commit 44af23ba2e
No known key found for this signature in database
GPG Key ID: 208C6E08C3B718D2

View File

@ -221,6 +221,11 @@ public class ServerConfigurator {
}
}
if (INMS.get().missingDimensionTypes(dimension.getDimensionTypeKey())) {
Iris.warn("The Dimension Type for " + dimension.getLoadFile() + " is not registered on the server.");
warn = true;
}
if (warn) {
Iris.error("The Pack " + key + " is INCAPABLE of generating custom biomes");
Iris.error("If not done automatically, restart your server before generating with this pack!");