Skip to content

Commit

Permalink
fix: double horseradish tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Sep 26, 2024
1 parent 9ca769b commit c9060c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/gregtechfoodoption/item/GTFOMetaItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,6 @@ public void registerSubItems() {
HORSERADISH_SEED.addComponents(new GTFOCropSeedBehaviour(GTFOCrops.CROP_HORSERADISH, HORSERADISH_SEED.getStackForm(), HORSERADISH.getStackForm()));
GARLIC_CLOVE = addItem(307, "seed.garlic");
GARLIC_CLOVE.addComponents(new GTFOCropSeedBehaviour(GTFOCrops.CROP_GARLIC, GARLIC_CLOVE.getStackForm(), GARLIC_BULB.getStackForm()));
HORSERADISH_SEED.addComponents(new GTFOCropSeedBehaviour(GTFOCrops.CROP_HORSERADISH, HORSERADISH_SEED.getStackForm(), HORSERADISH.getStackForm()));
ARTICHOKE_HEART = addItem(267, "component.artichoke");
ARTICHOKE_SEED = addItem(268, "seed.artichoke");
ARTICHOKE_SEED.addComponents(new GTFOCropSeedBehaviour(GTFOCrops.CROP_ARTICHOKE, ARTICHOKE_SEED.getStackForm(), ARTICHOKE_HEART.getStackForm()));
Expand Down

0 comments on commit c9060c9

Please sign in to comment.