IncredibleHolg / IncediblePack

Converting HerrSommer Resource pak to new format
0 stars 0 forks source link

retexture new stone, stonebricks and cleanstone variants #52

Closed IncredibleHolg closed 5 years ago

IncredibleHolg commented 5 years ago

The 1.14 json model file references block/smooth_stone

IncredibleHolg commented 5 years ago

Extra slab side texture is block/smooth_stone_slab_side

IncredibleHolg commented 5 years ago

The json file stone_slab.json changed from 1.12.2

{
    "parent": "block/slab",
    "textures": {
        "bottom": "block/stone_slab_top",
        "top": "block/stone_slab_top",
        "side": "block/stone_slab_side"
    }
}

to 1.14


{
    "parent": "block/slab",
    "textures": {
        "bottom": "block/stone",
        "top": "block/stone",
        "side": "block/stone"
    }
}
``'
IncredibleHolg commented 5 years ago

The Double Slabs with cleanstone should match the stone bricks, only lighter. The cleanstone will be a matching texture. The Stone brick texture will be dropped.

stoneretexture_stonebricks03

stoneretexture_stonebricks04

IncredibleHolg commented 5 years ago

Json files for smooth_stone:

{
    "parent": "block/cube_all",
    "textures": {
        "all": "block/smooth_stone"
    }
}

copy the texture smooth_stone_slab_side to smooth_stone

IncredibleHolg commented 5 years ago

The texture block/stone_bricks.png should match block/smooth_stone in a darker variant.

IncredibleHolg commented 5 years ago

stoneretexture_stonebricks05

stoneretexture_stonebricks06