rename from "2" to "v2"

This commit is contained in:
dfsek 2022-11-16 14:02:34 -07:00
parent b3100e01e2
commit 1f7c4ee4e7
39 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
schema-version: 1 schema-version: 1
contributors: contributors:
- Terra contributors - Terra contributors
id: biome-provider-pipeline-2 id: biome-provider-pipeline-v2
version: @VERSION@ version: @VERSION@
entrypoints: entrypoints:
- "com.dfsek.terra.addons.biome.pipeline.v2.BiomePipelineAddon" - "com.dfsek.terra.addons.biome.pipeline.v2.BiomePipelineAddon"

View File

@ -90,6 +90,6 @@ public class BiomePipelineAddon implements AddonInitializer {
event.getPack().applyLoader(BiomeDelegate.class, new BiomeDelegateLoader(biomeRegistry)); event.getPack().applyLoader(BiomeDelegate.class, new BiomeDelegateLoader(biomeRegistry));
}); });
logger.warn("The biome-provider-pipeline addon is deprecated and scheduled for removal in Terra 7.0. It is recommended to use the biome-provider-pipeline-2 addon for future pack development instead."); logger.warn("The biome-provider-pipeline addon is deprecated and scheduled for removal in Terra 7.0. It is recommended to use the biome-provider-pipeline-v2 addon for future pack development instead.");
} }
} }