9 lines
No EOL
213 B
JSON
9 lines
No EOL
213 B
JSON
[
|
|
// rotation, 0 = north, 1 = east, 2 = south, 3 = west
|
|
{
|
|
"id": "minecraft:chest",
|
|
"rotation": 0,
|
|
"color": "red", // HEX or minecraft color name
|
|
"texture" : "" // block skin, leave empty for default
|
|
}
|
|
] |