Added temporary camera model to support image recognition
This commit is contained in:
parent
4740d1d1a7
commit
33286a54b3
3 changed files with 25 additions and 3 deletions
|
@ -1,14 +1,36 @@
|
||||||
{
|
{
|
||||||
"forge_marker": 1,
|
"forge_marker": 1,
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": "minecraft:cube_all",
|
"model": "minecraft:cube_directional",
|
||||||
"textures": {
|
"textures": {
|
||||||
"all": "warpdrive:blocks/detection/camera-side"
|
"particle": "warpdrive:blocks/detection/monitor-side",
|
||||||
|
"down" : "warpdrive:blocks/detection/monitor-side",
|
||||||
|
"up" : "warpdrive:blocks/detection/monitor-side",
|
||||||
|
"north" : "warpdrive:blocks/detection/camera-active",
|
||||||
|
"south" : "warpdrive:blocks/detection/monitor-side",
|
||||||
|
"west" : "warpdrive:blocks/detection/monitor-side",
|
||||||
|
"east" : "warpdrive:blocks/detection/monitor-side"
|
||||||
},
|
},
|
||||||
"transform": "forge:default-block"
|
"transform": "forge:default-block"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"normal": [{}],
|
"normal": [{}],
|
||||||
"inventory": [{}]
|
"inventory": [{}],
|
||||||
|
"active": {
|
||||||
|
"false": {
|
||||||
|
"textures": {
|
||||||
|
"north": "warpdrive:blocks/detection/camera-inactive"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"true": { }
|
||||||
|
},
|
||||||
|
"facing": {
|
||||||
|
"north": {},
|
||||||
|
"south": { "y": 180 },
|
||||||
|
"west" : { "y": 270 },
|
||||||
|
"east" : { "y": 90 },
|
||||||
|
"up" : { "x": -90 },
|
||||||
|
"down" : { "x": 90 }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in a new issue