Page 1 of 1

Texture is showing up as a big ´Missing Texture´.

Posted: 18 Nov 2018, 17:51
by KingALLO
I really need help please guys !!

I was making a ladder texture for my texture pack (its only private use) and I put the default minecraft oak wood texture on it so it looks ok .

Problem is ... ingame the texture is a t least twice as big and on the wrong side + it has No Texture (pink and black chess coloured) .

I would be emensly happy if you´d help me out guys and women ... Im pretty sad I couldnt do it ...

Re: Texture is showing up as a big ´Missing Texture´.

Posted: 31 Jan 2019, 11:49
by Sphax
Post the exported json so we can help

Re: Texture is showing up as a big ´Missing Texture´.

Posted: 07 Apr 2019, 22:15
by KingALLO
Sphax wrote: 31 Jan 2019, 11:49 Post the exported json so we can help
Its added as a file ... i really dont know what it could be checked everything i could find that could´ve been the error

Re: Texture is showing up as a big ´Missing Texture´.

Posted: 07 Apr 2019, 22:16
by KingALLO
Btw its not as big anymore but still missing the texture

Re: Texture is showing up as a big ´Missing Texture´.

Posted: 07 Apr 2019, 22:25
by HanFox

Code: Select all

"texture": "C:\Users\media\AppData\Roaming\.minecraft\resourcepacks\Cubik Default 1.12\assets\minecraft\textures\blocks/planks_oak"
Not sure how you managed that. The path of your texture should be relative to the textures folder, so should should just be:

Code: Select all

"texture": "blocks/planks_oak"
or for MC1.13 and above:

Code: Select all

"texture": "block/oak_planks"