mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-05 09:54:59 +01:00
Tweak creative particle colors to match palette
This commit is contained in:
parent
01366e30bb
commit
f4eaf6fff4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class BlazeBurnerTileEntity extends SmartTileEntity {
|
||||||
{ 0x1C6378, 0x4798B5, 0x4DA6C0, 0xBAC8CE }
|
{ 0x1C6378, 0x4798B5, 0x4DA6C0, 0xBAC8CE }
|
||||||
};
|
};
|
||||||
|
|
||||||
int[] creativeColors = { 0xFF1FF9, 0xF799FF };
|
int[] creativeColors = { 0x54295D, 0x6E3C76, 0xA5479F, 0x85157C };
|
||||||
|
|
||||||
PARTICLE_COLORS = new Vector3d[colors.length][];
|
PARTICLE_COLORS = new Vector3d[colors.length][];
|
||||||
for (int i = 0; i < colors.length; i++) {
|
for (int i = 0; i < colors.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue