Fixed issues with interface file names.

This commit is contained in:
Sebastian Hartte 2016-08-26 13:07:12 +02:00
parent 210d5d2602
commit d1ccb126b6
10 changed files with 24 additions and 27 deletions

View File

@ -0,0 +1,6 @@
{
"variants": {
"omnidirectional=true": { "model": "appliedenergistics2:interface" },
"omnidirectional=false": { "model": "appliedenergistics2:interface_oriented", "x": 90 }
}
}

View File

@ -1,6 +0,0 @@
{
"variants": {
"omnidirectional=true": { "model": "appliedenergistics2:tile.BlockInterface" },
"omnidirectional=false": { "model": "appliedenergistics2:tile.BlockInterfaceOriented", "x": 90 }
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "appliedenergistics2:blocks/interface"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "appliedenergistics2:blocks/interface",
"down": "appliedenergistics2:blocks/interface_alternate",
"up": "appliedenergistics2:blocks/interface",
"north": "appliedenergistics2:blocks/interface_alternate_arrow",
"south": "appliedenergistics2:blocks/interface_alternate_arrow",
"east": "appliedenergistics2:blocks/interface_alternate_arrow",
"west": "appliedenergistics2:blocks/interface_alternate_arrow"
}
}

View File

@ -1,6 +0,0 @@
{
"parent": "block/cube_all",
"textures": {
"all": "appliedenergistics2:blocks/BlockInterface"
}
}

View File

@ -1,12 +0,0 @@
{
"parent": "block/cube",
"textures": {
"particle": "appliedenergistics2:blocks/BlockInterface",
"down": "appliedenergistics2:blocks/BlockInterfaceAlternate",
"up": "appliedenergistics2:blocks/BlockInterface",
"north": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow",
"south": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow",
"east": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow",
"west": "appliedenergistics2:blocks/BlockInterfaceAlternateArrow"
}
}

View File

@ -1,3 +0,0 @@
{
"parent": "appliedenergistics2:block/tile.BlockInterface"
}