Corey Iles
                                            Corey Iles
                                        
                                    I've always just reset the rotation manually. Then the Z angle is usually just a multiple of 90, and if not it's like always a whole number. But yes, this...
Delphi is pretty simple. I haven't learned it all yet but the basics are easy to get a hold on. The problem is I don't think everything we need to...
It's a Toshiba Satellite, with a Synaptic TouchPad v6.2. There isn't a movement tab, not in the generic Mouse Properties (and by generic I mean in the Control Panel) or...
I've tried that already before. That was the first thing I thought since that fixed the problem on desktop. Same outcome, no object movement. I even tried manually clicking the...
Not home atm, out until tomorrow then of course (I have my laptop, but no internet here). I wouldn't lie about it btw.
Well 2.2, UABEA, and this all three give virus warning
Oh. Well yeah, it sounds interesting except the removing the networking part... xD I wanted players to be able to map together. I'll still check it out though. Do you...
So like, what's the issue here? Does anyone have anything AGAINST this being added?
At least make baritone NOT break the torches (by default) that are already on a path. Why does it have to break torches. In fact, right now, the `blocksToAvoidBreaking` setting...
Show your create line for `ServerAccounts[i][ProgressBar]` Also, float's should ALWAYS be represented with a decimal. `if(next > 100) { next = 100; }` should be `if(next > 100.0) { next...