(Temporary?) Recipe for Holding Sigil (#824)

I just kinda picked stuff... Chest + Leather + String = Makeshift backpack = "essence" of portable storage? i'unno
This commit is contained in:
Nicholas Ignoffo 2016-06-25 15:43:53 -07:00
parent e3261357fe
commit 065043bafa
4 changed files with 11 additions and 2 deletions

View file

@ -50,6 +50,7 @@ public class ItemComponent extends Item implements IVariantProvider
public static final String SALTPETER = "saltpeter";
public static final String NEURO_TOXIN = "neurotoxin";
public static final String ANTISEPTIC = "antiseptic";
public static final String REAGENT_HOLDING = "reagentHolding";
public ItemComponent()
{
@ -91,6 +92,7 @@ public class ItemComponent extends Item implements IVariantProvider
names.add(24, SALTPETER);
names.add(25, NEURO_TOXIN);
names.add(26, ANTISEPTIC);
names.add(27, REAGENT_HOLDING);
}
@Override