mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-08 21:14:41 -04:00
fix: floral tag missing meadow biome (#3078)
* floral tag missing meadow biome * run datagen
This commit is contained in:
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
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:meadow",
|
||||
{
|
||||
"id": "#c:flower_forests",
|
||||
"required": false
|
||||
|
|
Loading…
Add table
Reference in a new issue