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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user