Created the proper rendering for the crystal clusters while in hand
This commit is contained in:
parent
19fec96bfd
commit
ea24e7edd8
15 changed files with 261 additions and 7 deletions
|
@ -37,6 +37,11 @@ public class ItemComponent extends Item
|
|||
public static final String REAGENT_SEVERANCE = "reagentSeverance";
|
||||
public static final String REAGENT_TELEPOSITION = "reagentTeleposition";
|
||||
public static final String REAGENT_TRANSPOSITION = "reagentTransposition";
|
||||
public static final String CRYSTAL_DEFAULT = "crystalDefault";
|
||||
public static final String CRYSTAL_CORROSIVE = "crystalCorrosive";
|
||||
public static final String CRYSTAL_VENGEFUL = "crystalVengeful";
|
||||
public static final String CRYSTAL_DESTRUCTIVE = "crystalDestructive";
|
||||
public static final String CRYSTAL_STEADFAST = "crystalSteadfast";
|
||||
|
||||
public ItemComponent()
|
||||
{
|
||||
|
@ -71,6 +76,11 @@ public class ItemComponent extends Item
|
|||
names.add(16, REAGENT_SEVERANCE);
|
||||
names.add(17, REAGENT_TELEPOSITION);
|
||||
names.add(18, REAGENT_TRANSPOSITION);
|
||||
names.add(19, CRYSTAL_DEFAULT);
|
||||
names.add(20, CRYSTAL_CORROSIVE);
|
||||
names.add(21, CRYSTAL_VENGEFUL);
|
||||
names.add(22, CRYSTAL_DESTRUCTIVE);
|
||||
names.add(23, CRYSTAL_STEADFAST);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue