Add a description for the Demonic Will
Displays when looking up a recipe in JEI.
This commit is contained in:
parent
269459c5c5
commit
18280786d9
|
@ -40,6 +40,7 @@ public class BloodMagicPlugin implements IModPlugin
|
|||
registry.addRecipes(TartaricForgeRecipeMaker.getRecipes());
|
||||
|
||||
registry.addDescription(new ItemStack(ModItems.altarMaker), "jei.BloodMagic.desc.altarBuilder");
|
||||
registry.addDescription(new ItemStack(ModItems.monsterSoul), "jei.BloodMagic.desc.demonicWill");
|
||||
|
||||
jeiHelper.getItemBlacklist().addItemToBlacklist(new ItemStack(ModBlocks.bloodLight));
|
||||
jeiHelper.getItemBlacklist().addItemToBlacklist(new ItemStack(ModBlocks.spectralBlock));
|
||||
|
|
|
@ -295,6 +295,7 @@ jei.BloodMagic.recipe.minimumSouls=Minimum: %d Will
|
|||
jei.BloodMagic.recipe.soulsDrained=Drained: %d Will
|
||||
|
||||
jei.BloodMagic.desc.altarBuilder=A creative-only item for use in debugging and testing.\n\nShift + Right click to change the tier to build. Right click an Altar to initiate the build.\n\nBreak an Altar while holding to dismantle it.
|
||||
jei.BloodMagic.desc.demonicWill=An imprint of a demonic entity attached to a creature.\n\nCan be obtained by killing a mob with a sentient weapon or by throwing a snare at a mob and killing it while it has white particles.
|
||||
|
||||
# WAILA
|
||||
waila.BloodMagic.sneak=&oSneak for Information
|
||||
|
|
Loading…
Reference in a new issue