Jan Bayer

Results 4 issues of Jan Bayer

## Chromium and userAgent As it seems, [Chromium and by extension Chrome, Edge, Brave, Opera, etc. will deprecate userAgent in the near future](https://developer.chrome.com/blog/deps-rems-100/). ## Replacement / new Solution The new...

I'm writing a Minecraft mod / Discord bot combo: https://github.com/Erdragh/AstralBot It uses [JDA](https://jda.wiki) to communicate with Discord. JDA has a dependency on okhttp3 which over multiple corners has a dependency...

Here's the Prism Log that includes the stack traces: https://gist.github.com/Erdragh/1973ed14c9d528688c15c6b1c7fbe6d0 System Information: PrismLauncher 7.2 in the flatpak version. **OS**: Arch Linux **Processor**: Ryzen 7 7800x3D **GPU**: Radeon RX 7900XT **Allocated...

As it stands currently, immersive aircraft can fly as if there was normal gravity/atmosphere regardless of the dimension they're in. [Ad Astra](https://github.com/terrarium-earth/Ad-Astra) implements different [gravity](https://github.com/terrarium-earth/Ad-Astra/blob/1.20.x/common/src/main/java/earth/terrarium/adastra/api/systems/GravityApi.java) for different dimensions. It would...