Implement security manager fullbright with the new system. #1860

This commit is contained in:
raoulvdberge
2018-07-11 13:48:24 +02:00
parent b7de36638f
commit bbff51a09e
40 changed files with 319 additions and 224 deletions

View File

@@ -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": {

View File

@@ -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"
}
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,9 +0,0 @@
{
"ctm": {
"ctm_version": 1,
"layer": "CUTOUT",
"extra": {
"light": 15
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,9 +0,0 @@
{
"ctm": {
"ctm_version": 1,
"layer": "CUTOUT",
"extra": {
"light": 15
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,9 +0,0 @@
{
"ctm": {
"ctm_version": 1,
"layer": "CUTOUT",
"extra": {
"light": 15
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,9 +0,0 @@
{
"ctm": {
"ctm_version": 1,
"layer": "CUTOUT",
"extra": {
"light": 15
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,9 +0,0 @@
{
"ctm": {
"ctm_version": 1,
"layer": "CUTOUT",
"extra": {
"light": 15
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB