modmuss
modmuss
Yeah, I dont think this is really what we want for entities, we should aim to follow what vanilla does with the render states. Accessing the the actual `Entity` instance...
paste link is dead. Assuming fixed.
> Before this gets merged, I want to reiterate that I would like to get rid of the `(0.3.x)` as it doesnt add much and could lead to confusion with...
Im not convinced this is something we should be doing, my long term goal is to remove mixins from TR and not add more. There are some old Fabric PRs...
Improving this will require a significant amount of work, this should only effect the larger reactors.
Is this a new issue in 1.21.2? Or are you seeing this in an older version as well?
I think this is a valid issue, currently both loom and loader cheat a bit when intermediaries arent present as use `intermediary` as the namespace, this is mostly becuase the...
It has always been possible (and quite easy) for a server mod to write code that disconnects the player if the corresponding client side mod isn't present. This PR also...
In its current form I dont believe this supports the use case where you have an optional mod but want to have a requiment when it does exist. E.g you...
> Protocols are dettached from containers due to in api usage, which can be useful for other tools. This is why it's namespaced. Can you expand on this? I dont...