Skip to content

Commit

Permalink
Add chorus fruit to c:foods/fruit tag (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Aug 12, 2024
1 parent 2fee734 commit 16e8d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/generated/resources/data/c/tags/item/foods/fruit.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"minecraft:apple",
"minecraft:golden_apple",
"minecraft:enchanted_golden_apple",
"minecraft:chorus_fruit",
"minecraft:melon_slice",
{
"id": "#c:foods/fruits",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void addTags(HolderLookup.Provider lookupProvider) {
copy(Tags.Blocks.FENCES_NETHER_BRICK, Tags.Items.FENCES_NETHER_BRICK);
copy(Tags.Blocks.FENCES_WOODEN, Tags.Items.FENCES_WOODEN);
tag(Tags.Items.FERTILIZERS).add(Items.BONE_MEAL);
tag(Tags.Items.FOODS_FRUIT).add(Items.APPLE, Items.GOLDEN_APPLE, Items.ENCHANTED_GOLDEN_APPLE).add(Items.MELON_SLICE);
tag(Tags.Items.FOODS_FRUIT).add(Items.APPLE, Items.GOLDEN_APPLE, Items.ENCHANTED_GOLDEN_APPLE, Items.CHORUS_FRUIT, Items.MELON_SLICE);
tag(Tags.Items.FOODS_VEGETABLE).add(Items.CARROT, Items.GOLDEN_CARROT, Items.POTATO, Items.BEETROOT);
tag(Tags.Items.FOODS_BERRY).add(Items.SWEET_BERRIES, Items.GLOW_BERRIES);
tag(Tags.Items.FOODS_BREAD).add(Items.BREAD);
Expand Down

0 comments on commit 16e8d5a

Please sign in to comment.