2

Sandstone Wall texture

ElviraLovesYou 4/18/22 2:07 pm
90
4/30/2022 4:48 pm
I am creating new files for sandstone walls to capture the texture from my smooth sandstone block.

I'm using the following script:

{
"parent": "block/template_wall_side",
"textures": {
"wall": "block/sandstone_smooth"
}
}

and
{
"parent": "block/template_wall_post",
"textures": {
"wall": "block/sandstone_smooth"
}
}

So both Side and Post should capture texture from my smooth sandstone, but I end up with this, Only the upper part of the wall and the posts have new texture but the sides under dont. I thought it had to do with the actual smooth sandstone texture missing a top and a bottom so I added that but it didnt work.
What am i missing? :(
Posted by
ElviraLovesYou
Level 1 : New Miner
0

  Have something to say?

JoinSign in

2

Luke_Sky_Walker
04/24/2022 7:02 pm
He/Him • Level 38 : Artisan Enderdragon Poro
I would recommend looking up a existing modification of sandstone walls (Specifically for retexturing) in order to fix it. I would also recommend looking up tutorials specifically for modifying walls in game to better learn and understand how to create those scripts and modifications.
2
ElviraLovesYou
04/30/2022 4:48 pm
Level 1 : New Miner
Yeah, sadly I've been trying to watch/read tutorials but I don't find anything.
I've searched for all sandstone textures in the pack. The only thing I can think of is that some files are missing since the texture never was inteded :(
2

Welcome