Update Forge version to Create 6#87
Conversation
| maven("https://thedarkcolour.github.io/KotlinForForge/") | ||
| maven("https://maven.blamejared.com/") // JEI | ||
| maven("https://squiddev.cc/maven/") // CC: Tweaked | ||
| maven("https://maven.createmod.net") // Ponder (Catnip) |
There was a problem hiding this comment.
The Ponder utility has been moved to an independent library, which contains Catnip, a bunch of utilities required by Create, and this mod. Including Ponder solved a compilation error where the Create mod dependency was unable to find definitions for the Catnip classes (in particular, the Couple class). Create: Track Map also uses that class in one specific instance, and I've updated the import to match the new class location
|
I have intentionally not bumped the mod version bc I don't know how much this project adheres to semantic versioning, but this is a breaking change, as this bumps up the minimum required Create version |
|
Can you take a look at what I posted into discord about and maybe see about updating this pull request with it so that us others that can get the mod from compiling can use it still. This error only happens server side and I have no idea as to why.... |
|
Made a version of the fix for Fabric too #88 |
This PR fixes the dependencies and import statements so that the mod compiles with Create 6. I haven't thoroughly tested this fix, but it compiles without issue and from my limited testing seems to work. I have tested up to the latest Create 6 version (6.0.4) although this updates the create dependency version to 6.0.0
Fixes #84 for Forge