Started by
AaronGaming147
on
Topic category: Help with Minecraft modding (Java Edition)
its a json file from block bench and the texture is 1000 by 1000 i don't know if the texture side is doing it
Topic category: Help with Minecraft modding (Java Edition)
its a json file from block bench and the texture is 1000 by 1000 i don't know if the texture side is doing it
If it's showing up as back and purple, then something in the json or some part of the way the image files are set up is incorrect. It may be as simple as a missing bracket or comma. Can you share a screenshot of the json?
texture files need to be multiples of 16x16. so 1024x1024 or 1008x1008 or 992. Same goes with textures made in blockbench.
I have textures in mine that are not multiples of 16x16 and they load fine.
@stitch are you sure they aren't? I;e what is your texture files. I can tell you. But thats the only thing I know that can break it. or they used a parent name on the blockbench without a parent
One if them is 30x30, the other is 16x18. For the 16x18, I had modified the .json, not sure if this was needed, but I had added in right under "Parent"
This was for MCreator 2023.2 1.19.2
@Stitch147 yep. needed to modify the json. and weird the 30x30 worked.
AaronGaming147 Try either changing texture size to a multiple of 16, or by modifying the json like @Stitch147 did and have him explain how. This should work.
You will have to lock the code, then in the item.json add in the "texture_size" as shown below:
You do not have to modify the parent, it's just there for reference of where to put the texture size code.