1

Changing models makes texture bug when breaking

jaruno 9/11/21 9:10 am
96
9/12/2021 11:20 pm


I was trying to get different textures to different sides of planks but whenever I break or walk over them I get a texture bug, I'm on 1.8.

this is assets\minecraft\models\block\oak_planks

{
"parent": "block/cube_all",
"textures": {
"up": "blocks/planks_oak_top", "down": "blocks/planks_oak_top", "north": "blocks/planks_oak", "south": "blocks/planks_oak", "west": "blocks/planks_oak", "east": "blocks/planks_oak"
}
}
Posted by
jaruno
Level 1 : New Miner
0

  Have something to say?

JoinSign in

1

Karaoke
09/12/2021 11:20 pm
She/Her • Level 70 : Legendary Aesthetic Witch
You have no particle set.

"textures": {
"particle": "block/oak_planks"

When doing custom models you always need to set the particle otherwise minecraft doesn't know what the block is.
4

Welcome