-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
c:flowers
, c:flowers/tall
, and c:flowers/small
block and it…
…em tags (#4352) * Add `c:flowers`, `c:flowers/tall`, and `c:flowers/small` block and item tags * Apply spotless * remove warning on flowers block tag * Update fabric-convention-tags-v2/src/main/java/net/fabricmc/fabric/api/tag/convention/v2/ConventionalItemTags.java Co-authored-by: Juuz <[email protected]> * Update fabric-convention-tags-v2/src/main/java/net/fabricmc/fabric/api/tag/convention/v2/ConventionalItemTags.java Co-authored-by: Juuz <[email protected]> * Update fabric-convention-tags-v2/src/main/java/net/fabricmc/fabric/api/tag/convention/v2/ConventionalItemTags.java Co-authored-by: Juuz <[email protected]> * remove small flower tag alias --------- Co-authored-by: Juuz <[email protected]>
- Loading branch information
1 parent
769ff5b
commit dfeded7
Showing
15 changed files
with
214 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
fabric-convention-tags-v2/src/generated/resources/data/c/tags/block/flowers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"values": [ | ||
"minecraft:flowering_azalea_leaves", | ||
"minecraft:flowering_azalea", | ||
"minecraft:mangrove_propagule", | ||
"minecraft:pink_petals", | ||
"minecraft:chorus_flower", | ||
"minecraft:spore_blossom", | ||
{ | ||
"id": "#c:flowers/small", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:flowers/tall", | ||
"required": false | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
fabric-convention-tags-v2/src/generated/resources/data/c/tags/block/flowers/small.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"values": [ | ||
"minecraft:dandelion", | ||
"minecraft:poppy", | ||
"minecraft:blue_orchid", | ||
"minecraft:allium", | ||
"minecraft:azure_bluet", | ||
"minecraft:red_tulip", | ||
"minecraft:orange_tulip", | ||
"minecraft:white_tulip", | ||
"minecraft:pink_tulip", | ||
"minecraft:oxeye_daisy", | ||
"minecraft:cornflower", | ||
"minecraft:lily_of_the_valley", | ||
"minecraft:wither_rose", | ||
"minecraft:torchflower", | ||
"minecraft:open_eyeblossom", | ||
"minecraft:closed_eyeblossom" | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
fabric-convention-tags-v2/src/generated/resources/data/c/tags/block/flowers/tall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"values": [ | ||
"minecraft:sunflower", | ||
"minecraft:lilac", | ||
"minecraft:peony", | ||
"minecraft:rose_bush", | ||
"minecraft:pitcher_plant", | ||
{ | ||
"id": "minecraft:tall_flowers", | ||
"required": false | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
fabric-convention-tags-v2/src/generated/resources/data/c/tags/item/flowers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"values": [ | ||
"minecraft:flowering_azalea_leaves", | ||
"minecraft:flowering_azalea", | ||
"minecraft:mangrove_propagule", | ||
"minecraft:pink_petals", | ||
"minecraft:chorus_flower", | ||
"minecraft:spore_blossom", | ||
{ | ||
"id": "#c:flowers/small", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:flowers/tall", | ||
"required": false | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
fabric-convention-tags-v2/src/generated/resources/data/c/tags/item/flowers/small.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"values": [ | ||
"minecraft:dandelion", | ||
"minecraft:poppy", | ||
"minecraft:blue_orchid", | ||
"minecraft:allium", | ||
"minecraft:azure_bluet", | ||
"minecraft:red_tulip", | ||
"minecraft:orange_tulip", | ||
"minecraft:white_tulip", | ||
"minecraft:pink_tulip", | ||
"minecraft:oxeye_daisy", | ||
"minecraft:cornflower", | ||
"minecraft:lily_of_the_valley", | ||
"minecraft:wither_rose", | ||
"minecraft:torchflower", | ||
"minecraft:open_eyeblossom", | ||
"minecraft:closed_eyeblossom" | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
fabric-convention-tags-v2/src/generated/resources/data/c/tags/item/flowers/tall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"values": [ | ||
"minecraft:sunflower", | ||
"minecraft:lilac", | ||
"minecraft:peony", | ||
"minecraft:rose_bush", | ||
"minecraft:pitcher_plant", | ||
{ | ||
"id": "minecraft:tall_flowers", | ||
"required": false | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
.../generated/resources/data/fabric-convention-tags-v2/fabric/tag_aliases/block/flowers.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"tags": [ | ||
"minecraft:flowers", | ||
"c:flowers" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
...rated/resources/data/fabric-convention-tags-v2/fabric/tag_aliases/item/flowers/small.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"tags": [ | ||
"minecraft:small_flowers", | ||
"c:flowers/small" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters