Skip to content

Commit 4da291c

Browse files
committed
added EN_US entry for Bucket of Doubt.
1 parent 253502c commit 4da291c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/generated/resources/assets/bloodmagic/lang/en_us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
"item.bloodmagic.destructivecatalyst": "Destructive Will Catalyst",
229229
"item.bloodmagic.destructivecrystal": "Destructive Will Crystal",
230230
"item.bloodmagic.divinationsigil": "Divination Sigil",
231+
"item.bloodmagic.doubt_bucket": "Bucket of Doubt",
231232
"item.bloodmagic.duskscribetool": "Inscription Tool: Dusk",
232233
"item.bloodmagic.earthscribetool": "Inscription Tool: Earth",
233234
"item.bloodmagic.enhancedteleposerfocus": "Enhanced Teleposition Focus",

src/main/java/wayoftime/bloodmagic/common/data/GeneratorLanguage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ protected void addTranslations()
669669
addItem(BloodMagicItems.SUPPRESSION_SIGIL, "Sigil of Suppression");
670670
addItem(BloodMagicItems.TELEPOSITION_SIGIL, "Teleposition Sigil");
671671

672+
addItem(BloodMagicItems.DOUBT_BUCKET, "Bucket of Doubt");
672673
addItem(BloodMagicItems.LIFE_ESSENCE_BUCKET, "Bucket of Life");
673674
addItem(BloodMagicItems.ARCANE_ASHES, "Arcane Ashes");
674675
addItem(BloodMagicItems.SLATE, "Blank Slate");

0 commit comments

Comments
 (0)