Fixes #2433: Readded decorative slabs.

This commit is contained in:
Sebastian Hartte
2016-10-21 16:27:17 +02:00
parent 4b607d8fc8
commit 87cebc3e3f
42 changed files with 578 additions and 125 deletions
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:chiseled_quartz_block" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/chiseled_quartz_half" },
"half=top": { "model": "appliedenergistics2:slabs/chiseled_quartz_upper" }
}
}
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:fluix_block" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/fluix_half" },
"half=top,variant=default": { "model": "appliedenergistics2:slabs/fluix_upper" }
}
}
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:quartz_block" }
}
}
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:quartz_pillar" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/quartz_pillar_half" },
"half=top": { "model": "appliedenergistics2:slabs/quartz_pillar_upper" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/quartz_half" },
"half=top": { "model": "appliedenergistics2:slabs/quartz_upper" }
}
}
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:sky_stone_brick" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/sky_stone_brick_half" },
"half=top": { "model": "appliedenergistics2:slabs/sky_stone_brick_upper" }
}
}
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:sky_stone_block" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/sky_stone_half" },
"half=top": { "model": "appliedenergistics2:slabs/sky_stone_upper" }
}
}
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:sky_stone_small_brick" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/sky_stone_small_brick_half" },
"half=top": { "model": "appliedenergistics2:slabs/sky_stone_small_brick_upper" }
}
}
@@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "appliedenergistics2:smooth_sky_stone_block" }
}
}
@@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "appliedenergistics2:slabs/smooth_sky_stone_half" },
"half=top": { "model": "appliedenergistics2:slabs/smooth_sky_stone_upper" }
}
}
@@ -62,14 +62,14 @@ tile.appliedenergistics2.SkyStoneSmallBrickStairBlock.name=Himmelssteinkleinzieg
tile.appliedenergistics2.SkyStoneStairBlock.name=Himmelssteintreppe
// Slabs
tile.appliedenergistics2.ChiseledQuartzSlabBlock.name=Gemeißelte Certusquartzstufe
tile.appliedenergistics2.FluixSlabBlock.name=Fluixstufe
tile.appliedenergistics2.QuartzPillarSlabBlock.name=Certusquartzsäulenstufe
tile.appliedenergistics2.QuartzSlabBlock.name=Certusquartzstufe
tile.appliedenergistics2.SkyStoneBlockSlabBlock.name=Himmelssteinblockstufe
tile.appliedenergistics2.SkyStoneBrickSlabBlock.name=Himmelssteinziegelstufe
tile.appliedenergistics2.SkyStoneSmallBrickSlabBlock.name=Himmelssteinkleinziegelstufe
tile.appliedenergistics2.SkyStoneSlabBlock.name=Himmelssteinstufe
tile.appliedenergistics2.chiseled_quartz_slab.name=Gemeißelte Certusquartzstufe
tile.appliedenergistics2.fluix_slab.name=Fluixstufe
tile.appliedenergistics2.quartz_pillar_slab.name=Certusquartzsäulenstufe
tile.appliedenergistics2.quartz_slab.name=Certusquartzstufe
tile.appliedenergistics2.smooth_sky_stone_slab.name=Himmelssteinblockstufe
tile.appliedenergistics2.sky_stone_brick_slab.name=Himmelssteinziegelstufe
tile.appliedenergistics2.sky_stone_small_brick_slab.name=Himmelssteinkleinziegelstufe
tile.appliedenergistics2.sky_stone_slab.name=Himmelssteinstufe
// Chat Messages
chat.appliedenergistics2.ChestCannotReadStorageCell=ME-Truhe kann die Speicherzelle nicht einlesen.
@@ -62,14 +62,14 @@ tile.appliedenergistics2.sky_stone_small_brick_stairs.name=Sky Stone Small Brick
tile.appliedenergistics2.sky_stone_stairs.name=Sky Stone Stairs
// Slabs
tile.appliedenergistics2.ChiseledQuartzSlabBlock.name=Chiseled Certus Quartz Slabs
tile.appliedenergistics2.FluixSlabBlock.name=Fluix Slabs
tile.appliedenergistics2.QuartzPillarSlabBlock.name=Certus Quartz Pillar Slabs
tile.appliedenergistics2.QuartzSlabBlock.name=Certus Quartz Slabs
tile.appliedenergistics2.SkyStoneBlockSlabBlock.name=Sky Stone Block Slabs
tile.appliedenergistics2.SkyStoneBrickSlabBlock.name=Sky Stone Brick Slabs
tile.appliedenergistics2.SkyStoneSmallBrickSlabBlock.name=Sky Stone Small Brick Slabs
tile.appliedenergistics2.SkyStoneSlabBlock.name=Sky Stone Slabs
tile.appliedenergistics2.chiseled_quartz_slab.name=Chiseled Certus Quartz Slabs
tile.appliedenergistics2.fluix_slab.name=Fluix Slabs
tile.appliedenergistics2.quartz_pillar_slab.name=Certus Quartz Pillar Slabs
tile.appliedenergistics2.quartz_slab.name=Certus Quartz Slabs
tile.appliedenergistics2.smooth_sky_stone_slab.name=Sky Stone Block Slabs
tile.appliedenergistics2.sky_stone_brick_slab.name=Sky Stone Brick Slabs
tile.appliedenergistics2.sky_stone_small_brick_slab.name=Sky Stone Small Brick Slabs
tile.appliedenergistics2.sky_stone_slab.name=Sky Stone Slabs
// Chat Messages
chat.appliedenergistics2.ChestCannotReadStorageCell=ME Chest cannot read storage cell.
@@ -62,14 +62,14 @@ tile.appliedenergistics2.SkyStoneSmallBrickStairBlock.name=Escaliers de petites
tile.appliedenergistics2.SkyStoneStairBlock.name=Escaliers de pierre de ciel
// Slabs
tile.appliedenergistics2.ChiseledQuartzSlabBlock.name=Dalle de Quartz Certus ciselé
tile.appliedenergistics2.FluixSlabBlock.name=Dalle de Fluix
tile.appliedenergistics2.QuartzPillarSlabBlock.name=Dalle de pilier de Quartz Certus
tile.appliedenergistics2.QuartzSlabBlock.name=Dalle de Quartz Certus
tile.appliedenergistics2.SkyStoneBlockSlabBlock.name=Dalle de bloc de pierre de ciel
tile.appliedenergistics2.SkyStoneBrickSlabBlock.name=Dalle de briques de pierre de ciel
tile.appliedenergistics2.SkyStoneSmallBrickSlabBlock.name=Dalle de petites briques de pierre de ciel
tile.appliedenergistics2.SkyStoneSlabBlock.name=Dalle de pierre de ciel
tile.appliedenergistics2.chiseled_quartz_slab.name=Dalle de Quartz Certus ciselé
tile.appliedenergistics2.fluix_slab.name=Dalle de Fluix
tile.appliedenergistics2.quartz_pillar_slab.name=Dalle de pilier de Quartz Certus
tile.appliedenergistics2.quartz_slab.name=Dalle de Quartz Certus
tile.appliedenergistics2.smooth_sky_stone_slab.name=Dalle de bloc de pierre de ciel
tile.appliedenergistics2.sky_stone_brick_slab.name=Dalle de briques de pierre de ciel
tile.appliedenergistics2.sky_stone_small_brick_slab.name=Dalle de petites briques de pierre de ciel
tile.appliedenergistics2.sky_stone_slab.name=Dalle de pierre de ciel
// Chat Messages
chat.appliedenergistics2.ChestCannotReadStorageCell=Le coffre ME Chest ne peut pas lire la cellule de stockage.
@@ -62,14 +62,14 @@ tile.appliedenergistics2.SkyStoneSmallBrickStairBlock.name=Escadas de Tijolos Pe
tile.appliedenergistics2.SkyStoneStairBlock.name=Escadas de Pedra do Céu
// Slabs
tile.appliedenergistics2.ChiseledQuartzSlabBlock.name=Laje de Quartzo Certus Talhadas
tile.appliedenergistics2.FluixSlabBlock.name=Laje de Fluix
tile.appliedenergistics2.QuartzPillarSlabBlock.name=Laje de Pilar de Quartzo Certus
tile.appliedenergistics2.QuartzSlabBlock.name=Laje de Quartzo Certus
tile.appliedenergistics2.SkyStoneBlockSlabBlock.name=Laje de Bloco de Pedra do Céu
tile.appliedenergistics2.SkyStoneBrickSlabBlock.name=Laje de Tijolos de Pedra do Céu
tile.appliedenergistics2.SkyStoneSmallBrickSlabBlock.name=Laje de Tijolos Pequenos de Pedra do Céu
tile.appliedenergistics2.SkyStoneSlabBlock.name=Laje de Pedra do Céu
tile.appliedenergistics2.chiseled_quartz_slab.name=Laje de Quartzo Certus Talhadas
tile.appliedenergistics2.fluix_slab.name=Laje de Fluix
tile.appliedenergistics2.quartz_pillar_slab.name=Laje de Pilar de Quartzo Certus
tile.appliedenergistics2.quartz_slab.name=Laje de Quartzo Certus
tile.appliedenergistics2.smooth_sky_stone_slab.name=Laje de Bloco de Pedra do Céu
tile.appliedenergistics2.sky_stone_brick_slab.name=Laje de Tijolos de Pedra do Céu
tile.appliedenergistics2.sky_stone_small_brick_slab.name=Laje de Tijolos Pequenos de Pedra do Céu
tile.appliedenergistics2.sky_stone_slab.name=Laje de Pedra do Céu
// Chat Messages
chat.appliedenergistics2.ChestCannotReadStorageCell=Baú ME não consegue ler a célula de armazenamento.
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/chiseled_quartz_block_top",
"side": "appliedenergistics2:blocks/chiseled_quartz_block_side",
"top": "appliedenergistics2:blocks/chiseled_quartz_block_top"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/chiseled_quartz_block_top",
"side": "appliedenergistics2:blocks/chiseled_quartz_block_side",
"top": "appliedenergistics2:blocks/chiseled_quartz_block_top"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/fluix_block",
"side": "appliedenergistics2:blocks/fluix_block",
"top": "appliedenergistics2:blocks/fluix_block"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/fluix_block",
"side": "appliedenergistics2:blocks/fluix_block",
"top": "appliedenergistics2:blocks/fluix_block"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/quartz_block",
"side": "appliedenergistics2:blocks/quartz_block",
"top": "appliedenergistics2:blocks/quartz_block"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/quartz_pillar_top",
"side": "appliedenergistics2:blocks/quartz_pillar_side",
"top": "appliedenergistics2:blocks/quartz_pillar_top"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/quartz_pillar_top",
"side": "appliedenergistics2:blocks/quartz_pillar_side",
"top": "appliedenergistics2:blocks/quartz_pillar_top"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/quartz_block",
"side": "appliedenergistics2:blocks/quartz_block",
"top": "appliedenergistics2:blocks/quartz_block"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/sky_stone_brick",
"side": "appliedenergistics2:blocks/sky_stone_brick",
"top": "appliedenergistics2:blocks/sky_stone_brick"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/sky_stone_brick",
"side": "appliedenergistics2:blocks/sky_stone_brick",
"top": "appliedenergistics2:blocks/sky_stone_brick"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/sky_stone_block",
"side": "appliedenergistics2:blocks/sky_stone_block",
"top": "appliedenergistics2:blocks/sky_stone_block"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/sky_stone_small_brick",
"side": "appliedenergistics2:blocks/sky_stone_small_brick",
"top": "appliedenergistics2:blocks/sky_stone_small_brick"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/sky_stone_small_brick",
"side": "appliedenergistics2:blocks/sky_stone_small_brick",
"top": "appliedenergistics2:blocks/sky_stone_small_brick"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/sky_stone_block",
"side": "appliedenergistics2:blocks/sky_stone_block",
"top": "appliedenergistics2:blocks/sky_stone_block"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/smooth_sky_stone_block",
"side": "appliedenergistics2:blocks/smooth_sky_stone_block",
"top": "appliedenergistics2:blocks/smooth_sky_stone_block"
}
}
@@ -0,0 +1,8 @@
{
"parent": "block/upper_slab",
"textures": {
"bottom": "appliedenergistics2:blocks/smooth_sky_stone_block",
"side": "appliedenergistics2:blocks/smooth_sky_stone_block",
"top": "appliedenergistics2:blocks/smooth_sky_stone_block"
}
}
@@ -1,31 +1,31 @@
shaped=
ae2:chiseled_quartz_block ae2:chiseled_quartz_block ae2:chiseled_quartz_block
-> 6 ae2:ChiseledQuartzSlabBlock
-> 6 ae2:chiseled_quartz_slab
shaped=
ae2:fluix ae2:fluix ae2:fluix
-> 6 ae2:FluixSlabBlock
ae2:fluix_block ae2:fluix_block ae2:fluix_block
-> 6 ae2:fluix_slab
shaped=
ae2:quartz_pillar ae2:quartz_pillar ae2:quartz_pillar
-> 6 ae2:QuartzPillarSlabBlock
-> 6 ae2:quartz_pillar_slab
shaped=
ae2:quartz_block ae2:quartz_block ae2:quartz_block
-> 6 ae2:QuartzSlabBlock
-> 6 ae2:quartz_slab
shaped=
ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block
-> 6 ae2:SkyStoneSlabBlock
-> 6 ae2:sky_stone_slab
shaped=
ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block
-> 6 ae2:SkyStoneBlockSlabBlock
-> 6 ae2:smooth_sky_stone_slab
shaped=
ae2:sky_stone_brick ae2:sky_stone_brick ae2:sky_stone_brick
-> 6 ae2:SkyStoneBrickSlabBlock
-> 6 ae2:sky_stone_brick_slab
shaped=
ae2:sky_stone_small_brick ae2:sky_stone_small_brick ae2:sky_stone_small_brick
-> 6 ae2:SkyStoneSmallBrickSlabBlock
-> 6 ae2:sky_stone_small_brick_slab