diff --git a/assets/cubyz/blocks/glow_crystal/gray.zig.zon b/assets/cubyz/blocks/glow_crystal/aqua.zig.zon similarity index 54% rename from assets/cubyz/blocks/glow_crystal/gray.zig.zon rename to assets/cubyz/blocks/glow_crystal/aqua.zig.zon index 14f08170..a947af47 100644 --- a/assets/cubyz/blocks/glow_crystal/gray.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/aqua.zig.zon @@ -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", } diff --git a/assets/cubyz/blocks/glow_crystal/black.zig.zon b/assets/cubyz/blocks/glow_crystal/black.zig.zon index 085cbe10..d362b3d8 100644 --- a/assets/cubyz/blocks/glow_crystal/black.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/black.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0x111111, + .emittedLight = 0x262626, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/black", } diff --git a/assets/cubyz/blocks/glow_crystal/blue.zig.zon b/assets/cubyz/blocks/glow_crystal/blue.zig.zon index 7ee0ab2d..2840eeda 100644 --- a/assets/cubyz/blocks/glow_crystal/blue.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/blue.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0x0000ff, + .emittedLight = 0x236dc3, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/blue", } diff --git a/assets/cubyz/blocks/glow_crystal/brown.zig.zon b/assets/cubyz/blocks/glow_crystal/brown.zig.zon index 6047eedb..28ceb70b 100644 --- a/assets/cubyz/blocks/glow_crystal/brown.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/brown.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0x804000, + .emittedLight = 0x694227, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/brown", } diff --git a/assets/cubyz/blocks/glow_crystal/dark_red.zig.zon b/assets/cubyz/blocks/glow_crystal/crimson.zig.zon similarity index 52% rename from assets/cubyz/blocks/glow_crystal/dark_red.zig.zon rename to assets/cubyz/blocks/glow_crystal/crimson.zig.zon index e2577a20..a7d0c08a 100644 --- a/assets/cubyz/blocks/glow_crystal/dark_red.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/crimson.zig.zon @@ -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", } diff --git a/assets/cubyz/blocks/glow_crystal/cyan.zig.zon b/assets/cubyz/blocks/glow_crystal/cyan.zig.zon index 494704e2..b7222106 100644 --- a/assets/cubyz/blocks/glow_crystal/cyan.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/cyan.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0x00ffb0, + .emittedLight = 0x39dfce, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/cyan", } diff --git a/assets/cubyz/blocks/glow_crystal/dark_gray.zig.zon b/assets/cubyz/blocks/glow_crystal/dark_grey.zig.zon similarity index 52% rename from assets/cubyz/blocks/glow_crystal/dark_gray.zig.zon rename to assets/cubyz/blocks/glow_crystal/dark_grey.zig.zon index 8ecb649e..01465d12 100644 --- a/assets/cubyz/blocks/glow_crystal/dark_gray.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/dark_grey.zig.zon @@ -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", } diff --git a/assets/cubyz/blocks/glow_crystal/green.zig.zon b/assets/cubyz/blocks/glow_crystal/green.zig.zon index 7e9013e0..b6255d0e 100644 --- a/assets/cubyz/blocks/glow_crystal/green.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/green.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0x00ff00, + .emittedLight = 0x269926, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/green", } diff --git a/assets/cubyz/blocks/glow_crystal/dark_green.zig.zon b/assets/cubyz/blocks/glow_crystal/grey.zig.zon similarity index 52% rename from assets/cubyz/blocks/glow_crystal/dark_green.zig.zon rename to assets/cubyz/blocks/glow_crystal/grey.zig.zon index bf0af1d9..4711ccca 100644 --- a/assets/cubyz/blocks/glow_crystal/dark_green.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/grey.zig.zon @@ -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", } diff --git a/assets/cubyz/blocks/glow_crystal/indigo.zig.zon b/assets/cubyz/blocks/glow_crystal/indigo.zig.zon new file mode 100644 index 00000000..12d505a6 --- /dev/null +++ b/assets/cubyz/blocks/glow_crystal/indigo.zig.zon @@ -0,0 +1,8 @@ +.{ + .class = .stone, + .hardness = 2, + .drops = .{}, + .emittedLight = 0x2f3e92, + .model = "cubyz:cube", + .texture = "cubyz:glow_crystal/indigo", +} diff --git a/assets/cubyz/blocks/glow_crystal/light_blue.zig.zon b/assets/cubyz/blocks/glow_crystal/light_blue.zig.zon deleted file mode 100644 index b8ecc73f..00000000 --- a/assets/cubyz/blocks/glow_crystal/light_blue.zig.zon +++ /dev/null @@ -1,8 +0,0 @@ -.{ - .class = .stone, - .hardness = 2, - .drops = .{}, - .emittedLight = 0x4040ff, - .model = "cubyz:cube", - .texture = "cubyz:glow_crystal/light_blue", -} diff --git a/assets/cubyz/blocks/glow_crystal/lime.zig.zon b/assets/cubyz/blocks/glow_crystal/lime.zig.zon new file mode 100644 index 00000000..5e1e6c55 --- /dev/null +++ b/assets/cubyz/blocks/glow_crystal/lime.zig.zon @@ -0,0 +1,8 @@ +.{ + .class = .stone, + .hardness = 2, + .drops = .{}, + .emittedLight = 0x5fc12f, + .model = "cubyz:cube", + .texture = "cubyz:glow_crystal/lime", +} diff --git a/assets/cubyz/blocks/glow_crystal/magenta.zig.zon b/assets/cubyz/blocks/glow_crystal/magenta.zig.zon new file mode 100644 index 00000000..d02b2ee9 --- /dev/null +++ b/assets/cubyz/blocks/glow_crystal/magenta.zig.zon @@ -0,0 +1,8 @@ +.{ + .class = .stone, + .hardness = 2, + .drops = .{}, + .emittedLight = 0xf260ca, + .model = "cubyz:cube", + .texture = "cubyz:glow_crystal/magenta", +} diff --git a/assets/cubyz/blocks/glow_crystal/orange.zig.zon b/assets/cubyz/blocks/glow_crystal/orange.zig.zon index d6f88243..adc80ffa 100644 --- a/assets/cubyz/blocks/glow_crystal/orange.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/orange.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0xff8000, + .emittedLight = 0xee7c11, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/orange", } diff --git a/assets/cubyz/blocks/glow_crystal/pink.zig.zon b/assets/cubyz/blocks/glow_crystal/pink.zig.zon new file mode 100644 index 00000000..119371f2 --- /dev/null +++ b/assets/cubyz/blocks/glow_crystal/pink.zig.zon @@ -0,0 +1,8 @@ +.{ + .class = .stone, + .hardness = 2, + .drops = .{}, + .emittedLight = 0xfa97cf, + .model = "cubyz:cube", + .texture = "cubyz:glow_crystal/pink", +} diff --git a/assets/cubyz/blocks/glow_crystal/purple.zig.zon b/assets/cubyz/blocks/glow_crystal/purple.zig.zon index 2f3a5bea..a90febe3 100644 --- a/assets/cubyz/blocks/glow_crystal/purple.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/purple.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0xff00ff, + .emittedLight = 0x7c2995, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/purple", } diff --git a/assets/cubyz/blocks/glow_crystal/red.zig.zon b/assets/cubyz/blocks/glow_crystal/red.zig.zon index 3031cf68..8df27f51 100644 --- a/assets/cubyz/blocks/glow_crystal/red.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/red.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0xff0000, + .emittedLight = 0xd52929, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/red", } diff --git a/assets/cubyz/blocks/glow_crystal/violet.zig.zon b/assets/cubyz/blocks/glow_crystal/violet.zig.zon index ca023737..9ea5ccb8 100644 --- a/assets/cubyz/blocks/glow_crystal/violet.zig.zon +++ b/assets/cubyz/blocks/glow_crystal/violet.zig.zon @@ -2,7 +2,7 @@ .class = .stone, .hardness = 2, .drops = .{}, - .emittedLight = 0x8000ff, + .emittedLight = 0xb93cba, .model = "cubyz:cube", .texture = "cubyz:glow_crystal/violet", } diff --git a/assets/cubyz/blocks/glow_crystal/viridian.zig.zon b/assets/cubyz/blocks/glow_crystal/viridian.zig.zon new file mode 100644 index 00000000..691fe719 --- /dev/null +++ b/assets/cubyz/blocks/glow_crystal/viridian.zig.zon @@ -0,0 +1,8 @@ +.{ + .class = .stone, + .hardness = 2, + .drops = .{}, + .emittedLight = 0x0f6529, + .model = "cubyz:cube", + .texture = "cubyz:glow_crystal/viridian", +} diff --git a/assets/cubyz/blocks/textures/glow_crystal/aqua.png b/assets/cubyz/blocks/textures/glow_crystal/aqua.png new file mode 100644 index 00000000..2f31da73 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/aqua.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/aqua.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/aqua.png_emission.png new file mode 100644 index 00000000..0b4a2899 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/aqua.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/aqua.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/aqua.png_reflectivity.png new file mode 100644 index 00000000..eac6aea3 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/aqua.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/black.png b/assets/cubyz/blocks/textures/glow_crystal/black.png index 4769d645..ba1380c1 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/black.png and b/assets/cubyz/blocks/textures/glow_crystal/black.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/black.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/black.png_emission.png new file mode 100644 index 00000000..88966eb0 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/black.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/black.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/black.png_reflectivity.png new file mode 100644 index 00000000..0a3277a5 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/black.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/blue.png b/assets/cubyz/blocks/textures/glow_crystal/blue.png index 78a429ed..220283f8 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/blue.png and b/assets/cubyz/blocks/textures/glow_crystal/blue.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/blue.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/blue.png_emission.png index cf1212f6..3b03520e 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/blue.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/blue.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/blue.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/blue.png_reflectivity.png new file mode 100644 index 00000000..4a6d14e1 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/blue.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/brown.png b/assets/cubyz/blocks/textures/glow_crystal/brown.png index 37cc14a0..51439b46 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/brown.png and b/assets/cubyz/blocks/textures/glow_crystal/brown.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/brown.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/brown.png_emission.png index e1071a64..b23c52dc 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/brown.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/brown.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/brown.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/brown.png_reflectivity.png new file mode 100644 index 00000000..51997fe4 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/brown.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/crimson.png b/assets/cubyz/blocks/textures/glow_crystal/crimson.png new file mode 100644 index 00000000..cb0630bb Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/crimson.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/crimson.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/crimson.png_emission.png new file mode 100644 index 00000000..0b4a2899 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/crimson.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/crimson.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/crimson.png_reflectivity.png new file mode 100644 index 00000000..50d53a20 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/crimson.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/cyan.png b/assets/cubyz/blocks/textures/glow_crystal/cyan.png index a5ba8fa0..b556e12d 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/cyan.png and b/assets/cubyz/blocks/textures/glow_crystal/cyan.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/cyan.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/cyan.png_emission.png index d4885bf3..b69c4e8d 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/cyan.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/cyan.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/cyan.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/cyan.png_reflectivity.png new file mode 100644 index 00000000..93b4f9cb Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/cyan.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_gray.png b/assets/cubyz/blocks/textures/glow_crystal/dark_gray.png deleted file mode 100644 index 5551065a..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/dark_gray.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_green.png b/assets/cubyz/blocks/textures/glow_crystal/dark_green.png deleted file mode 100644 index 30886c51..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/dark_green.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_green.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/dark_green.png_emission.png deleted file mode 100644 index 6bfe8210..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/dark_green.png_emission.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png b/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png new file mode 100644 index 00000000..a6fbb7bc Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png_emission.png new file mode 100644 index 00000000..9b89ddd2 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png_reflectivity.png new file mode 100644 index 00000000..2eb300a6 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/dark_grey.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_red.png b/assets/cubyz/blocks/textures/glow_crystal/dark_red.png deleted file mode 100644 index 76f97faf..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/dark_red.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/dark_red.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/dark_red.png_emission.png deleted file mode 100644 index 6648c870..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/dark_red.png_emission.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/gray.png b/assets/cubyz/blocks/textures/glow_crystal/gray.png deleted file mode 100644 index a24a74a5..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/gray.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/green.png b/assets/cubyz/blocks/textures/glow_crystal/green.png index b2cc50e1..6768f544 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/green.png and b/assets/cubyz/blocks/textures/glow_crystal/green.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/green.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/green.png_emission.png index 137c45d6..71d64e5a 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/green.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/green.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/green.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/green.png_reflectivity.png new file mode 100644 index 00000000..5d178eef Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/green.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/grey.png b/assets/cubyz/blocks/textures/glow_crystal/grey.png new file mode 100644 index 00000000..fa685921 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/grey.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/grey.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/grey.png_emission.png new file mode 100644 index 00000000..78f5989b Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/grey.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/grey.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/grey.png_reflectivity.png new file mode 100644 index 00000000..407fc37b Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/grey.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/indigo.png b/assets/cubyz/blocks/textures/glow_crystal/indigo.png new file mode 100644 index 00000000..76483c02 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/indigo.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/indigo.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/indigo.png_emission.png new file mode 100644 index 00000000..095640bb Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/indigo.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/indigo.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/indigo.png_reflectivity.png new file mode 100644 index 00000000..4a619471 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/indigo.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/light_blue.png b/assets/cubyz/blocks/textures/glow_crystal/light_blue.png deleted file mode 100644 index 1671f400..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/light_blue.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/light_blue.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/light_blue.png_emission.png deleted file mode 100644 index 535f0863..00000000 Binary files a/assets/cubyz/blocks/textures/glow_crystal/light_blue.png_emission.png and /dev/null differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/lime.png b/assets/cubyz/blocks/textures/glow_crystal/lime.png new file mode 100644 index 00000000..347438c8 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/lime.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/lime.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/lime.png_emission.png new file mode 100644 index 00000000..f0357d43 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/lime.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/lime.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/lime.png_reflectivity.png new file mode 100644 index 00000000..ea356058 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/lime.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/magenta.png b/assets/cubyz/blocks/textures/glow_crystal/magenta.png new file mode 100644 index 00000000..1fc63176 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/magenta.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/magenta.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/magenta.png_emission.png new file mode 100644 index 00000000..d673badf Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/magenta.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/magenta.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/magenta.png_reflectivity.png new file mode 100644 index 00000000..50603f26 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/magenta.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/orange.png b/assets/cubyz/blocks/textures/glow_crystal/orange.png index 3a19ec24..7f7370f1 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/orange.png and b/assets/cubyz/blocks/textures/glow_crystal/orange.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/orange.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/orange.png_emission.png index 450f5989..a77c8c48 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/orange.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/orange.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/orange.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/orange.png_reflectivity.png new file mode 100644 index 00000000..154ee2a8 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/orange.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/pink.png b/assets/cubyz/blocks/textures/glow_crystal/pink.png new file mode 100644 index 00000000..1b4713fb Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/pink.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/pink.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/pink.png_emission.png new file mode 100644 index 00000000..844326c6 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/pink.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/pink.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/pink.png_reflectivity.png new file mode 100644 index 00000000..8e81f656 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/pink.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/purple.png b/assets/cubyz/blocks/textures/glow_crystal/purple.png index 53ec574a..1e2ade9c 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/purple.png and b/assets/cubyz/blocks/textures/glow_crystal/purple.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/purple.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/purple.png_emission.png index fb30b226..4fa7a195 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/purple.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/purple.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/purple.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/purple.png_reflectivity.png new file mode 100644 index 00000000..77ecafc4 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/purple.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/red.png b/assets/cubyz/blocks/textures/glow_crystal/red.png index 832b7f95..3922065c 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/red.png and b/assets/cubyz/blocks/textures/glow_crystal/red.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/red.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/red.png_emission.png index 1d080c82..b69c4e8d 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/red.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/red.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/red.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/red.png_reflectivity.png new file mode 100644 index 00000000..1caf6176 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/red.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/violet.png b/assets/cubyz/blocks/textures/glow_crystal/violet.png index e0b41c77..857c2c62 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/violet.png and b/assets/cubyz/blocks/textures/glow_crystal/violet.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/violet.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/violet.png_emission.png index 685d27f9..77add78a 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/violet.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/violet.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/violet.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/violet.png_reflectivity.png new file mode 100644 index 00000000..666aa339 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/violet.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/viridian.png b/assets/cubyz/blocks/textures/glow_crystal/viridian.png new file mode 100644 index 00000000..13e78ca4 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/viridian.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/viridian.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/viridian.png_emission.png new file mode 100644 index 00000000..25211c17 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/viridian.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/viridian.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/viridian.png_reflectivity.png new file mode 100644 index 00000000..b5e8f63e Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/viridian.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/white.png b/assets/cubyz/blocks/textures/glow_crystal/white.png index a4ff1bed..421ea470 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/white.png and b/assets/cubyz/blocks/textures/glow_crystal/white.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/white.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/white.png_emission.png index c523a8a5..39b21d3b 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/white.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/white.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/white.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/white.png_reflectivity.png new file mode 100644 index 00000000..bfe26235 Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/white.png_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/yellow.png b/assets/cubyz/blocks/textures/glow_crystal/yellow.png index 3f3031d1..934ed4b0 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/yellow.png and b/assets/cubyz/blocks/textures/glow_crystal/yellow.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/yellow.png_emission.png b/assets/cubyz/blocks/textures/glow_crystal/yellow.png_emission.png index e6e73b80..4a18d67d 100644 Binary files a/assets/cubyz/blocks/textures/glow_crystal/yellow.png_emission.png and b/assets/cubyz/blocks/textures/glow_crystal/yellow.png_emission.png differ diff --git a/assets/cubyz/blocks/textures/glow_crystal/yellow.png_reflectivity.png b/assets/cubyz/blocks/textures/glow_crystal/yellow.png_reflectivity.png new file mode 100644 index 00000000..87352d7d Binary files /dev/null and b/assets/cubyz/blocks/textures/glow_crystal/yellow.png_reflectivity.png differ diff --git a/src/server/terrain/chunkgen/CrystalGenerator.zig b/src/server/terrain/chunkgen/CrystalGenerator.zig index 4ba6e423..fe6e996a 100644 --- a/src/server/terrain/chunkgen/CrystalGenerator.zig +++ b/src/server/terrain/chunkgen/CrystalGenerator.zig @@ -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;