Updated biometric scanner & virtual assistant models by GabeTie

This commit is contained in:
LemADEC 2020-07-17 03:50:28 +02:00
parent b40e5a7d96
commit 34d64b6966
19 changed files with 66 additions and 41 deletions

View file

@ -1,38 +1,22 @@
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_directional",
"textures": {
"particle": "warpdrive:blocks/detection/biometric_scanner-front_online",
"down" : "warpdrive:blocks/detection/biometric_scanner-side",
"up" : "warpdrive:blocks/detection/biometric_scanner-side",
"north" : "warpdrive:blocks/detection/biometric_scanner-front_online",
"south" : "warpdrive:blocks/detection/biometric_scanner-side",
"west" : "warpdrive:blocks/detection/biometric_scanner-side",
"east" : "warpdrive:blocks/detection/biometric_scanner-side"
},
"model": "warpdrive:detection/biometric_scanner",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
},
"variants": {
"inventory": [{}],
"active": {
"false": {
"textures": {
"north" : "warpdrive:blocks/detection/biometric_scanner-front_offline"
}
},
"true": {
}
"false": {},
"true": {}
},
"facing": {
"north": {},
"down" : { "x": 90 },
"up" : { "x": -90 },
"north": { },
"south": { "y": 180 },
"west" : { "y": 270 },
"east" : { "y": 90 },
"up" : { "x": -90 },
"down" : { "x": 90 }
"east" : { "y": 90 }
}
}
}
}

View file

@ -3,9 +3,9 @@
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side" : "warpdrive:blocks/detection/virtual_assistant-side_online",
"bottom": "warpdrive:blocks/detection/virtual_assistant-bottom_top",
"top" : "warpdrive:blocks/detection/virtual_assistant-bottom_top"
"side" : "warpdrive:blocks/detection/virtual_assistant-side_on",
"bottom" : "warpdrive:blocks/detection/virtual_assistant-bottom",
"top" : "warpdrive:blocks/detection/virtual_assistant.advanced-top"
},
"transform": "forge:default-block"
},
@ -13,8 +13,8 @@
"normal": [{}],
"inventory": [{}],
"active": {
"false": { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_offline" } },
"true" : { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_online" } }
"false": { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_off" } },
"true" : {}
}
}
}

View file

@ -3,9 +3,9 @@
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side" : "warpdrive:blocks/detection/virtual_assistant-side_online",
"bottom": "warpdrive:blocks/detection/virtual_assistant-bottom_top",
"top" : "warpdrive:blocks/detection/virtual_assistant-bottom_top"
"side" : "warpdrive:blocks/detection/virtual_assistant-side_on",
"bottom" : "warpdrive:blocks/detection/virtual_assistant-bottom",
"top" : "warpdrive:blocks/detection/virtual_assistant.basic-top"
},
"transform": "forge:default-block"
},
@ -13,8 +13,8 @@
"normal": [{}],
"inventory": [{}],
"active": {
"false": { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_offline" } },
"true" : { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_online" } }
"false": { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_off" } },
"true" : {}
}
}
}

View file

@ -3,9 +3,9 @@
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side" : "warpdrive:blocks/detection/virtual_assistant-side_online",
"bottom": "warpdrive:blocks/detection/virtual_assistant-bottom_top",
"top" : "warpdrive:blocks/detection/virtual_assistant-bottom_top"
"side" : "warpdrive:blocks/detection/virtual_assistant-side_on",
"bottom" : "warpdrive:blocks/detection/virtual_assistant-bottom",
"top" : "warpdrive:blocks/detection/virtual_assistant.superior-top"
},
"transform": "forge:default-block"
},
@ -13,8 +13,8 @@
"normal": [{}],
"inventory": [{}],
"active": {
"false": { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_offline" } },
"true" : { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_online" } }
"false": { "textures": { "side" : "warpdrive:blocks/detection/virtual_assistant-side_off" } },
"true" : {}
}
}
}

View file

@ -0,0 +1,35 @@
{
"credit": "Made with Blockbench",
"textures": {
"particle": "warpdrive:blocks/detection/biometric_scanner-side",
"block": "warpdrive:blocks/detection/biometric_scanner-side",
"face": "warpdrive:blocks/detection/biometric_scanner-face"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#block"},
"east": {"uv": [0, 0, 16, 16], "texture": "#block"},
"south": {"uv": [0, 0, 16, 16], "texture": "#block"},
"west": {"uv": [0, 0, 16, 16], "texture": "#block"},
"up": {"uv": [0, 0, 16, 16], "texture": "#block"},
"down": {"uv": [0, 0, 16, 16], "texture": "#block"}
}
},
{
"from": [2, 2, -2],
"to": [14, 14, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -8]},
"faces": {
"north": {"uv": [0, 0, 12, 12], "texture": "#face"},
"east": {"uv": [10, 0, 12, 12], "texture": "#face"},
"south": {"uv": [0, 0, 12, 12], "texture": "#face"},
"west": {"uv": [0, 0, 2, 12], "texture": "#face"},
"up": {"uv": [0, 12, 12, 14], "texture": "#face"},
"down": {"uv": [0, 10, 12, 12], "texture": "#face"}
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

View file

@ -0,0 +1,6 @@
{
"animation": {
"interpolate": true,
"frametime": 2
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B