lambda icon indicating copy to clipboard operation
lambda copied to clipboard

Minecraft utility mod coded in Kotlin

Results 128 lambda issues
Sort by recently updated
recently updated
newest added

I think this module can be improved by displaying a Hologram/ ghost block of that block instead of not displaying anything at all.

enhancement

**Describe the bug** Steal Button is at wrong position **To Reproduce** 1. get rusherhack 2. turn on cheststealer 3. open chest **Expected behavior** ![stealbutton](https://user-images.githubusercontent.com/60955857/185440459-5b5ec81b-dbeb-4e7a-8a4f-4477db1888e6.png) the steal button is at wrong...

bug

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** HoleSnap only moves u to 1x1 holes, add a 2x1 mode

enhancement

when mining obsidian, when the shulker opens, it starts opening for 1 second and closes, and so on in a circle.

bug

Archive repo than!

Updayte the client to 1.19 because of the annoying 1.19 update for 2b2t, This is the client I use the most and now I can no longer use it on...

new

when I decided to update the lambda client , I ran into a problem with pojavlauncher crashing. the previous version of the lambda works. If you run lambda 3.3.0 in...

bug

### Activity System The implementation pattern involves breaking down complex problems into smaller, more manageable parts that can be solved individually using the divide-and-conquer approach. This approach simplifies the code...

Profiling indicates ~50% reduced CPU time and memory allocations Caches expensive operations where we iterate over all chunks in a radius and removes unnecessary vector object allocations.