Added blood lamp reagent, sigil effects, and the blood lamp array.

This commit is contained in:
WayofTime 2016-01-31 14:31:16 -05:00
parent 9839dccd04
commit 27d63d5df3
11 changed files with 70 additions and 30 deletions

View file

@ -29,6 +29,7 @@ public class ItemComponent extends Item
public static final String REAGENT_BINDING = "reagentBinding";
public static final String REAGENT_SUPPRESSION = "reagentSuppression";
public static final String COMPONENT_FRAME_PART = "frameParts";
public static final String REAGENT_BLOODLIGHT = "reagentBloodLight";
public ItemComponent()
{
@ -55,6 +56,7 @@ public class ItemComponent extends Item
names.add(8, REAGENT_BINDING);
names.add(9, REAGENT_SUPPRESSION);
names.add(10, COMPONENT_FRAME_PART);
names.add(11, REAGENT_BLOODLIGHT);
}
@Override