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

Most recent Fabric update requires a non-existent version of Create: Fabric. #23

Open
AttacMage opened this issue Sep 5, 2024 · 2 comments

Comments

@AttacMage
Copy link

Unless I'm stupid and blind (likely), there is no 0.5.1h version of Create: Fabric (nor 0.5.1g, for that matter).
Trying to use it with the currently available builds of Create causes a crash on bootup due to a dependency version mismatch.

@rhysdh540
Copy link
Collaborator

You're completely right, I depended on an in-development version of Create Fabric. If you know how to, you can setup a dependency override for Interiors (https://fabricmc.net/wiki/tutorial:dependency_overrides), but if not, you can use 0.5.4 for now.

@rhysdh540 rhysdh540 pinned this issue Sep 5, 2024
@joernott
Copy link

joernott commented Sep 7, 2024

From the "kids don't do that at home" section of my Minecraft config folder. This is, how my override in config/fabric_loader_dependencies.json looks:

{
  "version": 1,
  "overrides": {
	"interiors": {
	  "-depends": {
		"create": "0.5.1-h-build.1516"
	  },
	  "+depends": {
		"create": "0.5.1-f-build.1417"
	  }
	}
  }
}

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

3 participants