[BUG] (1.20) Vial of Arcane Extraction does not work on Smithing Table
Tazion03 opened this issue ยท 5 comments
Also encountered this issue. Was curious of the wiki was not up to date and wanted to look at the recipe. I think the issue is located here:
I think that line should say pInv.getItem(BASE)
, not pInv.getItem(0)
I can also confirm this problem I am using 1.20.1 Apotheosis-1.20.1-7.0.5.jar making all these items useless and littering our server/world this doesn't work in the Smithing table anymore
Also encountered this issue. Was curious of the wiki was not up to date and wanted to look at the recipe. I think the issue is located here:
I think that line should say
pInv.getItem(BASE)
, notpInv.getItem(0)
Is there a way to fix this within the code by yourself? How do you access it?