Added stair blocks. (#47)

This commit is contained in:
shartte 2016-08-14 13:26:53 +02:00 committed by dpeter99
parent 8882c16cbf
commit 53fd4de0cc
42 changed files with 556 additions and 128 deletions

View File

@ -39,7 +39,7 @@ public abstract class AEBaseStairBlock extends BlockStairs implements IAEFeature
protected AEBaseStairBlock( final Block block, final EnumSet<AEFeature> features, final String type )
{
super( block.getStateFromMeta( 0 ) );
super( block.getDefaultState() );
Preconditions.checkNotNull( block );
Preconditions.checkNotNull( block.getUnlocalizedName() );

View File

@ -90,11 +90,11 @@ public final class AEBlockFeatureHandler implements IFeatureHandler
if( this.definition.maybeItem().isPresent() )
{
GameRegistry.register( this.definition.maybeItem().get().setRegistryName( registryName ) );
}
if( side == Side.CLIENT )
{
ModelBakery.registerItemVariants( this.definition.maybeItem().get(), registryName );
if( side == Side.CLIENT )
{
ModelBakery.registerItemVariants( this.definition.maybeItem().get(), registryName );
}
}
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/fluix" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/fluix", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/fluix", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/fluix", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/fluix", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/fluix", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/fluix", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/fluix", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/fluix.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/fluix.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.chiseled.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/quartz.certus.pillar", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/quartz.certus.pillar.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -1,46 +1,44 @@
{
"variants": {
"normal": { "model": "appliedenergistics2:skystone.block.stairs" },
"inventory": { "model": "appliedenergistics2:skystone.block.stairs" },
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:skystone.block.stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:skystone.block.stairs.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:skystone.block.stairs.inner", "x": 180, "y": 270, "uvlock": true }
}
}
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.block", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.block.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.block.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.brick.small", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.brick.small.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone" },
"facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer" },
"facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer" },
"facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner" },
"facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner" },
"facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stairs/skystone.stone", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stairs/skystone.stone.outer", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stairs/skystone.stone.inner", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/FluixBlock",
"top": "appliedenergistics2:blocks/FluixBlock",
"bottom": "appliedenergistics2:blocks/FluixBlock"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/FluixBlock",
"top": "appliedenergistics2:blocks/FluixBlock",
"bottom": "appliedenergistics2:blocks/FluixBlock"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/FluixBlock",
"top": "appliedenergistics2:blocks/FluixBlock",
"bottom": "appliedenergistics2:blocks/FluixBlock"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/ChiseledQuartzBlockSide",
"top": "appliedenergistics2:blocks/ChiseledQuartzBlockTop",
"bottom": "appliedenergistics2:blocks/ChiseledQuartzBlockTop"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/ChiseledQuartzBlockSide",
"top": "appliedenergistics2:blocks/ChiseledQuartzBlockTop",
"bottom": "appliedenergistics2:blocks/ChiseledQuartzBlockTop"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/ChiseledQuartzBlockSide",
"top": "appliedenergistics2:blocks/ChiseledQuartzBlockTop",
"bottom": "appliedenergistics2:blocks/ChiseledQuartzBlockTop"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/QuartzBlock",
"top": "appliedenergistics2:blocks/QuartzBlock",
"bottom": "appliedenergistics2:blocks/QuartzBlock"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/QuartzBlock",
"top": "appliedenergistics2:blocks/QuartzBlock",
"bottom": "appliedenergistics2:blocks/QuartzBlock"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/QuartzBlock",
"top": "appliedenergistics2:blocks/QuartzBlock",
"bottom": "appliedenergistics2:blocks/QuartzBlock"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/QuartzPillarBlockSide",
"top": "appliedenergistics2:blocks/QuartzPillarBlockTop",
"bottom": "appliedenergistics2:blocks/QuartzPillarBlockTop"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/QuartzPillarBlockSide",
"top": "appliedenergistics2:blocks/QuartzPillarBlockTop",
"bottom": "appliedenergistics2:blocks/QuartzPillarBlockTop"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/QuartzPillarBlockSide",
"top": "appliedenergistics2:blocks/QuartzPillarBlockTop",
"bottom": "appliedenergistics2:blocks/QuartzPillarBlockTop"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.BRICK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.BRICK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.BRICK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.BRICK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.BRICK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.BRICK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.BRICK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.BRICK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.BRICK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK",
"top": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.STONE",
"top": "appliedenergistics2:blocks/SkyStoneBlock.STONE",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.STONE"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.STONE",
"top": "appliedenergistics2:blocks/SkyStoneBlock.STONE",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.STONE"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"side": "appliedenergistics2:blocks/SkyStoneBlock.STONE",
"top": "appliedenergistics2:blocks/SkyStoneBlock.STONE",
"bottom": "appliedenergistics2:blocks/SkyStoneBlock.STONE"
}
}

View File

@ -1,13 +1,3 @@
{
"parent": "appliedenergistics2:block/stair/fluix/block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 0, 180, 0 ]
}
}
"parent": "appliedenergistics2:block/stairs/fluix"
}

View File

@ -1,13 +1,3 @@
{
"parent": "appliedenergistics2:block/stair/quartz/certus/chiseled/block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 0, 180, 0 ]
}
}
"parent": "appliedenergistics2:block/stairs/quartz.certus.chiseled"
}

View File

@ -1,13 +1,3 @@
{
"parent": "appliedenergistics2:block/stair/quartz/certus/block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 0, 180, 0 ]
}
}
"parent": "appliedenergistics2:block/stairs/quartz.certus"
}

View File

@ -1,13 +1,3 @@
{
"parent": "appliedenergistics2:block/stair/quartz/certus/pillar/block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 0, 180, 0 ]
}
}
"parent": "appliedenergistics2:block/stairs/quartz.certus.pillar"
}

View File

@ -1,3 +1,3 @@
{
"parent": "appliedenergistics2:block/skystone.block.stairs"
"parent": "appliedenergistics2:block/stairs/skystone.block"
}

View File

@ -1,13 +1,3 @@
{
"parent": "appliedenergistics2:block/stair/skystone/brick/block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 0, 180, 0 ]
}
}
"parent": "appliedenergistics2:block/stairs/skystone.brick"
}

View File

@ -1,13 +1,3 @@
{
"parent": "appliedenergistics2:block/stair/skystone/brick/small/block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 0, 180, 0 ]
}
}
"parent": "appliedenergistics2:block/stairs/skystone.brick.small"
}

View File

@ -1,13 +1,3 @@
{
"parent": "appliedenergistics2:block/stair/skystone/stone/block",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 0, 180, 0 ]
}
}
"parent": "appliedenergistics2:block/stairs/skystone.stone"
}