mirror of
https://github.com/FabricMC/fabric.git
synced 2025-07-29 15:39:55 -04:00
Add the cherry grove to the floral biome tag (#3202)
This commit is contained in:
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
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
"values": [
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:meadow",
|
||||
{
|
||||
"id": "minecraft:cherry_grove",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#c:flower_forests",
|
||||
"required": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue