Polyfrost / OneConfig

Next generation configuration library for Minecraft
https://polyfrost.org/projects/oneconfig
Other
217 stars 23 forks source link

Allows HUDs to bypass Patcher's HUD Caching #325

Closed ImToggle closed 3 months ago

ImToggle commented 3 months ago

https://github.com/Polyfrost/OneConfig/assets/98242902/6ee6d9c9-b469-4b43-bbd8-ef1c075dd8d9

Checklist

ImToggle commented 3 months ago

like that?

nextdayy commented 3 months ago

do a private static final boolean isPatcher

ImToggle commented 3 months ago

do it in HudCore so it only runs once

nextdayy commented 3 months ago

do it in HudCore so it only runs once

(its static so it would only run once no matter where you put it) but yes that is a good place for it

ImToggle commented 3 months ago

no it would run everytime a hud is added