Created the base items class, for items that are mainly just used in recipes.
Created reagents to be used in array crafting and added the array recipes for the water, lava, void, green grove, fast miner, elemental affinity, sight and air sigils. Fixed the textures for the Sight sigil and Fast Miner sigil.
This commit is contained in:
parent
440e629e11
commit
9ce9c66fb9
23 changed files with 156 additions and 5 deletions
|
@ -59,6 +59,15 @@ item.BloodMagic.reagent.virtus.name=Virtus
|
|||
item.BloodMagic.reagent.reductus.name=Reductus
|
||||
item.BloodMagic.reagent.potentia.name=Potentia
|
||||
|
||||
item.BloodMagic.baseComponent.reagentWater.name=Water Reagent
|
||||
item.BloodMagic.baseComponent.reagentLava.name=Lava Reagent
|
||||
item.BloodMagic.baseComponent.reagentAir.name=Air Reagent
|
||||
item.BloodMagic.baseComponent.reagentFastMiner.name=Mining Reagent
|
||||
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.sigil.air.name=Air Sigil
|
||||
item.BloodMagic.sigil.bloodLight.name=Sigil of the Blood Lamp
|
||||
item.BloodMagic.sigil.compression.name=Sigil of Compression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue