Skip to content

Update Forge version to Create 6#87

Open
Kolterdyx wants to merge 2 commits intojenchanws:forge/1.20from
Kolterdyx:forge/1.20-fix-create-6
Open

Update Forge version to Create 6#87
Kolterdyx wants to merge 2 commits intojenchanws:forge/1.20from
Kolterdyx:forge/1.20-fix-create-6

Conversation

@Kolterdyx
Copy link

@Kolterdyx Kolterdyx commented Mar 31, 2025

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

@Kolterdyx Kolterdyx changed the title fix: update dependencies and fix imports Update to Create 6 Mar 31, 2025
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)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@Kolterdyx
Copy link
Author

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

@darkwolfie37
Copy link

darkwolfie37 commented Apr 1, 2025

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.
https://discord.com/channels/876018664846028801/1083485496153493574/1356673043128127599

This error only happens server side and I have no idea as to why....

@Kolterdyx Kolterdyx changed the title Update to Create 6 Update Forge version to Create 6 Apr 3, 2025
@Kolterdyx
Copy link
Author

Made a version of the fix for Fabric too #88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants