-
Minecraft Version1.19.x Version1.104.0 DetailsSo, I am working on port of Peripheralium to 1.19.4 and to multi-loader structure. I am not good at gradle, but I have semes implemented something, like here: https://github.com/SirEdvin/Peripheralium/blob/1.19.4/projects/fabric/build.gradle.kts I have tried to use fabric-api as dependency, but received a lot strange errors with mapping However, if I replace fabric-api with fabric, everything processing just fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to update to Loom 1.1. Older versions of Loom don't pick up that the API is a mod (given it's not really), and so needs to be remapped. |
Beta Was this translation helpful? Give feedback.
You need to update to Loom 1.1. Older versions of Loom don't pick up that the API is a mod (given it's not really), and so needs to be remapped.