Skip to content

Commit

Permalink
Fix lime flower generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollounknowndev committed Apr 14, 2024
1 parent 2825094 commit 198a3be
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 198a3be

Please sign in to comment.