Added Charging rune and associated necessities, such as having the Seer's Sigil detect total charge.
This commit is contained in:
parent
142cefd9be
commit
318e3a03c7
13 changed files with 145 additions and 22 deletions
|
@ -56,6 +56,11 @@
|
|||
"textures": {
|
||||
"all": "bloodmagic:blocks/AccelerationRune"
|
||||
}
|
||||
},
|
||||
"charging": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ChargingRune"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -174,6 +174,7 @@ tooltip.BloodMagic.sigil.seer.currentAltarConsumptionRate=Consumption Rate: %d L
|
|||
tooltip.BloodMagic.sigil.seer.currentAltarTier=Current Tier: %d
|
||||
tooltip.BloodMagic.sigil.seer.currentEssence=Current Essence: %d LP
|
||||
tooltip.BloodMagic.sigil.seer.currentAltarCapacity=Current Capacity: %d LP
|
||||
tooltip.BloodMagic.sigil.seer.currentCharge=Current Charge: %d
|
||||
tooltip.BloodMagic.sigil.phantomBridge.desc=&oWalking on thin air...
|
||||
tooltip.BloodMagic.sigil.whirlwind.desc=&oBest not to wear a skirt
|
||||
tooltip.BloodMagic.sigil.enderSeverance.desc=&oPutting Endermen in Dire situations!
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ChargingRune"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockBloodRune10",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 693 B |
Loading…
Add table
Add a link
Reference in a new issue