GUI issue after convert
What version of the software are you using here?
Surprisingly, I tried to convert the file with Release 2.2.6, and it didn't show up in image 2. But image 1 is still the same phenomenon. I think it's button.png.mcmeta that doesn't match every case.
Is the button animated?
The mcmeta data is sourced from Minecraft themselves
Is the button animated?
no.
button.png.mcmeta is:
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 200,
"height": 20,
"border": {
"left": 20,
"top": 4,
"right": 20, //change to 2
"bottom": 4
}
}
}
}
change right to 2 will fix the problem in soartex, But depending on the textures, the right part that needs to be kept is different.
and also change all the mcmeta in \assets\minecraft\textures\gui\sprites\widget
Why does it work in <1.20.2 but not in 1.20.2, it uses the vanilla Minecraft nine slice json and the vanilla texture hasn’t changed so idk why it wouldn’t be compatible