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
|
@ -51,6 +51,8 @@ public class ItemComponent extends Item implements IVariantProvider
|
|||
public static final String NEURO_TOXIN = "neurotoxin";
|
||||
public static final String ANTISEPTIC = "antiseptic";
|
||||
public static final String REAGENT_HOLDING = "reagentHolding";
|
||||
public static final String CATALYST_LENGTH_1 = "mundaneLength";
|
||||
public static final String CATALYST_POWER_1 = "mundanePower";
|
||||
|
||||
public ItemComponent()
|
||||
{
|
||||
|
@ -93,6 +95,8 @@ public class ItemComponent extends Item implements IVariantProvider
|
|||
names.add(25, NEURO_TOXIN);
|
||||
names.add(26, ANTISEPTIC);
|
||||
names.add(27, REAGENT_HOLDING);
|
||||
names.add(28, CATALYST_LENGTH_1);
|
||||
names.add(29, CATALYST_POWER_1);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue