fix: floral tag missing meadow biome ()

* floral tag missing meadow biome

* run datagen
This commit is contained in:
Maity 2023-05-30 14:58:48 +03:00 committed by modmuss50
parent cd545891bb
commit cd417cfcaf
2 changed files with 2 additions and 0 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,6 +234,7 @@ public class BiomeTagGenerator extends FabricTagProvider<Biome> {
.addOptionalTag(ConventionalBiomeTags.SAVANNA);
getOrCreateTagBuilder(ConventionalBiomeTags.FLORAL)
.add(BiomeKeys.SUNFLOWER_PLAINS)
.add(BiomeKeys.MEADOW)
.addOptionalTag(ConventionalBiomeTags.FLOWER_FORESTS);
}

View file

@ -2,6 +2,7 @@
"replace": false,
"values": [
"minecraft:sunflower_plains",
"minecraft:meadow",
{
"id": "#c:flower_forests",
"required": false