Igrium
Igrium
At the core of DockFX is a CSS file with various styles vital for docking. Unfortunately, by default, this is initialized via `StyleManager`, which is a private API. As part...
If you have a string tag with the value "true" or "false" and you write it to SNBT, it's read as a byte when parsed again. This is problematic when...
I'm not sure where to comment this, so I'm doing this as an issue. You NEED better documentation. Right now your only form of tutorial is something telling you how...
I was finding myself needing to easily take screen captures of my world at large scales, and due to my monitor's resolution, Snipping Tool wasn't cutting it. I decided to...
There should also be a way to cancel it if it's taking too long.
This isn't due to a coding mistake, rather a fluke in the nature of simplex noise. Because simplex noise creates a gradient between the light and dark areas, any given...
This is due to the lack of an inverse rotation function, which I don't want to do right now because it involves complicated math.
Right now, the internal projects crudely reference each other via the maven local repo. Not a good idea (I think).
Right now, the base font size for `markdown-text` is hard-coded at 16, and is not overwritable by CSS. This is problematic when trying to fit a markdown section into an...
I'm having a weird issue where the lightmapper renders the scene from my camera instead of making a lightmap:  Is this a known issue? I also tried deleting the...