Skip to content

Commit

Permalink
feat: make the despoil sickle name permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed May 10, 2023
1 parent 7489062 commit 1dbaaee
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 @@ -346,7 +346,7 @@ private void addItemTranslations() {
addItem(ModItems.VOLATILE_FLUID, "Volatile Fluid", "Combustible extract, needs further processing to be more dangerous.");
addItem(ModItems.BILE, "Bile", "Organic base material which is often used in bio-alchemy.");

addItem(ModItems.DESPOIL_SICKLE, "[PH] Flesh Plunderer", "A very brittle yet highly specialized tool for pillaging special loot from dying mobs.\n\nWhen held in any Hand the tool guarantees Despoil Loot to drop while receiving additional durability damage.");
addItem(ModItems.DESPOIL_SICKLE, "Flesh Plunderer", "A very brittle yet highly specialized tool for pillaging special loot from dying mobs.\n\nWhen held in any Hand the tool guarantees Despoil Loot to drop while receiving additional durability damage.");
addItem(ModItems.VIAL, "Organic Vial", "A small organic container with very high alchemical resistance, perfect for holding reactive substances.\nThe vial dissolves on use.");
addItem(ModItems.LIVING_FLESH, "Living Flesh", "It's alive!\nBut it looks too dumb to be the brain of a mob. You should turn it into a construct.");
addItem(ModItems.PRIMORDIAL_CORE, "Primordial Core", "[WIP] A ominous artifact made of flesh. It makes you feel uneasy...");
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 @@ -56,7 +56,7 @@
"item.biomancy.volatile_fluid.tooltip": "Combustible extract, needs further processing to be more dangerous.",
"item.biomancy.bile": "Bile",
"item.biomancy.bile.tooltip": "Organic base material which is often used in bio-alchemy.",
"item.biomancy.despoil_sickle": "[PH] Flesh Plunderer",
"item.biomancy.despoil_sickle": "Flesh Plunderer",
"item.biomancy.despoil_sickle.tooltip": "A very brittle yet highly specialized tool for pillaging special loot from dying mobs.\n\nWhen held in any Hand the tool guarantees Despoil Loot to drop while receiving additional durability damage.",
"item.biomancy.vial": "Organic Vial",
"item.biomancy.vial.tooltip": "A small organic container with very high alchemical resistance, perfect for holding reactive substances.\nThe vial dissolves on use.",
Expand Down

0 comments on commit 1dbaaee

Please sign in to comment.