VulkanMod

VulkanMod

357k Downloads

[bug?]Cannot resolve 'IntType'

LinkTechTips opened this issue · 5 comments

commented

`F:\VulkanMod\src\main\java\net\vulkanmod\mixin\render\IntTypeMixin.java:7: ����: Mixin has no targets
@mixin(VertexFormat.IntType.class)

^`

commented

You're probably using 1.19.x to edit the source code.
Change to 1.18.2 by editing the build.gradle file, because this branch is based on 1.18 mappings.

commented

You're probably using 1.19.x to edit the source code. Change to 1.18.2 by editing the build.gradle file, because this branch is based on 1.18 mappings.

Yes, I am using 1.16.5 to edit the source code. Does 1.16.5 support it?

commented

Yes, I am using 1.16.5 to edit the source code. Does 1.16.5 support it?

Yes, it does. Just under a different name and stuff.

commented

Okay, I think I should know what to do next. Thank you for your technical support