Added recipes for bound weapons. Created temporary recipe for the Binding Reagent.
This commit is contained in:
parent
f09cf5d018
commit
46f3e7573e
5 changed files with 24 additions and 6 deletions
|
@ -26,6 +26,7 @@ public class ItemComponent extends Item {
|
|||
public static final String REAGENT_GROWTH = "reagentGrowth";
|
||||
public static final String REAGENT_AFFINITY = "reagentAffinity";
|
||||
public static final String REAGENT_SIGHT = "reagentSight";
|
||||
public static final String REAGENT_BINDING = "reagentBinding";
|
||||
|
||||
public ItemComponent() {
|
||||
super();
|
||||
|
@ -46,6 +47,7 @@ public class ItemComponent extends Item {
|
|||
names.add(5, REAGENT_GROWTH);
|
||||
names.add(6, REAGENT_AFFINITY);
|
||||
names.add(7, REAGENT_SIGHT);
|
||||
names.add(8, REAGENT_BINDING);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue