felixstaude / Emotes

This is a minecraft spigot plugin to use twitch emotes in minecraft chat. Use the config.yml to replace any emote name to any unused PUA character and add it in your texturepack
1 stars 1 forks source link

Questions Resource Pack #1

Closed M1B4ND closed 3 months ago

M1B4ND commented 3 months ago

Hello, can you show an example of a texture pack. I've done everything as shown in your tutorial but it doesn't work on my end.

felixstaude commented 3 months ago

Yes of course, i'll take care of that today

M1B4ND commented 3 months ago

I made the texture pack with the structure you wrote. This tells me that the texture pack can't be taken into account by the game.

felixstaude commented 3 months ago

i came into the same issue, im working on it. You got any Errors in Console? Could you paste them in here if so?

M1B4ND commented 3 months ago

it looks like the texture pack structure has changed recently.

Pack/assets/minecraft/textures/emotes.png I don't think this is correct. I'm not getting an error in the console, it's the game telling me that the pack can't be supported.

Whether it's the pack installed on the server or if I install the same pack on the player side.

felixstaude commented 3 months ago

i think in Pack/pack.mcmeta the pack_format should be 15 for 1.20.-1.20.1 and 18 for 1.20.2 i dont know much about texturepacks. I cant test it right now, but maybe you could

https://minecraft.fandom.com/wiki/Pack_format

M1B4ND commented 3 months ago

I think that was the problem. Now it works. Thanks image