Qendolin
Qendolin
### What's your feature? It would be nice to have an option to show a legend like in this mockup.  The text in the legend should be separate from...
It would be great to quickly jump to the JavaDocs for yarn mappings. For example: This entry  would have a link to https://maven.fabricmc.net/docs/yarn-1.20.2+build.4/net/minecraft/client/render/WorldRenderer.html (assuming namespace is "yarn" and version...
`vklCreateGraphicsPipeline` does not allow multiple descriptor set layouts. `VkPipelineLayoutCreateInfo.setLayoutCount` is limited to 1. https://github.com/cg-tuwien/VulkanLaunchpad/blob/29c24ca66444b3a673a9aa99646e38e93142a407/VulkanLaunchpad.cpp#L641-L645 If I understand it correctly (I'm new to Vulkan) this prevents binding different descriptor sets that...
Hello, I've noticed an issue where rigid bodies using `JPH::EMotionQuality::LinearCast` do not report contacts with sensors when moving at high speed (~100 m/s). Here is my character body creation code:...
Trying to build the example fails with the following output (paths shortened): ``` ====================[ Build | Modules-Example | Debug ]========================= "C:\Program Files\CMake\bin\cmake.exe" --build VulkanMemoryAllocator-Hpp\cmake-build-debug --target Modules-Example -j 10 [0/1] Re-running...
[1.10] ForgeMappingsMerger.resolveConflicts throws UnsupportedOperationException for Forge 1.20.1
I have a stonecutter project with yarn mappings, you can find it [here](https://github.com/Qendolin/better-clouds/tree/cba58845c7b1f0eb0e07519d9a9bf051b92ad218) (note: I've removed forge 1.20.1 for now, see settings.gradle) Today I updated from Loom 1.7 to 1.10...
Add [my normal2height node](https://www.materialmaker.org/material?id=1059) to the base library. The default node works fine for very simple geometric shapes, but for real normal maps it produces very strong streaking artifacts. This...
In this case it looks like better-clouds is causing a crash, when actually morenemoswoodcuttervariants is at fault by providing an invalid name/path in it's [mixins.json](https://github.com/pnk2u/More-NemosWoodcutter-Variants/blob/eeb2817461026b75712b6b93a686c80b17928fdb/src/main/resources/morenemoswoodcuttervariants.mixins.json).  Since most users only...