Added Tome of Peritia

Final push before the build.
This commit is contained in:
WayofTime 2020-11-21 10:54:40 -05:00
parent 9b79acaad6
commit 952b6aeeb0
11 changed files with 348 additions and 1 deletions

View file

@ -94,6 +94,7 @@
"item.bloodmagic.duskscribetool": "Inscription Tool: Dusk",
"item.bloodmagic.earthscribetool": "Inscription Tool: Earth",
"item.bloodmagic.etherealslate": "Ethereal Slate",
"item.bloodmagic.experiencebook": "Tome of Peritia",
"item.bloodmagic.explosivepowder": "Explosive Powder",
"item.bloodmagic.firescribetool": "Inscription Tool: Fire",
"item.bloodmagic.fragment_netherite_scrap": "Ancient Debris Fragment",
@ -352,6 +353,9 @@
"tooltip.bloodmagic.diviner.fireRune": "Fire Runes: %d",
"tooltip.bloodmagic.diviner.totalRune": "Total Runes: %d",
"tooltip.bloodmagic.diviner.waterRune": "Water Runes: %d",
"tooltip.bloodmagic.experienceTome": "A book used to store experience",
"tooltip.bloodmagic.experienceTome.exp": "Exp: %0.3f",
"tooltip.bloodmagic.experienceTome.expLevel": "Level: %d",
"tooltip.bloodmagic.extraInfo": "&9-Hold shift for more info-",
"tooltip.bloodmagic.holdShiftForInfo": "Press shift for extra info",
"tooltip.bloodmagic.inscriber.desc": "The writing is on the wall...",

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "bloodmagic:item/experiencebook"
}
}