Brennan Ravenscroft
Brennan Ravenscroft
My thoughts on this issue are that we should not reimplement any hooks at this stage; Railcraft should implement what hooks they need on their own, and if they feel...
This is not a feature that will be implemented. Allowing Fluids to determine their own equivalency is very unintuitive and the usecase that you have presented is not worth implementing...
I'm not sure what point there would be to exclude `final var` as compared to any other `final `. Granted, I'm in favor of less var usage in general, but...
cc @Parker8283 if you want to revive that, since we can actually go forward with it now
Is this a vanilla bug? I don't think we (Neo) mess with this particular code path. If this is a vanilla issue it needs to be first reported to Mojang.
While I would like to see this fixed for 1.21.1, I think that would be considered too big of a logical break. We'll have to add the second firing path...
For whatever reason we supply this functionality from within the `RegisterCapabilitiesEvent` but make it inaccessible afterwards. Likely just an oversight; we should migrate the `isXRegistered` methods from the event to...
That would only be relevant for mod construction. If you attempt to use `parallelStream()` anywhere in your mod's code, you have to ensure that it is running inside a `ForkJoinPool`...
I would propose the schema that I use for itemstacks and nbt across my mods, which is visible in the first two entries of [this document.](https://gist.github.com/Shadows-of-Fire/a45a2742b7a0842c50738d3df3ce8148) That is, for CompoundTag:...
Eclipse support appears to be fully functional from what checks I can run. Import works, launch configs (client/server) both operate. I'm not sure if there's supposed to be launch groups...