Skip to content

Commit

Permalink
fix: fix Ravenous Claws item name
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jun 25, 2023
1 parent 272071d commit ea9f79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ private void addItemTranslations() {
Right Click the Sac to retrieve the Items.""");

addItem(ModItems.RAVENOUS_CLAWS, "Ravenous Claws [Rework v1]", """
addItem(ModItems.RAVENOUS_CLAWS, "Ravenous Claws", """
Extremely hungry and vicious Claws forged by starving living flesh and grafting claws onto them.
Feed the famished claws by killing Mobs or feed them with food via the player inventory.""");
Expand Down
2 changes: 1 addition & 1 deletion src/generated/resources/assets/biomancy/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"item.biomancy.fertilizer.tooltip": "Fertilizer that induces hyper-growth in plants, even for reeds, cactus, nether wart and chorus plant.",
"item.biomancy.gift_sac": "Gift Sac",
"item.biomancy.gift_sac.tooltip": "Looks like some objects are wrapped in an organic layer of skin. It's either filled with items or toxin if your language is set to German.\n\nRight Click the Sac to retrieve the Items.",
"item.biomancy.ravenous_claws": "Ravenous Claws [Rework v1]",
"item.biomancy.ravenous_claws": "Ravenous Claws",
"item.biomancy.ravenous_claws.tooltip": "Extremely hungry and vicious Claws forged by starving living flesh and grafting claws onto them.\n\nFeed the famished claws by killing Mobs or feed them with food via the player inventory.",
"item.biomancy.dev_arm_cannon": "[Dev Tool] Arm Cannon",
"item.biomancy.dev_arm_cannon.tooltip": "Creative/Developer Tool for testing projectiles.",
Expand Down

0 comments on commit ea9f79c

Please sign in to comment.