Textures! Not great ones, but they exist.
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"facing=north": { "model": "redcontrol:block/cpu", "uvlock": false },
|
||||||
|
"facing=east": { "model": "redcontrol:block/cpu", "y": 90, "uvlock": false },
|
||||||
|
"facing=south": { "model": "redcontrol:block/cpu", "y": 180, "uvlock": false },
|
||||||
|
"facing=west": { "model": "redcontrol:block/cpu", "y": 270, "uvlock": false }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"facing=north": { "model": "redcontrol:block/disk_drive", "uvlock": false },
|
||||||
|
"facing=east": { "model": "redcontrol:block/disk_drive", "y": 90, "uvlock": false },
|
||||||
|
"facing=south": { "model": "redcontrol:block/disk_drive", "y": 180, "uvlock": false },
|
||||||
|
"facing=west": { "model": "redcontrol:block/disk_drive", "y": 270, "uvlock": false }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"facing=north": { "model": "redcontrol:block/monitor", "uvlock": false },
|
||||||
|
"facing=east": { "model": "redcontrol:block/monitor", "y": 90, "uvlock": false },
|
||||||
|
"facing=south": { "model": "redcontrol:block/monitor", "y": 180, "uvlock": false },
|
||||||
|
"facing=west": { "model": "redcontrol:block/monitor", "y": 270, "uvlock": false }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
{ "parent": "block/block",
|
||||||
|
"textures": {
|
||||||
|
"front": "redcontrol:block/cpu",
|
||||||
|
"left": "redcontrol:block/monitor_left",
|
||||||
|
"right": "redcontrol:block/monitor_right",
|
||||||
|
"back": "redcontrol:block/monitor_back",
|
||||||
|
"top": "redcontrol:block/monitor_bottom",
|
||||||
|
"bottom": "redcontrol:block/monitor_top"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "texture": "#bottom", "cullface": "down" },
|
||||||
|
"up": { "texture": "#top", "cullface": "up" },
|
||||||
|
"north": { "texture": "#front", "cullface": "north" },
|
||||||
|
"south": { "texture": "#back", "cullface": "south" },
|
||||||
|
"west": { "texture": "#right", "cullface": "west" },
|
||||||
|
"east": { "texture": "#left", "cullface": "east" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
{ "parent": "block/block",
|
||||||
|
"textures": {
|
||||||
|
"front": "redcontrol:block/disk_drive",
|
||||||
|
"left": "redcontrol:block/monitor_left",
|
||||||
|
"right": "redcontrol:block/monitor_right",
|
||||||
|
"back": "redcontrol:block/monitor_back",
|
||||||
|
"top": "redcontrol:block/monitor_bottom",
|
||||||
|
"bottom": "redcontrol:block/monitor_top"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "texture": "#bottom", "cullface": "down" },
|
||||||
|
"up": { "texture": "#top", "cullface": "up" },
|
||||||
|
"north": { "texture": "#front", "cullface": "north" },
|
||||||
|
"south": { "texture": "#back", "cullface": "south" },
|
||||||
|
"west": { "texture": "#right", "cullface": "west" },
|
||||||
|
"east": { "texture": "#left", "cullface": "east" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
{ "parent": "block/block",
|
||||||
|
"textures": {
|
||||||
|
"front": "redcontrol:block/monitor_front",
|
||||||
|
"left": "redcontrol:block/monitor_left",
|
||||||
|
"right": "redcontrol:block/monitor_right",
|
||||||
|
"back": "redcontrol:block/monitor_back",
|
||||||
|
"top": "redcontrol:block/monitor_bottom",
|
||||||
|
"bottom": "redcontrol:block/monitor_top"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "texture": "#bottom", "cullface": "down" },
|
||||||
|
"up": { "texture": "#top", "cullface": "up" },
|
||||||
|
"north": { "texture": "#front", "cullface": "north" },
|
||||||
|
"south": { "texture": "#back", "cullface": "south" },
|
||||||
|
"west": { "texture": "#right", "cullface": "west" },
|
||||||
|
"east": { "texture": "#left", "cullface": "east" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"parent": "redcontrol:block/cpu"
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"parent": "redcontrol:block/disk_drive"
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"parent": "redcontrol:block/monitor"
|
||||||
|
}
|
After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 226 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 297 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 272 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 105 B |