AlexIIL

Results 259 comments of AlexIIL

CLS is a loading screen customiser - it only shows a memory bar if the person who made the loading screen json has added them. So I don't really think...

Yes, these sound essential. I'm probably going to add: 1. `generate_seed()`: Generates a new (48 bit integer) seed for use in other functions. (This should be saved in `constants`). 1....

I'm not so sure about using the system time directly for this - I'd rather people do: ````json "constants": { "tip_interval": 8.0, "tip_seed": "generate_seed()", "slideshow_seed": "generate_seed()" }, "renders": [{ "image":...

*(Fixed in dev - not released yet)*

If it's in `Keyboard.isKeyDown` then it's likely due to a problem with how CLS moves control of opengl from the main thread to it's own rendering thread. However I'm a...

I'm not likely to tacke this anytime soon as I'm focusing on buildcraft.

This is might be related to https://github.com/CraftTweaker/CraftTweaker/issues/377 as the method in question is in crafttweaker to see if they should add additional item tooltips.

> a profiling comparison now shows that the time increases are more spread out.... Ah ok, that's interesting. > So this is probably also a "bug" (limitation) in Forge itself...

I haven't put much time into this in the last year unfortunately, but this was one of the big TODO's for the 1.10.2 and up versions. I've put a little...

Most likely never as I don't work on CLS anymore in favour of buildcraft. However if you have a more specific question then I'd be happy to help - either...