#Texture error
1 messages · Page 1 of 1 (latest)
do you know how I would fix this? As its the default cobblestone slab with a different texture 16x16
Your problem is in Blockbench, try opening your model with that texture
its the default vanilla cobblestone slab just with a different texture.
is not a custom block?
nope, its the vanilla slabs
ah, that makes sense now
This is not how the texture should be, the texture is square
oh I might have found the problem now that you mention it
This is the texture of all the blocks of the same material cobblestone, the slabs, stairs, fences all have the same square texture
I also have custom vertical slabs and in terrain_texture.json I have
"cobblestone_slab": {
"textures": "textures/vertical_slab/cobblestone_slab"
},
could this be the problem as the vanilla cobblestone slab might be referencing cobblestone_slab?
There is no cobblestone_slab texture, only cobblestone and it is the same in all its variants forms
as my cobblestone texture is a square
should be in the same folder as the vanilla cobblestone
it is, textures/blocks/cobblestone
"cobblestone_slab": {
"textures": "textures/blocks/cobblestone"
},
ahh okay, so this is conflicting with the texture
thanks for the help 👍
is it fixed now?