Fix Obsidian and Bedrock

This commit is contained in:
2025-11-11 17:07:56 +01:00
parent 167bb4e266
commit f56fedefe4
@@ -686,6 +686,7 @@ public final class GameModeConfig<M, W> {
}
}
SQLWrapper.impl.getMaterialWithGreaterBlastResistance(MaxBlastResistance).forEach(material -> {
if (Limited.entrySet().stream().anyMatch(entry -> entry.getKey().contains(material))) return;
Limited.put(Collections.singleton((M) material), 0);
});
this.Limited = Collections.unmodifiableMap(Limited);