Customizable Player Models (Fabric)

Customizable Player Models (Fabric)

287k Downloads

Compatibility with VulkanMod

BaiTian6641 opened this issue ยท 2 comments

commented

The VulkanMod changed Minecraft render API from OpenGL to Vulkan, which provided a huge improvement in performance.

However, it required mod to make some adaptations to work with VulkanMod.

I install both CustomPlayerModels and VulkanMod, and the player model display is a totally black model and some GUI is broken.

The Minecraft version is 1.19.3, the CustomPlayerModels version is 0.6.5a, the VulkanMod version is 0.2.1, the fabric version is 0.14.13, and the fabric API version is 0.73.2.

2023-02-04_01 20 16
2023-02-04_01 30 42
2023-02-04_01 33 56

commented

The Vulkan mod is missing RenderSystem.enableScissor, and DynamicTexture.setPixels implementation, you have to report this to them.

commented

Ok, I will start an issue in the Vulkan mod.