Backstage Sigil of Holding (#785)
* Backstage Sigil of Holding All Sigil of Holding features work, just need to add the aesthetics -> TehNut Somebody might want to look at adding LP costs to the Sigil? Also recipes need to be added Added a keybinding system for future usage Standardized some NBT tags Compact classes Fix lang stuff? * Fancify Sigil of Holding GUI Displays the selected sigil in the GUI now Woops * Quick fix * Unused import * Final commit I promise
This commit is contained in:
parent
9aa2f86c88
commit
8d66575530
19 changed files with 922 additions and 6 deletions
|
@ -122,6 +122,8 @@ item.BloodMagic.sigil.seer.name=Seer's Sigil
|
|||
item.BloodMagic.sigil.phantomBridge.name=Sigil of the Phantom Bridge
|
||||
item.BloodMagic.sigil.whirlwind.name=Sigil of the Whirlwind
|
||||
item.BloodMagic.sigil.enderSeverance.name=Sigil of Ender Severance
|
||||
item.BloodMagic.sigil.holding.name=Sigil of Holding
|
||||
item.BloodMagic.sigil.holding.display=%s: &l&n%s
|
||||
|
||||
item.BloodMagic.sigil.teleposition.name=Teleposition Sigil
|
||||
item.BloodMagic.sigil.transposition.name=Transposition Sigil
|
||||
|
@ -283,6 +285,8 @@ tooltip.BloodMagic.sigil.whirlwind.desc=&oBest not to wear a skirt
|
|||
tooltip.BloodMagic.sigil.enderSeverance.desc=&oPutting Endermen in Dire situations!
|
||||
tooltip.BloodMagic.sigil.teleposition.desc=I am very close to being moved by this.
|
||||
tooltip.BloodMagic.sigil.transposition.desc=Feel the power of the Force, my young apprentice.
|
||||
tooltip.BloodMagic.sigil.holding.desc=Sigil-ception
|
||||
tooltip.BloodMagic.sigil.holding.sigilInSlot=Slot %d: %s
|
||||
|
||||
tooltip.BloodMagic.bound.sword.desc=&oCulling the weak
|
||||
tooltip.BloodMagic.bound.pickaxe.desc=&oDestroying stone without mercy
|
||||
|
@ -588,6 +592,9 @@ commands.soulnetwork.notACommand=That is not a valid command
|
|||
commands.soulnetwork.fillMax.success=Successfully filled %s's Soul Network to their orb max!
|
||||
commands.soulnetwork.create.success=Successfully created %s's Soul Network (Orb tier: %d)
|
||||
|
||||
# Keybinds
|
||||
BloodMagic.keybind.openSigilHolding=Open Sigil of Holding
|
||||
|
||||
# JustEnoughItems
|
||||
jei.BloodMagic.recipe.altar=Blood Altar
|
||||
jei.BloodMagic.recipe.binding=Alchemy Array (Binding)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue