Added Dusk and Dawn ritual diviners. Finished the majority of diviner logic.
This commit is contained in:
parent
9a610cc023
commit
7eee77ffe1
6 changed files with 97 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/RitualDiviner"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/RitualDiviner"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue