Made items for titanic cosmetics dyes.
This commit is contained in:
parent
b6d573a4d5
commit
2abf3edad4
@ -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
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user