LexManos
LexManos
It's stable enough for our needs. One of these days we need to go through and resync with the parent repo as there has been some work on lambdas if...
Pulled in the mask fix in https://github.com/MinecraftForge/ForgeFlower/commit/e66101393ee59b98a08502955df8c40bda1c6038 We'll need to discuss the other parts more.
I could of sworn last I looked into it NIO's jar FileSystem simply loaded the jar blob into memory while the file system existed. {I may be wrong will have...
What is the change in the output data? Show examples/documentation of the new format. How much does it change the download size of the standard distributions? What do you mean...
Where does poseStack.last().pose() come from? A bunch of things in 1.21 changed to get rid of the posstack. What was it in 1.20.6/2? Do you have an example of a...
So, looking at the commit history, and the code, looks like you might be right as that `poseStack.last().pose()` is used in the other calls. However, Mojang has moved away from...
Ya I requested that it be changed to ModContainer as that is what is being accessed in the mod loading context. It has the event bus context, which is what...
Ya that's my main concern unfortunately, we still have to use the first intention packet to inform the other side of the connection what all to expect in the configuration...
> So if we were to take the brand packet approach we'd look for "vanilla" and then set the connection type to vanilla then? I'm just thinking about things like...
It is expected that they manage it themselves with components.