Skip to content

Commit

Permalink
remove duplicate tag entries
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed May 26, 2024
1 parent f62869b commit 758dfea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"colorfulazaleas:stripped_tecal_azalea_log",
"colorfulazaleas:stripped_titanium_azalea_log",
"colorfulazaleas:stripped_walnut_azalea_log",

"colorfulazaleas:azule_azalea_wood",
"colorfulazaleas:bright_azalea_wood",
"colorfulazaleas:roze_azalea_wood",
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/data/minecraft/tags/blocks/flowers.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"colorfulazaleas:purple_azalea_sapling",
"colorfulazaleas:white_azalea_sapling",

"colorfulazaleas:white_azalea_sapling",
"colorfulazaleas:orange_flowering_azalea_leaves",
"colorfulazaleas:yellow_flowering_azalea_leaves",
"colorfulazaleas:red_flowering_azalea_leaves",
Expand Down
20 changes: 20 additions & 0 deletions src/main/resources/data/minecraft/tags/items/flowers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"replace": false,
"values": [
"colorfulazaleas:orange_azalea_sapling",
"colorfulazaleas:yellow_azalea_sapling",
"colorfulazaleas:red_azalea_sapling",
"colorfulazaleas:blue_azalea_sapling",
"colorfulazaleas:pink_azalea_sapling",
"colorfulazaleas:purple_azalea_sapling",
"colorfulazaleas:white_azalea_sapling",

"colorfulazaleas:orange_flowering_azalea_leaves",
"colorfulazaleas:yellow_flowering_azalea_leaves",
"colorfulazaleas:red_flowering_azalea_leaves",
"colorfulazaleas:blue_flowering_azalea_leaves",
"colorfulazaleas:pink_flowering_azalea_leaves",
"colorfulazaleas:purple_flowering_azalea_leaves",
"colorfulazaleas:white_flowering_azalea_leaves"
]
}

0 comments on commit 758dfea

Please sign in to comment.