Fixed issues with interface file names.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"omnidirectional=true": { "model": "appliedenergistics2:interface" },
|
||||
"omnidirectional=false": { "model": "appliedenergistics2:interface_oriented", "x": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"omnidirectional=true": { "model": "appliedenergistics2:tile.BlockInterface" },
|
||||
"omnidirectional=false": { "model": "appliedenergistics2:tile.BlockInterfaceOriented", "x": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "appliedenergistics2:blocks/interface"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "appliedenergistics2:blocks/BlockInterface"
|
||||
}
|
||||
}
|
||||
-12
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"parent": "appliedenergistics2:block/tile.BlockInterface"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 430 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 301 B |
Reference in New Issue
Block a user