New coloured blocks palette, Chalk and glass (#340)

* Create chalk folder

* Add chalk

* Delete temp file

* Create chalk texture folder

* Add chalk textures

* Delete assets/cubyz/blocks/glass/light_blue.json

* Delete assets/cubyz/blocks/glass/dark_green.json

* Delete assets/cubyz/blocks/glass/dark_red.json

* Delete assets/cubyz/blocks/glass/dark_gray.json

* Delete assets/cubyz/blocks/glass/gray.json

* Updated glass colous

* Delete assets/cubyz/blocks/textures/glass/black.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/blue.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/brown.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/cyan.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/dark_gray.png

* Delete assets/cubyz/blocks/textures/glass/dark_gray.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/dark_gray.png_reflectivity.png

* Delete assets/cubyz/blocks/textures/glass/dark_green.png

* Delete assets/cubyz/blocks/textures/glass/dark_green.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/dark_green.png_reflectivity.png

* Delete assets/cubyz/blocks/textures/glass/dark_red.png

* Delete assets/cubyz/blocks/textures/glass/dark_red.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/dark_red.png_reflectivity.png

* Delete assets/cubyz/blocks/textures/glass/gray.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/gray.png

* Delete assets/cubyz/blocks/textures/glass/gray.png_reflectivity.png

* Delete assets/cubyz/blocks/textures/glass/light_blue.png

* Delete assets/cubyz/blocks/textures/glass/light_blue.png_absorption.png

* Delete assets/cubyz/blocks/textures/glass/light_blue.png_reflectivity.png

* Update glass textures

* Reduce saturation of Chalk
This commit is contained in:
careeoki 2024-05-05 07:26:33 -06:00 committed by GitHub
parent 4dd768939c
commit a73c7dfcac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
105 changed files with 433 additions and 188 deletions

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/aqua"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/black"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/blue"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/brown"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/crimson"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/cyan"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/dark_grey"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/green"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/grey"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/indigo"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/lime"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/magenta"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/orange"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/pink"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/purple"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/red"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/violet"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/viridian"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/white"
}

View File

@ -0,0 +1,10 @@
{
"class" : "stone",
"hardness" : 6,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:chalk/yellow"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xbbbbbb,
"model" : "cube",
"texture" : "cubyz:glass/dark_gray"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xe95825,
"model" : "cube",
"texture" : "cubyz:glass/aqua"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xffffff,
"model" : "cube",
"texture" : "cubyz:glass/black"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xe6e6e6,
"model" : "cube",
"texture" : "cubyz:glass/black"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xffff01,
"model" : "cube",
"texture" : "cubyz:glass/blue"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xdc923c,
"model" : "cube",
"texture" : "cubyz:glass/blue"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x80b0ff,
"model" : "cube",
"texture" : "cubyz:glass/brown"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x96bdd8,
"model" : "cube",
"texture" : "cubyz:glass/brown"
}

View File

@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x69e4e1,
"model" : "cube",
"texture" : "cubyz:glass/crimson"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xff0102,
"model" : "cube",
"texture" : "cubyz:glass/cyan"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xc62031,
"model" : "cube",
"texture" : "cubyz:glass/cyan"
}

View File

@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xacacac,
"model" : "cube",
"texture" : "cubyz:glass/dark_grey"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xff01ff,
"model" : "cube",
"texture" : "cubyz:glass/green"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xd966d9,
"model" : "cube",
"texture" : "cubyz:glass/green"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xff80ff,
"model" : "cube",
"texture" : "cubyz:glass/dark_green"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x656565,
"model" : "cube",
"texture" : "cubyz:glass/grey"
}

View File

@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xd0c16d,
"model" : "cube",
"texture" : "cubyz:glass/indigo"
}

View File

@ -1,11 +0,0 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xb0b001,
"model" : "cube",
"texture" : "cubyz:glass/light_blue"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x80ffff,
"model" : "cube",
"texture" : "cubyz:glass/dark_red"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xa03ed0,
"model" : "cube",
"texture" : "cubyz:glass/lime"
}

View File

@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x0d9f35,
"model" : "cube",
"texture" : "cubyz:glass/magenta"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x0180ff,
"model" : "cube",
"texture" : "cubyz:glass/orange"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x1183ee,
"model" : "cube",
"texture" : "cubyz:glass/orange"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x808080,
"model" : "cube",
"texture" : "cubyz:glass/gray"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x056830,
"model" : "cube",
"texture" : "cubyz:glass/pink"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x01f130,
"model" : "cube",
"texture" : "cubyz:glass/purple"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x83d66a,
"model" : "cube",
"texture" : "cubyz:glass/purple"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x01ffff,
"model" : "cube",
"texture" : "cubyz:glass/red"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x2ad6d6,
"model" : "cube",
"texture" : "cubyz:glass/red"
}

View File

@ -1,12 +1,12 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x4001ff,
"emittedLight" : 0x80ff00,
"model" : "cube",
"texture" : "cubyz:glass/uranium"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x4001ff,
"emittedLight" : 0x80ff00,
"model" : "cube",
"texture" : "cubyz:glass/uranium"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x80ff01,
"model" : "cube",
"texture" : "cubyz:glass/violet"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x46c345,
"model" : "cube",
"texture" : "cubyz:glass/violet"
}

View File

@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0xf09ad6,
"model" : "cube",
"texture" : "cubyz:glass/viridian"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x010101,
"model" : "cube",
"texture" : "cubyz:glass/white"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x0f0f0f,
"model" : "cube",
"texture" : "cubyz:glass/white"
}

View File

@ -1,11 +1,11 @@
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x0101ff,
"model" : "cube",
"texture" : "cubyz:glass/yellow"
}
{
"class" : "stone",
"hardness" : 2,
"drops" : [
"none"
],
"transparent" : true,
"absorbedLight" : 0x0d36f1,
"model" : "cube",
"texture" : "cubyz:glass/yellow"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

View File

@ -0,0 +1 @@

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 546 B

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 69 B

Some files were not shown because too many files have changed in this diff Show More