Curios API (Forge/NeoForge)

Curios API (Forge/NeoForge)

140M Downloads

[Bug]: No candidates were found matching f_19803_:Z in net/minecraft/world/entity/Entity

Walker-Case opened this issue ยท 2 comments

commented

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?

  1. Build forge 1.20.4 environment.
  2. Setup with curios.
  3. Enable refmaps.
  4. 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

debug.log

commented

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?

commented

Apologies, this appears to be an issue with the forge version I was using. Updating to 1.20.4-49.0.38 has fixed the issue. Thank you for the help and assistance!