XspeedPL / Streamotes

Integrate popular emote systems from your favorite streamers into Minecraft chat! Now with server config support!
https://modrinth.com/mod/streamotes
3 stars 1 forks source link

Shadows on text not displayed #31

Closed RockeyWereWolfCodeAcademy closed 3 weeks ago

RockeyWereWolfCodeAcademy commented 4 weeks ago

Hello there! I am not really sure what to post here for your assistance, but when I compile this mod from sources outputed jar file causes all text in menus be without "shadows" I compile just with ./gradlew build With jar: изображение Without: изображение

XspeedPL commented 4 weeks ago

Based on the logs you sent it is kind of hard to tell what could be the issue

RockeyWereWolf commented 3 weeks ago

Based on the logs you sent it is kind of hard to tell what could be the issue

Which log would be helpfull?

here is latest.log from game's log folder https://pastebin.com/DuUfrbkA

XspeedPL commented 3 weeks ago

Looks like you have a bunch of other mods installed, try with just STREAMOTES and YACL installed

RockeyWereWolf commented 3 weeks ago

Looks like you have a bunch of other mods installed, try with just STREAMOTES and YACL installed

just with fabric api, streamotes and yacl https://pastebin.com/xLbGQtyM

small note: issue occurs only with self compiled mod jar(even without me changing the code) what I do:

  1. git clone
  2. gradle build
  3. Then I go to the fabric/build/libs folder and get compiled streamotes-1.2.2+1.21.jar

mb there are some additional steps to do before gradle build?

and is there any build process log that might be helpfull?

XspeedPL commented 3 weeks ago

The released version 1.2.2 doesn't include two most recent commits, maybe they are causing problems, they aren't finished yet

RockeyWereWolf commented 3 weeks ago

The released version 1.2.2 doesn't include two most recent commits, maybe they are causing problems, they aren't finished yet

Thanks for info, by reverting repo to two commits backward solved my issue Just for curiosity I tried to undo changes made in 1a795438d7b925ed21ee44ae88d826d1a0fbbc50 only and issue was solved too. Should I close this issue or info provided here can be helpfull for you?