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

Issue present when loading Creative inventory on a modpack #5318

Open
1tech23 opened this issue Jan 22, 2025 · 4 comments
Open

Issue present when loading Creative inventory on a modpack #5318

1tech23 opened this issue Jan 22, 2025 · 4 comments
Labels
1.20 Issue affects 1.20 Bug Issue describes unintended or broken behavior Mod interaction Issue only happens when another mod is loaded Other mod Issue is caused by another mod, and it is best fixed in the other mod

Comments

@1tech23
Copy link

1tech23 commented Jan 22, 2025

Minecraft Version

1.20.1

Modloader

Forge

Modloader Version

47.3.5

Mantle Version

1.11.36

Tinkers' Construct Version

3.9.1.19

Describe your issue

Causes issues when loading inventory (a Java Exception error) when AnitBlocksRechiseled v0.4.4 is present/included within a modpack.

The issue was not present before adding Tinker's Construct. Logs lead to the belief that AntiBlocksRechiseled is the culprit. Disabling AntiBlocksRechiseled resolved the issue and it no longer crashes when opening the Creative inventory.

It is probably not a common issue, but the modpack that I made has a lot of different mods and this one was a feature that was previously added to the modpack. Modpack is public, so a modpack link will be posted, because there are many mods in the modpack and adding a full list would be expansive.

Here is the link to the issue opened on AntiBlocksRechiseled bug reports page: manmaed/AntiBlocksReChiseled#15

Crash Report

https://pastebin.com/xzWVub8u

Other mods

https://www.curseforge.com/minecraft/modpacks/fanciful-fanciness/files/6111940/dependencies

Tried reproducing with just Tinkers?

Yes

Performance Enchancers

Rubidium/Embeddium

Searched for known issues?

Checked the FAQ

@1tech23 1tech23 added 1.20 Issue affects 1.20 Bug Issue describes unintended or broken behavior Unreviewed Issue is new and is awaiting the team to review it labels Jan 22, 2025
@KnightMiner
Copy link
Member

Provide the full crash report in a paste, not in the text body please. You cut off important parts of it.

Also, if you believe this only happens with tinkers and that other mod, then report it to them as well and link the issue here.

@KnightMiner KnightMiner added Not enough information Insufficient information is provided in the issue to accurately respond Mod interaction Issue only happens when another mod is loaded Needs Crosspost Issue needs to also be reported to the other tracker or the issue needs to be linked here and removed Unreviewed Issue is new and is awaiting the team to review it labels Jan 22, 2025
@1tech23
Copy link
Author

1tech23 commented Jan 22, 2025

Provide the full crash report in a paste, not in the text body please. You cut off important parts of it.

Also, if you believe this only happens with tinkers and that other mod, then report it to them as well and link the issue here.

I will upload to a pastebin. My apologies.

EDIT: The crash log is now on a pastebin. The link is located under the "Crash Report" section of the body text.

I have also submitted a bug report with AntiBlocksRechiseled.

manmaed/AntiBlocksReChiseled#15

@KnightMiner
Copy link
Member

KnightMiner commented Jan 22, 2025

Crash says its a bug with net.manmaed.antiblocksrechiseled.AntiBlocksReChiseled. IForgeItem#getCreatorModId is annotated as @Nullable, so they should be validating the return to ensure its not null.

@KnightMiner KnightMiner added Other mod Issue is caused by another mod, and it is best fixed in the other mod and removed Not enough information Insufficient information is provided in the issue to accurately respond Needs Crosspost Issue needs to also be reported to the other tracker or the issue needs to be linked here labels Jan 22, 2025
@1tech23
Copy link
Author

1tech23 commented Jan 22, 2025

Crash says its a bug with net.manmaed.antiblocksrechiseled.AntiBlocksReChiseled. IForgeItem#getCreatorModId is annotated as @Nullable, so they should be validating the return to ensure its not null.

I will have to wait and see what they say

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20 Issue affects 1.20 Bug Issue describes unintended or broken behavior Mod interaction Issue only happens when another mod is loaded Other mod Issue is caused by another mod, and it is best fixed in the other mod
Projects
None yet
Development

No branches or pull requests

2 participants