Farmer's Delight Refabricated

Farmer's Delight Refabricated

12M Downloads

Gradle fails to import project depending on Farmer's Delight Refabricated when using Yarn mappings: "unfixable conflicts"

Closed this issue ยท 5 comments

commented

The error shown in IntelliJ:

> Configure project :
Fabric Loom: 1.5.8
:remapping 1 mods from modImplementation (java-api)
Mapping target name conflicts detected:
  METHODs vectorwing/farmersdelight/client/renderer/SkilletItemRenderer/[render, net/minecraft/class_756/method_3166](Lnet/minecraft/class_1799;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V -> render
There were unfixable conflicts.

method_3166 maps to renderByItem.

Maybe a JAR mapped to Intermediary could be provided?

commented

you should be using official mojang mappings. Ill rename that methdod since i can juse make it not subclass that class on fabric. For other occurrences it would have not been that lucky

commented

I'll be uploading files to my maven, so be on the lookout for then.

commented

Please try with the new maven, if not, wait on the fix mentioned above.

commented

The latest version on the maven (v1.20.1-2.0.10) is working great with Yarn, thanks!

Note that it's also necessary to add Curse Maven to the repositories { ... } block in build.gradle, as Farmer's Delight Refabricated depends on Fright's Delight for some reason...?

commented

The latest version on the maven (v1.20.1-2.0.10) is working great with Yarn, thanks!

Note that it's also necessary to add Curse Maven to the repositories { ... } block in build.gradle, as Farmer's Delight Refabricated depends on Fright's Delight for some reason...?

I'll comment out that line next update. That was a mistake.