Added the Potion Flask and a few of the potion effects - max amount of effects that can be added to a single flask is currently 3
This commit is contained in:
parent
944b8232e6
commit
98406793a1
9 changed files with 47 additions and 4 deletions
|
@ -145,6 +145,16 @@
|
|||
"textures": {
|
||||
"layer0": "bloodmagic:items/ReagentHolding"
|
||||
}
|
||||
},
|
||||
"mundanelength": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/MundaneLengtheningCatalyst"
|
||||
}
|
||||
},
|
||||
"mundanepower": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/MundanePowerCatalyst"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -100,6 +100,10 @@ item.BloodMagic.baseComponent.antiseptic.name=Antiseptic
|
|||
item.BloodMagic.cuttingFluid.basicCuttingFluid.name=Basic Cutting Fluid
|
||||
item.BloodMagic.cuttingFluid.explosive.name=Explosive Powder
|
||||
|
||||
item.BloodMagic.baseComponent.mundaneLength.name=Simple Lengthening Catalyst
|
||||
item.BloodMagic.baseComponent.mundanePower.name=Simple Power Catalyst
|
||||
|
||||
|
||||
item.BloodMagic.demonCrystal.crystalDefault.name=Demon Will Crystal
|
||||
item.BloodMagic.demonCrystal.crystalCorrosive.name=Corrosive Will Crystal
|
||||
item.BloodMagic.demonCrystal.crystalDestructive.name=Destructive Will Crystal
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 336 B |
Binary file not shown.
After Width: | Height: | Size: 342 B |
Loading…
Add table
Add a link
Reference in a new issue