Add #c:flower_forests to #c:floral convention tag ()

This commit is contained in:
Maity 2023-05-15 22:04:56 +03:00 committed by Technici4n
parent b4a333d661
commit fe8721be1f
2 changed files with 5 additions and 2 deletions
fabric-convention-tags-v1/src
datagen/java/net/fabricmc/fabric/impl/tag/convention/datagen/generators
generated/resources/data/c/tags/worldgen/biome

View file

@ -234,7 +234,7 @@ public class BiomeTagGenerator extends FabricTagProvider<Biome> {
.addOptionalTag(ConventionalBiomeTags.SAVANNA);
getOrCreateTagBuilder(ConventionalBiomeTags.FLORAL)
.add(BiomeKeys.SUNFLOWER_PLAINS)
.add(BiomeKeys.FLOWER_FOREST);
.addOptionalTag(ConventionalBiomeTags.FLOWER_FORESTS);
}
private void generateTerrainDescriptorTags() {

View file

@ -2,6 +2,9 @@
"replace": false,
"values": [
"minecraft:sunflower_plains",
"minecraft:flower_forest"
{
"id": "#c:flower_forests",
"required": false
}
]
}