File tree Expand file tree Collapse file tree
generated/resources/assets/bloodmagic/lang
main/java/wayoftime/bloodmagic/common/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments