Added recipes for bound weapons. Created temporary recipe for the Binding Reagent.
This commit is contained in:
parent
f09cf5d018
commit
46f3e7573e
5 changed files with 24 additions and 6 deletions
|
@ -76,6 +76,7 @@ item.BloodMagic.baseComponent.reagentVoid.name=Void Reagent
|
|||
item.BloodMagic.baseComponent.reagentGrowth.name=Growth Reagent
|
||||
item.BloodMagic.baseComponent.reagentAffinity.name=Elemental Affinity Reagent
|
||||
item.BloodMagic.baseComponent.reagentSight.name=Sight Reagent
|
||||
item.BloodMagic.baseComponent.reagentBinding.name=Binding Reagent
|
||||
|
||||
item.BloodMagic.sigil.air.name=Air Sigil
|
||||
item.BloodMagic.sigil.bloodLight.name=Sigil of the Blood Lamp
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/ReagentBinding"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
Loading…
Add table
Add a link
Reference in a new issue