I created a mod swords with textures 64x64 but when I put on the block laucher it changes the texture to 16x16 and is all buggy.
How do I solve this?
[/pre]
I created a mod swords with textures 64x64 but when I put on the block laucher it changes the texture to 16x16 and is all buggy.
How do I solve this?
manually add them into the items-opaque.png. you would need to map them in the items.meta.
This method may take some time, but you should write the coordinates down.
To map in the meta you must find the top-left corner (the Min U and the Min V) and the bottom-right corner (the Max U and the Max V)
the horizontal direction is the U while the vertical direction is the V
write these in pixels, for example
48, 64, 48, 64
Min U, Max U, Min V, Max V
next, divide the U's and the V's by 512, because the items-opaque is 512x512
Make sure you don't put any spaces in the meta, and don't leave any commas at the end. When you put it into this format you must put this (DONT FORGET THE COMMA) at the very end of the meta, you should place it behind the lever texture coords, and the "]".
After that, enjoy a 64x texture. Its a pain to add.
manually add them into the items-opaque.png. you would need to map them in the items.meta.
This method may take some time, but you should write the coordinates down.
To map in the meta you must find the top-left corner (the Min U and the Min V) and the bottom-right corner (the Max U and the Max V)
the horizontal direction is the U while the vertical direction is the V
write these in pixels, for example
48, 64, 48, 64
Min U, Max U, Min V, Max V
next, divide the U's and the V's by 512, because the items-opaque is 512x512
Make sure you don't put any spaces in the meta, and don't leave any commas at the end. When you put it into this format you must put this (DONT FORGET THE COMMA) at the very end of the meta, you should place it behind the lever texture coords, and the "]".
After that, enjoy a 64x texture. Its a pain to add.
Oh I never saw it. I never logged into the account after that. I'm sorry and thank you for answering.
How do I solve this?
[/pre]
manually add them into the items-opaque.png. you would need to map them in the items.meta.
This method may take some time, but you should write the coordinates down.
To map in the meta you must find the top-left corner (the Min U and the Min V) and the bottom-right corner (the Max U and the Max V)
the horizontal direction is the U while the vertical direction is the V
write these in pixels, for example
48, 64, 48, 64
Min U, Max U, Min V, Max V
next, divide the U's and the V's by 512, because the items-opaque is 512x512
then put them into this format
Want Custom ModPE functions? Look here -> WolfyPE ModPE functions
Oh I never saw it. I never logged into the account after that. I'm sorry and thank you for answering.