Update glow crystals to new coloured blocks palette (#894)

* Update glowcrystal texture, update to new coloured block palette, start on special textures

* Fixes + more work on special textures

* Tweak special textures and emmision vlalues

* Tweaks

* Final edit

* Geen

* Revert glass changes
This commit is contained in:
careeoki 2025-01-07 16:11:40 -07:00 committed by GitHub
parent a85237ba2e
commit 7631be234f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
88 changed files with 60 additions and 28 deletions

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x808080,
.emittedLight = 0x16a7da,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/gray",
.texture = "cubyz:glow_crystal/aqua",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x111111,
.emittedLight = 0x262626,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/black",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x0000ff,
.emittedLight = 0x236dc3,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/blue",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x804000,
.emittedLight = 0x694227,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/brown",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x800000,
.emittedLight = 0x961b1e,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/dark_red",
.texture = "cubyz:glow_crystal/crimson",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x00ffb0,
.emittedLight = 0x39dfce,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/cyan",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x444444,
.emittedLight = 0x414141,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/dark_gray",
.texture = "cubyz:glow_crystal/dark_grey",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x00ff00,
.emittedLight = 0x269926,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/green",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x008000,
.emittedLight = 0xc1c1c1,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/dark_green",
.texture = "cubyz:glow_crystal/grey",
}

View File

@ -0,0 +1,8 @@
.{
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x2f3e92,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/indigo",
}

View File

@ -1,8 +0,0 @@
.{
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x4040ff,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/light_blue",
}

View File

@ -0,0 +1,8 @@
.{
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x5fc12f,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/lime",
}

View File

@ -0,0 +1,8 @@
.{
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0xf260ca,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/magenta",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0xff8000,
.emittedLight = 0xee7c11,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/orange",
}

View File

@ -0,0 +1,8 @@
.{
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0xfa97cf,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/pink",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0xff00ff,
.emittedLight = 0x7c2995,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/purple",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0xff0000,
.emittedLight = 0xd52929,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/red",
}

View File

@ -2,7 +2,7 @@
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x8000ff,
.emittedLight = 0xb93cba,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/violet",
}

View File

@ -0,0 +1,8 @@
.{
.class = .stone,
.hardness = 2,
.drops = .{},
.emittedLight = 0x0f6529,
.model = "cubyz:cube",
.texture = "cubyz:glow_crystal/viridian",
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

View File

@ -18,9 +18,9 @@ pub const priority = 65537;
pub const generatorSeed = 0x9b450ffb0d415317;
const crystalColor = [_][]const u8 {
"red", "orange", "yellow", "green", "cyan", "blue", "violet", "purple", // 8 Base colors
"dark_red", "dark_green", "light_blue", "brown", // 4 darker colors
"white", "gray", "dark_gray", "black", // 4 grayscale colors
"red", "orange", "yellow", "lime", "green", "cyan", "aqua", "blue", "pink", "magenta", "violet", // 8 Base colors
"crimson", "viridian", "indigo", "purple", "brown", // 5 darker colors
"white", "grey", "dark_grey", "black", // 4 grayscale colors
};
var glowCrystals: [crystalColor.len]u16 = undefined;