ResourcePackConverter icon indicating copy to clipboard operation
ResourcePackConverter copied to clipboard

GUI issue after convert

Open Muruaaki opened this issue 8 months ago • 6 comments

Image

Image

Texture Packs:Soartex Fanver (9.0.0) Version: 1.18.2 to 1.20.4

Muruaaki avatar Jun 08 '25 23:06 Muruaaki

What version of the software are you using here?

CoryBorek avatar Jul 30 '25 13:07 CoryBorek

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.

Muruaaki avatar Jul 31 '25 00:07 Muruaaki

Is the button animated?

lowercasebtw avatar Jul 31 '25 01:07 lowercasebtw

The mcmeta data is sourced from Minecraft themselves

lowercasebtw avatar Jul 31 '25 01:07 lowercasebtw

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

Image

Muruaaki avatar Jul 31 '25 01:07 Muruaaki

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

lowercasebtw avatar Jul 31 '25 04:07 lowercasebtw