Kamela
Kamela
Maybe try detecting Cloudflare and temporarily disable the timeout if the Cloudflare page is open?
Realistically, downloading mods manually and shoving them in `mods`, while viable for the meantime, is not pretty. The developers know of the issue but decided to publish the update sooner...
This honestly seems like a problem with your specific setup, as I for one don't encounter any issues using ViaFabricPlus with latest dev build. It might be another mod that's...
Meteor `BetterChat` includes chat heads option, so you don't really need to use ChatHeads as an external mod. Perhaps the mixins are incompatible with eachother, so maybe that causes the...
What's the expected behavior for through-walls when it's disabled? The current approach has rather lackluster and unrefined results, and a different approach might be better.
Nametags don't render even when part of the entity is in view, so you can be looking at most of the entity and still not see any nametags. i.e. ...
The problem, I feel, with this approach, is that given the nametag is hidden if the player doesn't see the eyes of the entity, wouldn't that present an issue with...
replacing ```java ((IVec3d) vec2).set(entity.getX(), entity.getY() + entity.getStandingEyeHeight(), entity.getZ()); ``` with ```java ((IVec3d) vec2).set(entity.getX() + entity.getWidth(), entity.getY() + entity.getStandingEyeHeight(), entity.getZ() + entity.getWidth()); ``` in the `isBehindWall(Entity entity)` boolean seems to yield...
Why would you need 4 clients at the same time though? That seems very counterintuitive, and compatibility issues are almost guaranteed to arise, what with 4 different clients all trying...
This is due to a bit of an error on my end, the second screenshot should be as such, with a `#` before and after the string literal, but even...