rfresh2
rfresh2
I recommend using https://github.com/rfresh2/XaeroPlus which has this feature and more
Search has a setting for auto block colors: https://github.com/lambda-client/lambda/blob/734ac8c2597acc442c273e775508a3bac211905e/src/main/kotlin/com/lambda/client/module/modules/render/Search.kt#L77 But a dedicated GUI for adding blocks similar to impact would also be nice and has uses outside of search too
for the record, I still recommend using https://github.com/rfresh2/XaeroPlus instead of lambda radar. but some people are stubborn lol
> If you want optimization, just throw away the objects list and store raw float. It trolls the GC. for shore, also the circle rendering could use similar optimizations too
I like the idea! I've made [some changes on my branch](https://github.com/lambda-client/lambda/commit/61af962b32248fde3081fc54de75fb1f0dae1f51) if you'd like to merge that into yours. Things I've changed: * Migrated to a client module instead of...
Found a few issues so far: * Forge: * Mixins are being remapped, they need to be kept in mojmap like neoforge now * NeoForge: * `processResources` gradle task needs...
I don't think Create has an API available on the client that shows all train locations. XaeroPlus is not a server side mod, only client side. So until there is...
i don't think XP will interfere in any way with that mod its unclear what exactly you mean by "it doesn't work" and why you're submitting this to my issue...
closing due to inactivity
Hi could you provide steps to reproduce the crash? Was it just a one-off crash that happened randomly? Its not immediately clear to me what the root cause is. Sharing...