Added Dusk and Dawn ritual diviners. Finished the majority of diviner logic.

This commit is contained in:
WayofTime 2015-12-31 16:31:01 -05:00
parent 9a610cc023
commit 7eee77ffe1
6 changed files with 97 additions and 2 deletions

View file

@ -100,7 +100,9 @@ item.BloodMagic.sigil.enderSeverance.name=Sigil of Ender Severance
item.BloodMagic.altarMaker.name=Altar Maker
item.BloodMagic.ritualDiviner.name=Ritual Diviner
item.BloodMagic.ritualDivinernormal.name=Ritual Diviner
item.BloodMagic.ritualDivinerdusk.name=Ritual Diviner [Dusk]
item.BloodMagic.ritualDivinerdawn.name=Ritual Diviner [Dawn]
# Blocks
tile.BloodMagic.fluid.lifeEssence.name=Life Essence
@ -207,8 +209,9 @@ tooltip.BloodMagic.telepositionFocus.dimension=Dimension ID: %d
ritual.BloodMagic.testRitual=Test Ritual
ritual.BloodMagic.waterRitual=Ritual of the Full Spring
ritual.BloodMagic.lavaRitual=Serenade of the Nether
ritual.BloodMagic.greenGrove=Ritual of the Green Grove
ritual.BloodMagic.greenGroveRitual=Ritual of the Green Grove
ritual.BloodMagic.jumpRitual=Ritual of the High Jump
ritual.BloodMagic.wellOfSufferingRitual=Well of Suffering
# Chat
chat.BloodMagic.altarMaker.setTier=Set Tier to: %d

View file

@ -0,0 +1,8 @@
{
"parent":"bloodmagic:item/ItemModelBase",
"textures": {
"layer0":"bloodmagic:items/RitualDiviner"
}
}

View file

@ -0,0 +1,8 @@
{
"parent":"bloodmagic:item/ItemModelBase",
"textures": {
"layer0":"bloodmagic:items/RitualDiviner"
}
}