Makes naming of security station related classes/assets consistent with registry name.

This commit is contained in:
Sebastian Hartte
2016-08-26 01:34:46 +02:00
parent 0df62abebd
commit c0b0687fd3
18 changed files with 45 additions and 48 deletions
@@ -1,7 +1,7 @@
{
"variants": {
"normal": {
"model": "appliedenergistics2:security"
"model": "appliedenergistics2:security_station"
}
}
}
@@ -1,8 +0,0 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"bottom": "appliedenergistics2:blocks/security_bottom",
"side": "appliedenergistics2:blocks/security_side",
"top": "appliedenergistics2:blocks/security"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"bottom": "appliedenergistics2:blocks/security_station_bottom",
"side": "appliedenergistics2:blocks/security_station_side",
"top": "appliedenergistics2:blocks/security_station"
}
}
@@ -1,3 +0,0 @@
{
"parent": "appliedenergistics2:block/security"
}

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB