Levi

Results 56 comments of Levi

Making a port for 1.8 (or any version) wouldn't be hard, I just need to get the correct mappings for the methods/fields. I'll get around to doing it some time...

Hi, a lot of people have been requesting 1.8 support for at least the path month or so. I am finally working on it, there is a new branch for...

They removed the anti-cheat functionality like 2-3 days ago, the anti-cheat is no longer provided in Lunar Client. That being said, once this mod is "done" with the logo spoofing,...

I have basically got a working version for 1.8.9 but there are several issues with having it work for both 1.7.10 and 1.8.9, as well as that Forge seems to...

Honestly the mod in the Hypixel link looks pretty shit and I doubt it runs decently. It looks like he's doing the same thing I'm doing but using some mixins...

> I did some more researching and found that if you use the current mod on 1.7, 1.8 users will see the Lunar Client logo next to your name. >...

I have a working 1.8 equivalent however I have not yet tested it. I'm not currently working on anything related to Minecraft, I'll get around to it when I'm interested...

Running `cargo test run_fixture_test_tests__exec__issues_6xxx__6878__1__exec_js` results in this error on both main and issue-8747 branch. Yarn installed with `npm i -g yarn` and `corepack enable`. Not sure how to fix? ```...

`foo?.bar.baz?.()` should be optimized to `(void 0).baz?.()`, but this is ignored for now. For some reason the AST becomes this ``` OptChainExpr { span: 53..65#0, optional: false, base: Member(MemberExpr {...

> Also, can you rebase? (And thank you so much for the PR!) Just saw this, will do