Skip to content

Instantly share code, notes, and snippets.

View efekos's full-sized avatar

efekos efekos

View GitHub Profile
@efekos
efekos / css_color_names.json
Created February 7, 2024 18:03
Every availabe CSS color name for validation checks or enums
[
"aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet",
"brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan",
"darkblue", "darkcyan","darkgoldenrod","darkgray","darkgrey","darkgreen","darkkhaki","darkmagenta","darkolivegreen",
"darkorange","darkred", "darksalmon","darkseagreen","darkslateblue","darkslategray","darkslategrey","darkturquoise",
"darkviolet","deeppink","deepskyblue", "dimgray","dimgrey","dodgerblue","firebrick","floralwhite","forestgreen",
"fuchsia","gainsboro","ghostwhite","gold","goldenrod", "gray","grey","green","greenyellow","honeydew","hotpink",
"indianred","indigo","ivory","khaki","lavender","lavenderblush", "lawngreen","lemonchiffon","lightblue","lightcoral",
"lightcyan","lightgoldenrodyellow","lightgray","lightgrey","lightgreen", "lightpink","lightsalmon","lightseagreen",
"lightskyblue","lightslategray","lightslategrey","lightsteelblue","lightyellow",
@efekos
efekos / note_block_state_1_20.json
Last active January 24, 2024 22:57
Full blockstate file of Minecraft note block. Compatible for 1.20.X
{
"variants": {
"instrument=banjo,note=0,powered=true": {
"model": "minecraft:block/note_block"
},
"instrument=banjo,note=0,powered=false": {
"model": "minecraft:block/note_block"
},
"instrument=banjo,note=1,powered=true": {
"model": "minecraft:block/note_block"