LambdAurora

Results 38 issues of LambdAurora

Mixin and interfaces is a long story of friendship. Let's take it from the start and talk about the `Oxidizable` interface in Minecraft 1.17, all names here are from the...

feature
core

This was brought up in #2257 by @liach in https://github.com/FabricMC/yarn/pull/2257#discussion_r606357976_ > Something like `readCustomDataNbt` per current convention. > > But before we make the change, Imo we need a more...

enhancement
refactor

When only manipulating TOML tables, upon write, some empty lines get created at the start and the end of the file without being needed. In the case of a TOML...

bug :bug:
toml

MCXR doesn't work on Linux with SteamVR (1.14 or 1.21.4) with NVIDIA GPUs. Either the bindings or MCXR has an implementation issue since other OpenXR-based VR games has been confirmed...

Hi, so basically this is to explore some of the changes in 21w37a to block entities and what it could lead to for the API. Serialization changed quite a bit,...

## How the flaw can be encountered? In my mod Aurora's Decorations, I tried to implement [sign posts](https://lambdaurora.dev/AurorasDecorations/sign_posts.html). For reference: ![sign post](https://lambdaurora.dev/AurorasDecorations/images/sign_post.png) The goal is simple: put a directional sign...

bug
indigo

What would be very cool is to have events for when a player joins a server, with possibility to change the join text and to check if it's the first...

enhancement

The documentation of the methods in `PointOfInterestHelper` are unhelpful and should be rewritten. `searchDistance - the search distance` is useless, what units is that? blocks? chunks? regions? 128x128 squares? `ticketCount`...

enhancement

Let's say we have an event for registry additions, and a methods to get that event for a specific registry. Now let's say this method is in an interface and...

enhancement

Sided lambdas have been quite terrible to modders, every month at least one modder falls under its wrath. But what is actually the issue? Let me pull up a very...