badasintended / wthit

what the hell is that?
https://docs.bai.lol/wthit
Other
121 stars 21 forks source link

Tooltip for Polymer / PolyDecorations #264

Closed sternschnaube closed 3 months ago

sternschnaube commented 3 months ago

Enhancement

image

deirn commented 3 months ago

Pretty sure Polymer has built-in support with WTHIT. Do you have it on the client?

sternschnaube commented 3 months ago

Have it on the client, but it doesn't seems to work.

deirn commented 3 months ago

What version of Polymer do you use? Seems like the compatibility is only recently enabled for 1.20.6.

https://github.com/Patbox/polymer/commit/0c47528ba9584a196f6fed3f84f27981e3d8c11e

sternschnaube commented 3 months ago

Using the latest 1.20.6 build, which was published on Modrinth.

deirn commented 3 months ago

Can I get your latest.log? Paste it on https://gist.github.com/.

sternschnaube commented 3 months ago

I hope it's fine that I used pastebin.

https://pastebin.com/raw/ZBxyeczx

Patbox commented 3 months ago

I imagine it is caused by the barrier/structure void blocks being blacklisted. So they would need to be either removed or overriden (not sure if polymer can do that without mixins, as I'm not versed with the api)https://github.com/badasintended/wthit/blob/a56174f0cb827f05791b5da8454b3126c0d088cf/src/pluginVanilla/java/mcp/mobius/waila/plugin/vanilla/WailaPluginVanilla.java#L240-L243

deirn commented 3 months ago

Added API to remove things from the default blacklist. Also changed the the impl of the blacklist to be easily bypassed by plugins, I'll PR to Polymer soon.