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