Tentatitively added the other soul gems
This commit is contained in:
parent
fabf63b856
commit
36846e8952
13 changed files with 56 additions and 5 deletions
|
@ -110,7 +110,11 @@ item.BloodMagic.ritualDivinerdawn.name=Ritual Diviner [Dawn]
|
|||
item.BloodMagic.arcaneAshes.name=Arcane Ashes
|
||||
|
||||
item.BloodMagic.soul.sword.name=Soul Sword
|
||||
item.BloodMagic.soulGem.petty.name=Petty Soul Gem
|
||||
item.BloodMagic.soulGem.lesser.name=Lesser Soul Gem
|
||||
item.BloodMagic.soulGem.common.name=Common Soul Gem
|
||||
item.BloodMagic.soulGem.greater.name=Greater Soul Gem
|
||||
item.BloodMagic.soulGem.grand.name=Grand Soul Gem
|
||||
item.BloodMagic.soulSnare.base.name=Rudimentary Soul Snare
|
||||
|
||||
# Blocks
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulGemLesser"
|
||||
"layer0":"bloodmagic:items/SoulGemPetty"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulGemLesser"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulGemCommon"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulGemGreater"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulGemGrand"
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Add a link
Reference in a new issue