button10px.png
VirtualPhilipp opened this issue ยท 13 comments
Minecraft 1.12
Inventory Tweaks 1.62
In the FAQ there is a statement about custom button textures.
it says to add this texture to the resourcepack:
assets/inventorytweaks/textures/gui/button10px.png
the textures won't change therefore i can't create a mod
support for my resourcepack.
Cheers!
Here you go:
https://www.planetminecraft.com/texture_pack/echelon-3980223/
this is my own one. i wanted to add support for your great mod
I just threw it in my debug copy (which is the same as 105, which isn't approved yet, but there weren't any actual code changes from 100) and enabled the resource pack.
It's on Forge 14.21.0.2376, since that's the one currently specified for building.
are you running the test directly through eclipse (or etc)? it looks like you are using the debug mode (you have no skin and the gui & pov is at standard) if so, try using the mod in your normal minecraft client
https://minecraft.curseforge.com/projects/inventory-tweaks/files/2448972
Try that version, that's the most recent for 1.12 that's been approved.
Ok yeah, looking through the diff for 1.12 I can see some changes to the button drawing -- and it's also noticeable on your screenshot the buttons have letters instead of the symbols on them, meaning that the custom drawing isn't working.
Still, interesting that it happens to work well enough outside of that issue.
im on the dev build now, the button show up now and the correct letters are shown. then this was a bug with the older version. the thing is i code spigot stuff. my plugins usualy need to be updated to work on a new version, didn't expect 1.62 to be for 1.11.2 becaus it worked without any bug. so a big thanks that you have looked into it!