TwilightFlower
TwilightFlower
I will upload to modrinth when I get around to actually making a release.
This is entirely on Sodium's end. Leaving this open so I don't get 5 more copies of it.
So, wait, what exactly is the issue? The sides of a block aren't being connected when you specify `top` and `bottom`? If so, that... should be expected behavior?
...could you send images of _the same area_ for comparison? I'm still not getting what's going on.
ok, looking at this again, how the fuck did i not see what's happening lol. I know the cause of this issue, I just also know it's going to be...
I agree that a way to sort by mod and by content type is a good idea. However, I have UI concerns. Simple pagination is an intuitive UI that doesn't...
The code I was using to count FPS, by the way: ``` struct FPSCounter { last_fps: u32, last_instant: Instant, frames: u32 } impl FPSCounter { fn count_frame(&mut self) { let...
Ah, hmm, I completely missed that the fields were mutable. Guess I'm just used to most data storage objects like these being immutable.
Yeah, that's what I ended up doing -- however, this doesn't seem like behavior that should just happen without being documented anywhere, as it does not seem at all intended...