NotAPenguin
NotAPenguin
I remember I looked into this a while ago. Assemblers (and other GT singleblocks by extension) don't use oredict matching to find recipes. The way other recipes do this is...
Fixed in https://github.com/GTNewHorizons/GT5-Unofficial/pull/2729
Sorry for the late response, I've been very hesitant to try this out, but finally had to update some mods on my server. Looks like everything went fine, tanks kept...
Thanks for the reply! Adding a proper router seems like a much cleaner solution yeah. It would also solve the safety issue my current implementation has. I'll ponder a bit...
This would only do something for recipes that take item + fluid presumably. I don't really think this is a necessary change though. MCR is already strong as it is,...
Shouldve looked more, my bad
I will look into it after feature freeze is over.
@joshaup1999 did you try this in a blank 2.6 install?
In your example, the second block allocated would be 2096 bytes large and that would be the one used next frame (allocate the new block with 2x the size of...
What I imagine is best is to try to implement *pipeline layout compatibility* (See the [spec](https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#descriptorsets-compatibility)). What this means in practice is that when calling `ensure_descriptor_state()`, if the sets bound...