Jonas Herzig

Results 304 comments of Jonas Herzig

@alpharou Thanks for the log. I've identified the issue by looking at the source code of Waystones. The issue needs to be fixed in Waystones, so I've created a ticket...

It's not actually that simple. I know there to be at least one other blocker for see-through portals with shaders: - BP currently uses GL shaders itself to render the...

BP doesn't use the culling shader method (IP does). BP just uses good old glClipPlanes which should be more compatible with other mods because one can configure six different clip...

Please attach the crash report. That'll potentially save me from having to search for and install X random mods I've never heard of.

I don't see any direct relation to PortalGunFixer, though the log states you've got version 0.0.2 whereas only source code for version 0.0.1 is available on GitHub. Please either re-try...

> Received status code 520 from server: Origin Error https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#Cloudflare Looks like the sponge maven is temporarily having issues.

Yes, CubicChunks is not supposed to be on the sponge maven, a 404 is expected but a 520 is unexpected and caused Gradle to abort.

https://github.com/Johni0702/BetterPortals/blob/master/build.gradle.kts#L89-L90 I believe Gradle resolves deps in parallel, so simply re-ordering may or may not work.

Ah, yes, Forge decided to move their maven repo with little regard for anyone still pointing at the old one. Try changing the version at https://github.com/Johni0702/BetterPortals/blob/fa42589e8ec59b910400f51cd383da5bcd84055d/settings.gradle.kts#L11 to `541e148`.

Oh, and this one: https://github.com/Johni0702/BetterPortals/blob/fa42589e8ec59b910400f51cd383da5bcd84055d/settings.gradle.kts#L5 to `http://maven.minecraftforge.net/`. Same with any other references if I've missed any.