Skip to content

Commit

Permalink
feat: updated Exotic Flesh Mix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Nov 6, 2024
1 parent 10135f9 commit 205a59d
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 @@ -485,7 +485,7 @@ private void addItemTranslations() {
addItem(ModItems.LIVING_FLESH, "Living Flesh", "It's alive!\nUnfortunately, it looks too dumb to be the brain of a mob. You should turn it into a construct instead.");
addItem(ModItems.PRIMORDIAL_CORE, "Primordial Core", "A ominous artifact made of flesh. Looking at it makes you feel uneasy...");
addItem(ModItems.GUIDE_BOOK, "[WIP] Primordial Index", "[WIP] Ask questions?");
addItem(ModItems.CREATOR_MIX, "Exotic Flesh Mix", "A meal made for the cradle... not for you.");
addItem(ModItems.CREATOR_MIX, "Exotic Flesh Mix", "A carefully constructed tribute for the cradle... This exquisite meal contains raw meat infused with life energy.");
addItem(ModItems.INJECTOR, "Bio-Injector", """
A simple device which utilizes a razor sharp needle to quickly and forcefully inject Serums into Mobs and Players.
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 @@ -69,7 +69,7 @@
"item.biomancy.guide_book": "[WIP] Primordial Index",
"item.biomancy.guide_book.tooltip": "[WIP] Ask questions?",
"item.biomancy.creator_mix": "Exotic Flesh Mix",
"item.biomancy.creator_mix.tooltip": "A meal made for the cradle... not for you.",
"item.biomancy.creator_mix.tooltip": "A carefully constructed tribute for the cradle... This exquisite meal contains raw meat infused with life energy.",
"item.biomancy.injector": "Bio-Injector",
"item.biomancy.injector.tooltip": "A simple device which utilizes a razor sharp needle to quickly and forcefully inject Serums into Mobs and Players.\n\nCan be enchanted with:\n - Piercing: Increases the chance to pierce through armor\n - Anesthetic Touch: Nullifies the damage from the needle",
"item.biomancy.fertilizer": "Bio-Alchemical Fertilizer",
Expand Down

0 comments on commit 205a59d

Please sign in to comment.