shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
327 stars 66 forks source link

[Bug] cloth-config is not transitive #1559

Open xtexChooser opened 9 months ago

xtexChooser commented 9 months ago

What happened?

    modCompileOnly 'me.shedaniel:RoughlyEnoughItems-api-fabric:14.0.688'
    modRuntimeOnly 'me.shedaniel:RoughlyEnoughItems-fabric:14.0.688'

I added REI-api-fabric and REI-fabric. After updating REI from 12.0.634 to 14.0.688, me.shedaniel.math package is not longer available in my project without adding modCompileOnly "me.shedaniel.cloth:cloth-config:13.0.121"

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

Relevant log output

.

Anything else?

No response

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.