Apotheosis

Apotheosis

70M Downloads

[BUG] (1.20) Vial of Arcane Extraction does not work on Smithing Table

Tazion03 opened this issue ยท 5 comments

commented

When you place gemmed item, and vial in table nothing happens.
Screenshot 2023-09-11 151104

commented

Screenshot 2023-09-11 152233

commented

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:

List<ItemStack> sockets = SocketHelper.getGems(pInv.getItem(0));

I think that line should say pInv.getItem(BASE), not pInv.getItem(0)

commented

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

commented

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:

List<ItemStack> sockets = SocketHelper.getGems(pInv.getItem(0));

I think that line should say pInv.getItem(BASE), not pInv.getItem(0)

Is there a way to fix this within the code by yourself? How do you access it?

commented

Submitted a pr here with a purposed fix to this issue.

For those wanting the standard Apotheosis version 7.0.5 with only this problem fixed on top of it, you may download a fixed version of 7.0.5 here