[Bug]: Gun Smith Bench recipes not registering/null
adambanana2300-arch opened this issue ยท 2 comments
I have confirmed that ...
- tacz is up to date
- unable to reproduce without tacz
Minecraft and modloader version
1.20.1 and Forge - 47.4.0
tac version
v1.1.6-hotfix
Related Mods
mods are in the crash report I typed out. The list I contain is far too big to scrape through.
Description
๐ Bug Report: NullPointerException in Gun Smith Table (TACZ v1.1.6-hotfix, MC 1.20.1)
Version Info
Minecraft: 1.20.1
Timeless and Classics Zero (TACZ): v1.1.6-hotfix
Other mods present: Embeddium, Oculus, Sodium (none appear related, crash trace points directly to TACZ)
Description of the Bug
When attempting to use the Gun Smith Table, no gun recipes show up. Interacting with the interface (e.g., scrolling or attempting to craft) causes a crash.
Crash Log Snippet:
java.lang.NullPointerException: Cannot invoke "java.util.List.size()" because "this.selectedRecipeList" is null
at com.tacz.guns.client.gui.screen.GunSmithTableScreen.method_25394(GunSmithTableScreen.java:460)
Step to reproduce
Place down Gun smith bench.
click and enter crafting UI.
no gun recipes show.
scroll down or attempt to craft.
Logs & Crash reports
Within the TACZ Discord, Ive found that the "V-Minus" mod can possibly cause conflicts. Downgrading to 3.2.7 worked for me.