Made items for titanic cosmetics dyes.

This commit is contained in:
Mysticate 2015-10-11 22:29:26 -04:00
parent b6d573a4d5
commit 2abf3edad4
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ public class MorphTitan extends MorphGadget
C.cRed + "Unlocked with Titan Rank", C.cRed + "Unlocked with Titan Rank",
}, },
-1, -1,
Material.REDSTONE_BLOCK, (byte)0); Material.INK_SACK, (byte)8);
} }
@Override @Override

View File

@ -17,6 +17,6 @@ public class ParticleTitan extends ParticleGadget
C.cRed + "Unlocked with Titan Rank", C.cRed + "Unlocked with Titan Rank",
}, },
-1, -1,
Material.REDSTONE_BLOCK, (byte)0); Material.INK_SACK, (byte)8);
} }
} }

View File

@ -19,8 +19,8 @@ public class MountTitan extends HorseMount
" ", " ",
C.cRed + "Unlocked with Titan Rank", C.cRed + "Unlocked with Titan Rank",
}, },
Material.REDSTONE_BLOCK, Material.INK_SACK,
(byte)0, (byte)8,
-1, -1,
Color.BLACK, Style.BLACK_DOTS, Variant.UNDEAD_HORSE, 0.8, null); Color.BLACK, Style.BLACK_DOTS, Variant.UNDEAD_HORSE, 0.8, null);
} }