Started by
FyrfyX8
on
Topic category: Help with Minecraft modding (Java Edition)
i wanna make a block that kooks like a cat but the textueres are wrong.
how can i fix that?
Topic category: Help with Minecraft modding (Java Edition)
i wanna make a block that kooks like a cat but the textueres are wrong.
how can i fix that?
Are you sure you imported the textures and selected them in the mob creator correctly? Usually, after importing, you will still have to select the mob texture in the living entity creator tab.
but it isnt a living enterty is a block
Still, after importing the .json block, it should have opened a window for you to select the texture of your block.
Sorry I didn't read it right I thought it was a real cat :P, but either way the same thing applies for blocks. You have to select their textures as well.
but i have select the texture but it doesnt work.
Make sure the .json file has the correct name for the texture. If you used block bench, make sure the texture name in block bench is the name of the actual texture file, and make sure the UV map uses the same name for the model as the project setting name, and export it to that exact name.
So,
Project's file name=UV map's model name=actual filename
Project's texture name = actual texture file's name
Import the .png then import the .json and select the texture.
When you make the mod element block, make sure you use the cutout_mipped option instead of solid. I don't know why, exactly, but this seems to be important and since I started doing it for blocks that aren't strict cubes, I haven't had any further texture problems.
I hope this helps solve your issue!
I forgot to mention, make sure the UV map and texture have the same dimensions. If the texture is 64x32, the map should be 64x32, and vice-a-versa.