[Bug]: No candidates were found matching f_19803_:Z in net/minecraft/world/entity/Entity
Walker-Case opened this issue ยท 2 comments
Minecraft Version
1.20.4
What happened?
Mixin not properly being matched in IDE for forge 1.20.4-49.0.27. Refmap has been set via
`property 'forge.enabledGameTestNamespaces', 'jeweler'
property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"`
and run configs re-generated.
How do you trigger this bug?
- Build forge 1.20.4 environment.
- Setup with curios.
- Enable refmaps.
- Run client
Loader
Forge
Loader Version
net.minecraftforge:forge:1.20.4-49.0.27
Mod Version
curios-forge-7.3.0+1.20.4
Relevant Log Outputs
I cannot reproduce this, I am able to add Curios to a development environment in Forge and run it without getting this error.
Can you share your build.gradle
? Also, have you tried with the latest Forge?