tr7zw

Results 452 comments of tr7zw

Uh, might want to disable screen buffering for now(it's mainly useful for REI anyway).

Thanks :D. Yea, this mod will cause a looot of issues in combination with other mods and basically will never be compatible with everything. Will mainly be a best-effort thing....

I mean, this project is dead dead anyway since I don't have time for it. Honestly thought I had it archived, but apparently not.

Well getters are doable with easy Java knowledge, some wrapper stuff for chunks/entities/blocks is also easy doable. The real problem to implement with Mixins are the events. They can't easily...

I can provide a bit more info, currently writing a java port of https://github.com/getmango/Mango and encountering the JVM crash after some time while generating thumbnails. Restarting the process it then...

~~Hm, running the program in a docker eclipse-temurin:18-jre-alpine container on a linux server with the same data doesn't show the same crash behavior, so possible that the crash I was...

It's been 3 years now, and from what I can tell this is not supported by any client currently(even removed the(incomplete) feature from jersey2), so any hope that this will...

I guess it could read the names from #43.

Gonna add here, info from people playing the game blind like https://www.youtube.com/watch?v=Lfs4B7X8EOk on how it should work would be nice.

I had to fully overwrite Litematicas pickblock logic since there is no way to hook it otherwise(it runs+canceles before any vanilla logic I could hook). Will have to look into...