9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00

implement biome replacements in all bindings

This commit is contained in:
Julian Krings
2024-08-19 22:03:30 +02:00
parent 7b80eb1c06
commit 3af4a8f621
9 changed files with 225 additions and 25 deletions

View File

@@ -127,10 +127,6 @@ public interface INMSBinding {
boolean registerBiome(String dimensionId, IrisBiomeCustom biome, boolean replace);
default boolean registerReplacement(String dimensionId, String key, Biome biome) {
throw new IllegalStateException("Unsupported registerReplacement");
}
boolean dumpRegistry(File... folders);
void injectBukkit();