TheIllusiveC4 / Curios

Minecraft Mod: A flexible and expandable accessory/equipment API for users and developers.
https://www.curseforge.com/minecraft/mc-mods/curios
Other
173 stars 66 forks source link

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

Closed Walker-Case closed 3 months ago

Walker-Case commented 4 months ago

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

TheIllusiveC4 commented 4 months ago

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?

Walker-Case commented 3 months ago

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!