mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-24 08:38:17 -05:00
Fixed raw fish tag typo in name (#3921)
This commit is contained in:
parent
e063daeb2c
commit
86024ea6d6
4 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@
|
|||
"tag.item.c.foods.fruit": "Fruits",
|
||||
"tag.item.c.foods.fruits": "Fruits",
|
||||
"tag.item.c.foods.golden": "Golden Foods",
|
||||
"tag.item.c.foods.raw_fishe": "Raw Fishes",
|
||||
"tag.item.c.foods.raw_fish": "Raw Fishes",
|
||||
"tag.item.c.foods.raw_fishes": "Raw Fishes",
|
||||
"tag.item.c.foods.raw_meat": "Raw Meats",
|
||||
"tag.item.c.foods.raw_meats": "Raw Meats",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#c:foods/raw_fishe",
|
||||
"id": "#c:foods/raw_fish",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
|
|
|
@ -136,7 +136,7 @@ public final class ConventionalItemTags {
|
|||
public static final TagKey<Item> COOKIE_FOODS = register("foods/cookie");
|
||||
public static final TagKey<Item> RAW_MEAT_FOODS = register("foods/raw_meat");
|
||||
public static final TagKey<Item> COOKED_MEAT_FOODS = register("foods/cooked_meat");
|
||||
public static final TagKey<Item> RAW_FISH_FOODS = register("foods/raw_fishe");
|
||||
public static final TagKey<Item> RAW_FISH_FOODS = register("foods/raw_fish");
|
||||
public static final TagKey<Item> COOKED_FISH_FOODS = register("foods/cooked_fish");
|
||||
/**
|
||||
* Soups, stews, and other liquid food in bowls belongs in this tag.
|
||||
|
|
Loading…
Reference in a new issue