Tech Reborn

Tech Reborn

30M Downloads

Error, when I try to implement the TechReborn modApi.

Potat369 opened this issue ยท 1 comments

commented

Describe the bug

When I try to implement the TechReborn modApi, I get an error: Could not find me.shedaniel:RoughlyEnoughItems-fabric:11.0.597.

Steps to Reproduce

  1. Add to build.gradle lines:
    modApi ("TechReborn:TechReborn-1.19:5.7.0") { exclude group: "net.fabricmc.fabric-api" exclude group: "RebornCore"}
    modApi ("RebornCore:RebornCore-1.19:5.7.0") { exclude group: "net.fabricmc.fabric-api"}

Screenshots

image

Environment (please complete the following information with the version):

  • Minecraft: 1.19.4
  • Mod Loader: Fabric 0.80.0
  • IntelliJ IDEA 2023.1.1

Logs

latest.log is not created because the error occurs before loading minecraft.
here's the error:
https://pastebin.com/F4uWxtBG

Additional context

I think I should add the mod to the environment first, and then to build.gradle, but I'm not sure about that.

commented

I just tried to do this on versions: 1.16.5 and 1.18.2, and it works, I don't know why it doesn't work on version 1.19.4.