Implemented interface states and models (#66)

* Implemented interface states and models.
This commit is contained in:
shartte
2016-08-26 11:09:49 +02:00
committed by Elix_x
parent 999401c50c
commit 66df324ef0
9 changed files with 108 additions and 29 deletions
@@ -0,0 +1,6 @@
{
"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/BlockInterface"
}
}
@@ -0,0 +1,12 @@
{
"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"
}
}
@@ -0,0 +1,3 @@
{
"parent": "appliedenergistics2:block/tile.BlockInterface"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B