-
Notifications
You must be signed in to change notification settings - Fork 799
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
V-Minus breaks the mod because they mixin where they shouldn't mixin #5291
Comments
You claim you reproduced this with just tinkers in the issue forum, can you upload the log with only tinkers in it? |
Also, your log says you have diagonal fences. Diagonal fence mods are known to cause issues with mods that add custom glass panes like Tinkers, so you really should remove that if you want tinkers. |
I doubt its Diagonal fences as I am using it in my other pack with Tinkers on 1.20.1 with no issues |
Here is your problem. Someone is writing a mixin into We don't need to call that method in our constructor of the item, but all that method should be doing is returning a value from a vanilla field; forge has a stack sensitive constructor they can use for their mixin nonsense. So figure out who |
VMinus' issue tracker: https://github.com/lixxir/VMinus/issues |
…sConstruct#5291) Not really our problem since that getter shouldn't be doing anything beyond getting, but its a trivial enough fix.
Mantle 1.11.36 for 1.20.1 adds a workaround for this issue. Still ultimately a problem with V-Minus as there is absolutely no reason for such an intrusive mixin into the vanilla food properties getter, but as long as nothing else breaks nothing stops you from using that mod right now |
Minecraft Version
1.20.1
Modloader
Forge
Modloader Version
47.3.22
Mantle Version
1.20.1-1.11.28
Tinkers' Construct Version
1.20.1-3.9.0.6
Describe your issue
I added Tinker's to my new modpack version for 1.20.1, and it crashed. I have provided the crash log and logs to help figure this out
crash-2025-01-01_16.15.20-client.txt
latest.log
Crash Report
No response
Other mods
Well I can provide this, as I don't know how else to get the mod list for you
Fun-Filled Adventure-1.0.0.zip
Tried reproducing with just Tinkers?
Yes
Performance Enchancers
Other (specify under other mods)
Searched for known issues?
Searched open issues
The text was updated successfully, but these errors were encountered: