lambda-client / lambda

Minecraft utility mod coded in Kotlin
GNU Lesser General Public License v3.0
585 stars 147 forks source link

KAMI Blue suggestions #80

Open Doogie13 opened 3 years ago

Doogie13 commented 3 years ago

Basically, this is an issue summarising some KAMI Blue issues (I'm not expecting this all to happen lol). I might add more to this and if anything is added ill tick it off

czho commented 3 years ago

for speed and specifically onground speed, it works i just haven't added it yet cause its just a copy paste of phobos, but i gotta implement the logic because of copywrite concerns, also hause did a dumb and basicly you can use timer speed while using onground but i gotta implement logic for reseting when you get rubberbanded. I was working on better packetfly but im busy and haven't started. I added a check for if theres a block above ur head, meaning that theoretically you can get it working with baritone.

czho commented 3 years ago

the infinite elytrafly looks simuler to autoboost which I also want to add

Natan515 commented 3 years ago

Those are good ideas!

moaihax commented 3 years ago

have an option in click gui to make it more like other clients

Natan515 commented 3 years ago

@moaihax what does it mean....

ToxicAven commented 3 years ago

@moaihax

have an option in click gui to make it more like other clients

what do you mean by this?

ToxicAven commented 3 years ago

Seppuku Compatibility

Appears to be fixed using Lambda CI Build #209 and seppuku 3.1.6-Dev6

czho commented 3 years ago

I'm going to be adding the better packetfly in the form of a plugin, with pretty much all skided stuff until one gets added to the main branch, just because phobos is spaghetti code and I dont wana deal with the crashes anymore.

Doogie13 commented 3 years ago

I'm going to be adding the better packetfly in the form of a plugin, with pretty much all skided stuff until one gets added to the main branch, just because phobos is spaghetti code and I dont wana deal with the crashes anymore.

lmao

ToxicAven commented 3 years ago

@Doogie13 Seppuku compatibility is fixed https://github.com/lambda-client/lambda/issues/80#issuecomment-836967300

Doogie13 commented 3 years ago

@ToxicAven how tf do i tick again?

ToxicAven commented 3 years ago

@ToxicAven how tf do i tick again?

No idea lol

Doogie13 commented 3 years ago

@ToxicAven how tf do i tick again?

No idea lol

do [x]

czho commented 3 years ago

for "being locked in 3rd or 2nd person" when does that happen, like what modules are causing it

moaihax commented 3 years ago

@ToxicAven @Doogie13 like change the window system to a more array options like rusher or other clients

ToxicAven commented 3 years ago

like change the window system to a more array options like rusher or other clients

That is pointless, this client isn't like panelstudio or old kami. This is not a high priority, if a priority at all. Hopefully a window system can be planned, but the GUI style will generally stay the same.

scorbett123 commented 3 years ago

like change the window system to a more array options like rusher or other clients

That is pointless, this client isn't like panelstudio or old kami. This is not a high priority, if a priority at all. Hopefully a window system can be planned, but the GUI style will generally stay the same.

When plugin GUI's may eventually come around, then this could be implemented.

czho commented 3 years ago

just took the packetfly from phobos into lambda in my fork https://github.com/czho/lambda-rice, I don't think its not a good idea to put proprietary code in a open source project that I don't own and it cant be implemented yet as a plugin because it requires some custom events that would require mixins, thats why it has to be a fork, also its kinda bloated, its a bad idea to put into our repo