Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create forks don't work #105

Closed
sleepy-evelyn opened this issue Dec 15, 2023 · 8 comments
Closed

Create forks don't work #105

sleepy-evelyn opened this issue Dec 15, 2023 · 8 comments

Comments

@sleepy-evelyn
Copy link

Unfortunately most peeps aren't using the main version of Create atm due to the Sodium issue that's been ongoing for a while now. Removing the hard dependency on build 1161 could be handy.

Screenshot 2023-12-15 at 10 51 14
@sleepy-evelyn sleepy-evelyn changed the title Create DM Earth edition crash Create forks don't work Dec 15, 2023
@sleepy-evelyn
Copy link
Author

The 2 main forks atm are the Create DM Earth Edition i'm using atm and the Create sodium fix mentioned in #103

@Bugord
Copy link

Bugord commented Dec 17, 2023

Temporary fix
image

@Poopooracoocoo
Copy link

Poopooracoocoo commented Dec 18, 2023

Don't necessarily need to modify the jar.

Can use a fabric dependency override instead

Add a file in your config folder with the name fabric_loader_dependencies.json and the following contents:

{
  "version": 1,
  "overrides": {
    "createdeco": {
      "-depends": {
        "create": ""
      }
    }
  }
}

Or if you're using Quilt

You can create a Quilt Dependency Override to remove the requirement.

Go to your .minecraft folder and then go to your config folder. Then create quilt-loader-overrides.json with the following

{
  "schema_version": 1,
  "overrides": [
      {
          "path": "<mods>/createdeco-2.0.0-fabric-1.20.1.jar",
          "depends": {
              "remove": {
                  "id": "create",
                  "versions": "*"
              }
          }
      }
  ]
}

@sleepy-evelyn
Copy link
Author

sleepy-evelyn commented Dec 19, 2023

Don't necessarily need to modify the jar.

Can use a fabric dependency override instead
Add a file in your config folder with the name fabric_loader_dependencies.json and the following contents:

{
  "version": 1,
  "overrides": {
    "createdeco": {
      "-depends": {
        "create": ""
      }
    }
  }
}

This is great for fabric but doesn't work for Quilt. You have to follow this process: https://github.com/QuiltMC/quilt-loader/wiki/Dependency-Overrides which I don't think is as simple. i figured it out if anyone needs help @evieowlette (discord) but yeah

@sleepy-evelyn
Copy link
Author

Just a heads up there is yet another fork and i've switched to this because it has better compatibility: https://www.curseforge.com/minecraft/mc-mods/prominent-create

3 Sodium forks chillin in the wild, which one shall we choose which one is desired :3

@solonovamax
Copy link

In what way does it have better compat?

@drewcassidy
Copy link

Was this resolved with 2.0.1?

@AstralOrdana
Copy link
Collaborator

it was

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

No branches or pull requests

6 participants