I noticed the following warning in my logs and found that clovers and cattails weren't generating in my worlds.
[11Oct2025 22:14:46.753] [Render thread/WARN] [net.minecraft.core.MappedRegistry/]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/biome] are present in data pack: verdant:has_cattail, verdant:has_clover
I was able to fix the issue by renaming the .json files for "verdant:has_cattails" and "verdant:has_clovers" to "verdant:has_cattail" and "verdant:has_clover", respectively.
For anyone coming across the same issue, both files are located in /data/verdant/tags/worldgen/biome/ in the mod folder.
I noticed the following warning in my logs and found that clovers and cattails weren't generating in my worlds.
[11Oct2025 22:14:46.753] [Render thread/WARN] [net.minecraft.core.MappedRegistry/]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/biome] are present in data pack: verdant:has_cattail, verdant:has_clover
I was able to fix the issue by renaming the .json files for "verdant:has_cattails" and "verdant:has_clovers" to "verdant:has_cattail" and "verdant:has_clover", respectively.
For anyone coming across the same issue, both files are located in /data/verdant/tags/worldgen/biome/ in the mod folder.