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
@ -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",
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x111111,
|
||||
.emittedLight = 0x262626,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/black",
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x0000ff,
|
||||
.emittedLight = 0x236dc3,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/blue",
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x804000,
|
||||
.emittedLight = 0x694227,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/brown",
|
||||
}
|
||||
|
@ -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",
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x00ffb0,
|
||||
.emittedLight = 0x39dfce,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/cyan",
|
||||
}
|
||||
|
@ -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",
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x00ff00,
|
||||
.emittedLight = 0x269926,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/green",
|
||||
}
|
||||
|
@ -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",
|
||||
}
|
8
assets/cubyz/blocks/glow_crystal/indigo.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x2f3e92,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/indigo",
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x4040ff,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/light_blue",
|
||||
}
|
8
assets/cubyz/blocks/glow_crystal/lime.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x5fc12f,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/lime",
|
||||
}
|
8
assets/cubyz/blocks/glow_crystal/magenta.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0xf260ca,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/magenta",
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0xff8000,
|
||||
.emittedLight = 0xee7c11,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/orange",
|
||||
}
|
||||
|
8
assets/cubyz/blocks/glow_crystal/pink.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0xfa97cf,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/pink",
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0xff00ff,
|
||||
.emittedLight = 0x7c2995,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/purple",
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0xff0000,
|
||||
.emittedLight = 0xd52929,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/red",
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x8000ff,
|
||||
.emittedLight = 0xb93cba,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/violet",
|
||||
}
|
||||
|
8
assets/cubyz/blocks/glow_crystal/viridian.zig.zon
Normal file
@ -0,0 +1,8 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.drops = .{},
|
||||
.emittedLight = 0x0f6529,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:glow_crystal/viridian",
|
||||
}
|
BIN
assets/cubyz/blocks/textures/glow_crystal/aqua.png
Normal file
After Width: | Height: | Size: 517 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/aqua.png_emission.png
Normal file
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 434 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/black.png_emission.png
Normal file
After Width: | Height: | Size: 368 B |
After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 508 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 441 B |
After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 417 B |
After Width: | Height: | Size: 372 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/crimson.png
Normal file
After Width: | Height: | Size: 464 B |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 384 B |
After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.1 KiB |
BIN
assets/cubyz/blocks/textures/glow_crystal/dark_grey.png
Normal file
After Width: | Height: | Size: 493 B |
After Width: | Height: | Size: 387 B |
After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 367 B |
After Width: | Height: | Size: 365 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/grey.png
Normal file
After Width: | Height: | Size: 606 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/grey.png_emission.png
Normal file
After Width: | Height: | Size: 384 B |
After Width: | Height: | Size: 365 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/indigo.png
Normal file
After Width: | Height: | Size: 532 B |
After Width: | Height: | Size: 404 B |
After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 5.1 KiB |
BIN
assets/cubyz/blocks/textures/glow_crystal/lime.png
Normal file
After Width: | Height: | Size: 584 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/lime.png_emission.png
Normal file
After Width: | Height: | Size: 417 B |
After Width: | Height: | Size: 363 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/magenta.png
Normal file
After Width: | Height: | Size: 553 B |
After Width: | Height: | Size: 338 B |
After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 576 B After Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 384 B |
After Width: | Height: | Size: 375 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/pink.png
Normal file
After Width: | Height: | Size: 534 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/pink.png_emission.png
Normal file
After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 367 B |
After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 384 B |
After Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 598 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 371 B |
After Width: | Height: | Size: 377 B |
BIN
assets/cubyz/blocks/textures/glow_crystal/viridian.png
Normal file
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 367 B |
After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 371 B |
After Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 390 B |
@ -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;
|
||||
|
||||
|