From 6a2b0165f9016406d7b62294098981baa4600aa7 Mon Sep 17 00:00:00 2001 From: Thorchlomo <73346346+Thorchlomo@users.noreply.github.com> Date: Sun, 16 May 2021 16:19:15 +0200 Subject: [PATCH] Added itemGroup name I don't know if it's intended that the item group doesn't have name, but I propose that he have one --- src/main/resources/assets/bigrat/lang/en_us.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/bigrat/lang/en_us.json b/src/main/resources/assets/bigrat/lang/en_us.json index e42471e..1ed2a3a 100644 --- a/src/main/resources/assets/bigrat/lang/en_us.json +++ b/src/main/resources/assets/bigrat/lang/en_us.json @@ -1,7 +1,9 @@ { "mod.bigrat.name": "BigRat", "mod.bigrat.description": "BIG RAT", - + + "itemGroup.bigrat.item_group": "Big Rat", + "entity.bigrat.big_rat": "Big Rat", "item.bigrat.big_rat_spawn_egg": "Big Rat Spawn Egg",