render a singular server
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "neocomputers:block/rack"}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"render_type": "minecraft:solid",
|
||||
"textures": {
|
||||
"side": "neocomputers:block/rack_side",
|
||||
"top": "neocomputers:block/generic_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [1, 16, 16],
|
||||
"faces": {
|
||||
"west": { "uv": [0, 0, 16, 16], "texture": "side", "tint_index": 0 },
|
||||
"east": { "uv": [0, 0, 16, 16], "texture": "side", "tint_index": 0 },
|
||||
"north": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 },
|
||||
"south": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 },
|
||||
"up": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 },
|
||||
"down": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 0],
|
||||
"to": [16, 16, 1],
|
||||
"faces": {
|
||||
"north": { "uv": [0, 0, 15, 16], "texture": "side", "tint_index": 0 },
|
||||
"south": { "uv": [1, 0, 16, 16], "texture": "side", "tint_index": 0 },
|
||||
"west": { "uv": [0, 0, 1, 16], "texture": "side", "tint_index": 0 },
|
||||
"east": { "uv": [0, 0, 1, 16], "texture": "side", "tint_index": 0 },
|
||||
"up": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 },
|
||||
"down": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 15],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": { "uv": [0, 0, 15, 16], "texture": "side", "tint_index": 0 },
|
||||
"south": { "uv": [1, 0, 16, 16], "texture": "side", "tint_index": 0 },
|
||||
"west": { "uv": [0, 0, 1, 16], "texture": "side", "tint_index": 0 },
|
||||
"east": { "uv": [0, 0, 1, 16], "texture": "side", "tint_index": 0 },
|
||||
"up": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 },
|
||||
"down": { "uv": [0, 0, 16, 1], "texture": "side", "tint_index": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 1],
|
||||
"to": [16, 2, 15],
|
||||
"faces": {
|
||||
"north": { "uv": [0, 0, 1, 16], "texture": "top", "tint_index": 0 },
|
||||
"south": { "uv": [0, 0, 1, 16], "texture": "top", "tint_index": 0 },
|
||||
"west": { "uv": [0, 0, 1, 16], "texture": "top", "tint_index": 0 },
|
||||
"east": { "uv": [0, 0, 1, 16], "texture": "top", "tint_index": 0 },
|
||||
"up": { "uv": [2, 1, 16, 15], "texture": "top", "tint_index": 0 },
|
||||
"down": { "uv": [0, 0, 1, 1], "texture": "top", "tint_index": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 14, 1],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": { "uv": [0, 0, 1, 16], "texture": "top", "tint_index": 0 },
|
||||
"south": { "uv": [0, 0, 1, 16], "texture": "top", "tint_index": 0 },
|
||||
"west": { "uv": [0, 0, 1, 16], "texture": "top", "tint_index": 0 },
|
||||
"east": { "uv": [1, 0, 15, 2], "texture": "top", "tint_index": 0 },
|
||||
"up": { "uv": [1, 1, 16, 15], "texture": "top", "tint_index": 0 },
|
||||
"down": { "uv": [0, 0, 1, 1], "texture": "top", "tint_index": 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 328 B |
Binary file not shown.
|
After Width: | Height: | Size: 514 B |
Binary file not shown.
|
After Width: | Height: | Size: 491 B |
Binary file not shown.
|
After Width: | Height: | Size: 531 B |
Reference in New Issue
Block a user