General toying with the enchantments for the Omega armour, tweaked the ritual diviner's functionality, fixed teleposers not teleposing players in certain circumstances.
This commit is contained in:
parent
bab6e576d2
commit
ab0c49f8c7
35 changed files with 360 additions and 69 deletions
|
@ -208,6 +208,23 @@ item.outputRoutingFocus.modItem.name=Output Routing Focus (ModItem)
|
|||
item.outputRoutingFocus.ignMeta.name=Output Routing Focus (Ignore Meta)
|
||||
item.outputRoutingFocus.matchNBT.name=Output Routing Focus (MatchNBT)
|
||||
item.outputRoutingFocus.global.name=Output Routing Focus (Global)
|
||||
item.dawnScribeTool.name=Elemental Inscription Tool: Dawn
|
||||
item.boundHelmetEarth.name=Earth Omega Helmet
|
||||
item.boundPlateEarth.name=Earth Omega Plate
|
||||
item.boundLeggingsEarth.name=Earth Omega Leggings
|
||||
item.boundBootsEarth.name=Earth Omega Boots
|
||||
item.boundHelmetWind.name=Wind Omega Helmet
|
||||
item.boundPlateWind.name=Wind Omega Plate
|
||||
item.boundLeggingsWind.name=Wind Omega Leggings
|
||||
item.boundBootsWind.name=Wind Omega Boots
|
||||
item.boundHelmetFire.name=Fire Omega Helmet
|
||||
item.boundPlateFire.name=Fire Omega Plate
|
||||
item.boundLeggingsFire.name=Fire Omega Leggings
|
||||
item.boundBootsFire.name=Fire Omega Boots
|
||||
item.boundHelmetWater.name=Water Omega Helmet
|
||||
item.boundPlateWater.name=Water Omega Plate
|
||||
item.boundLeggingsWater.name=Water Omega Leggings
|
||||
item.boundBootsWater.name=Water Omega Boots
|
||||
|
||||
#Creative Tab
|
||||
itemGroup.tabBloodMagic=Blood Magic
|
||||
|
@ -350,6 +367,7 @@ tooltip.ritualdiviner.firestones=Fire Stones:
|
|||
tooltip.ritualdiviner.moreinfo=Press shift for extended information
|
||||
tooltip.ritualdiviner.ritualtunedto=Ritual tuned to face:
|
||||
tooltip.ritualdiviner.waterstones=Water Stones:
|
||||
tooltip.ritualdiviner.dawnstones=Dawn Stones:
|
||||
tooltip.sacrificialdagger.desc1=A slight draining feeling tickles your fingers
|
||||
tooltip.sacrificialdagger.desc2=Just a prick of the
|
||||
tooltip.sacrificialdagger.desc3=finger will suffice...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue