Add the cherry grove to the floral biome tag ()

This commit is contained in:
maityyy 2023-07-18 14:55:04 +03:00 committed by modmuss50
parent 1b5f819a7a
commit 6d727b519d
2 changed files with 5 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

@ -235,6 +235,7 @@ public class BiomeTagGenerator extends FabricTagProvider<Biome> {
getOrCreateTagBuilder(ConventionalBiomeTags.FLORAL)
.add(BiomeKeys.SUNFLOWER_PLAINS)
.add(BiomeKeys.MEADOW)
.addOptional(BiomeKeys.CHERRY_GROVE)
.addOptionalTag(ConventionalBiomeTags.FLOWER_FORESTS);
}

View file

@ -3,6 +3,10 @@
"values": [
"minecraft:sunflower_plains",
"minecraft:meadow",
{
"id": "minecraft:cherry_grove",
"required": false
},
{
"id": "#c:flower_forests",
"required": false