(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:
parent
e3261357fe
commit
065043bafa
4 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue