Implement security manager fullbright with the new system. #1860
@@ -1,15 +1,20 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "cube",
|
||||
"model": "refinedstorage:security_manager",
|
||||
"textures": {
|
||||
"particle": "refinedstorage:blocks/security_manager_front_disconnected",
|
||||
"down": "refinedstorage:blocks/security_manager_bottom",
|
||||
"up": "refinedstorage:blocks/security_manager_top_disconnected",
|
||||
"north": "refinedstorage:blocks/security_manager_front_disconnected",
|
||||
"east": "refinedstorage:blocks/security_manager_left_disconnected",
|
||||
"south": "refinedstorage:blocks/security_manager_back_disconnected",
|
||||
"west": "refinedstorage:blocks/security_manager_right_disconnected"
|
||||
"particle": "refinedstorage:blocks/security_manager/front",
|
||||
"down": "refinedstorage:blocks/security_manager/bottom",
|
||||
"up": "refinedstorage:blocks/security_manager/top",
|
||||
"north": "refinedstorage:blocks/security_manager/front",
|
||||
"east": "refinedstorage:blocks/security_manager/left",
|
||||
"south": "refinedstorage:blocks/security_manager/back",
|
||||
"west": "refinedstorage:blocks/security_manager/right",
|
||||
"cutout_up": "refinedstorage:blocks/security_manager/cutouts/top_disconnected",
|
||||
"cutout_north": "refinedstorage:blocks/security_manager/cutouts/front_disconnected",
|
||||
"cutout_east": "refinedstorage:blocks/security_manager/cutouts/left_disconnected",
|
||||
"cutout_south": "refinedstorage:blocks/security_manager/cutouts/back_disconnected",
|
||||
"cutout_west": "refinedstorage:blocks/security_manager/cutouts/right_disconnected"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
@@ -21,11 +26,11 @@
|
||||
"connected": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"up": "refinedstorage:blocks/security_manager_top_connected",
|
||||
"north": "refinedstorage:blocks/security_manager_front_connected",
|
||||
"east": "refinedstorage:blocks/security_manager_left_connected",
|
||||
"south": "refinedstorage:blocks/security_manager_back_connected",
|
||||
"west": "refinedstorage:blocks/security_manager_right_connected"
|
||||
"cutout_up": "refinedstorage:blocks/security_manager/cutouts/top_connected",
|
||||
"cutout_north": "refinedstorage:blocks/security_manager/cutouts/front_connected",
|
||||
"cutout_east": "refinedstorage:blocks/security_manager/cutouts/left_connected",
|
||||
"cutout_south": "refinedstorage:blocks/security_manager/cutouts/back_connected",
|
||||
"cutout_west": "refinedstorage:blocks/security_manager/cutouts/right_connected"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
|
||||
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#down",
|
||||
"cullface": "down"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#up",
|
||||
"cullface": "up"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#north",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#south",
|
||||
"cullface": "south"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#west",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#east",
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#cutout_up",
|
||||
"cullface": "up"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#cutout_north",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#cutout_south",
|
||||
"cullface": "south"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#cutout_west",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#cutout_east",
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 540 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
|
After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
|
After Width: | Height: | Size: 241 B |
|
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 354 B |
|
After Width: | Height: | Size: 239 B |
|
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
|
After Width: | Height: | Size: 297 B |
|
After Width: | Height: | Size: 498 B |
|
After Width: | Height: | Size: 551 B |
|
After Width: | Height: | Size: 574 B |
|
After Width: | Height: | Size: 495 B |
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"ctm": {
|
||||
"ctm_version": 1,
|
||||
"layer": "CUTOUT",
|
||||
"extra": {
|
||||
"light": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"ctm": {
|
||||
"ctm_version": 1,
|
||||
"layer": "CUTOUT",
|
||||
"extra": {
|
||||
"light": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"ctm": {
|
||||
"ctm_version": 1,
|
||||
"layer": "CUTOUT",
|
||||
"extra": {
|
||||
"light": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"ctm": {
|
||||
"ctm_version": 1,
|
||||
"layer": "CUTOUT",
|
||||
"extra": {
|
||||
"light": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"ctm": {
|
||||
"ctm_version": 1,
|
||||
"layer": "CUTOUT",
|
||||
"extra": {
|
||||
"light": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |