Max Becker
Max Becker
A related issue I had is that the version numbers itself were stored as strings so the isCV3 check failed (it compares with `== 3`): https://github.com/paviro/MMM-Facial-Recognition-Tools/blob/master/lib/config.py#L112 After changing it to...
The respawn code looks a bit weird: https://github.com/MohistMC/Mohist/blob/b2f20aa287c7b465a067581b91a4f5d9a57ed7c8/patches/minecraft/net/minecraft/server/management/PlayerList.java.patch#L694-L707 why are things like id copied from the "old" player object to the "new" one, when both objects are identical? I'm not...
Probably fixed with https://github.com/MohistMC/Mohist/commit/37cdfa9238456e638491d20194ea01a6794cce42
I had a similiar issue when trying to compile this for the vero4k with osmc. In my case it was caused by libmoonlight-aml failing to load because llibamcodec.so could not...
Currently considering buying a Vero 4k, but I would like to also use moonlight on it. So I was wondering if you had any success in the meantime? Thank you
In general I like the idea. Once again there is the issue of balancing again. How to make old vampires feel stronger without completely demolishing any hunter (considering the suggested...
Unfortunately, it is rather time-comsuming to support Epic Fight, so this will likely not happen any time soon
I think you should rather contact the lightfall devs regarding this. I don't think Vampirism is doing anything special here, so this is likely more a prroblem with Forge in...
Interesting, I did not know that Java awt wasn't always available/supported. I assume you are running on a headless server. Do you have root access to it or is it...
Mhh, you can try to contact them and ask them if they can install Java awt / libxrender or if they know a different workaround. Unfortunately, I cannot get rid...