mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-13 16:53:35 -04:00
Add chorus fruit to c:foods/fruit
tag (#4021)
* Add an API to add additional supported blocks to block entity types. (#4009)
(cherry picked from commit 40875a9333
)
* Bump version
* Add chorus fruit to 1c:foods/fruit` tag
---------
Co-authored-by: modmuss <modmuss50@gmail.com>
This commit is contained in:
parent
e8bb7c8e9a
commit
a1f763fa52
2 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,7 @@ public final class ItemTagGenerator extends FabricTagProvider.ItemTagProvider {
|
|||
.add(Items.APPLE)
|
||||
.add(Items.GOLDEN_APPLE)
|
||||
.add(Items.ENCHANTED_GOLDEN_APPLE)
|
||||
.add(Items.CHORUS_FRUIT)
|
||||
.add(Items.MELON_SLICE)
|
||||
.addOptionalTag(ConventionalItemTags.FRUITS_FOODS);
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"minecraft:apple",
|
||||
"minecraft:golden_apple",
|
||||
"minecraft:enchanted_golden_apple",
|
||||
"minecraft:chorus_fruit",
|
||||
"minecraft:melon_slice",
|
||||
{
|
||||
"id": "#c:foods/fruits",
|
||||
|
|
Loading…
Reference in a new issue