Skip to content

Commit

Permalink
Merge pull request #2402 from Apollounknowndev/trunk/1.20
Browse files Browse the repository at this point in the history
Fix lime flower generation
  • Loading branch information
Lothrazar authored Jul 28, 2024
2 parents 5d81858 + 198a3be commit 5b2e076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/data/cyclic/forge/biome_modifier/lime.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#cyclic:has_flower/absalon",
"features": "cyclic:flower_absalon",
"biomes": "#cyclic:has_flower/lime",
"features": "cyclic:flower_lime",
"step": "vegetal_decoration"
}

0 comments on commit 5b2e076

Please sign in to comment.