-
Notifications
You must be signed in to change notification settings - Fork 200
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
Incompatible with Sound Physics Remastered #1503
Comments
sound physics remastered fixed the issue like... yesterday. so create has not yet been updated to allow SPR >=1.4.0. you could do it yourself: https://fabricmc.net/wiki/tutorial:dependency_overrides |
Okay thanks for that quick response and that information. I wasn’t aware of that. |
In shorts:
"breaks": {
"optifabric": "*",
"colormatic": "\u003c\u003d3.1.1",
"iris": "\u003c\u003d1.2.5",
"sodium": "\u003c\u003d0.4.10",
"sound_physics_remastered": "*", // Remove this line
|
You can just do this in fabric preferences on the config file, you don't need to edit the mod files, this wouldn't be suitable for a modpack. |
Instead of editing mod files, you can create a file called {
"version": 1,
"overrides": {
"create": {
"-breaks": {
"sound_physics_remastered": "*"
}
}
}
} |
I'm using Quilt, how would I create the override? Also, it's annoying the mod hasn't updated yet to push this... |
maybe check this: https://github.com/QuiltMC/quilt-loader/wiki/Dependency-Overrides |
I tried as best I could but everything is obscured and confusing. |
forge how to change |
Using a loader override like fabric but slightly different. Try this:
For easy convenience: |
Describe the Bug
I tried launching the game with a small mod pack that contained the create mod and Sound Physics Remastered, the fabric loader gave me the information that I have to remove one of those mods to make the other one work properly. Is that a bug or a wanted occurrence? Thanks for helping me out.
Reproduction Steps
...
Expected Result
I expected the game to launch normally and that I would have been able to enjoy both mods with my friends.
Screenshots and Videos
I will add those when I gathered some.
Crash Report or Log
No response
Operating System
Windows 10 pro
Mod Version
0.5.1f
Minecraft Version
1.20.1
Other Mods
As the error didn’t mention any other mods, a list of all the mods that were contained in the mod pack would just extend your capabilities and take too much time for you to review. Thanks for understanding.
Additional Context
No response
The text was updated successfully, but these errors were encountered: