[Bug]: Mixin Issue when adding curios dependencies
Closed this issue ยท 0 comments
Minecraft Version
1.20.1
What happened?
I'm a begginer in forge modding and tries to add curios dependencies to my mod.
versions:
Forge 1.20.1/ curios 5.9.1+1.20.1/ parchment mappings 2023.09.03-1.20.1
While add curios dependencies, I've encountered BUILD FAILED with:
Caused by: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException:
No candidates were found matching f_19803_:Z in net/minecraft/world/entity/Entity
for curios.mixins.json:AccessorEntity->@Accessor[FIELD_GETTER]::getFirstTick()Z
I've added maven followed the instructions, while changed dependencies to:
runtimeOnly(fg.deobf("top.theillusivec4.curios:curios-forge:${curios_version}"))
compileOnly(fg.deobf("top.theillusivec4.curios:curios-forge:${curios_version}:api"))
And then I reload gradle project and genIntelliJRuns.
But this issue kept showing up.
Relevant Log Outputs
No response