For 1.20.1 I would like to see an auto-salvaging upgrade for backpacks and storage that can be configured to salvage weapons and gear using Apotheosis rarities. I am looking into making this compatibility because I am sure you are busy with other things. With what is being exposed with the API I don't think I am able to achieve this. I find myself locked into using your code to produce a valid upgrade and I don't want to pass anything off as my own when its your hard-earned work. I don't know enough java but I think all I need to do is extend the void upgrade and override the type to supply my own and to disable the void overflow configs since essentially my idea is voiding but instead of deleting re-inserting the output from the salvaging logic.
For 1.20.1 I would like to see an auto-salvaging upgrade for backpacks and storage that can be configured to salvage weapons and gear using Apotheosis rarities. I am looking into making this compatibility because I am sure you are busy with other things. With what is being exposed with the API I don't think I am able to achieve this. I find myself locked into using your code to produce a valid upgrade and I don't want to pass anything off as my own when its your hard-earned work. I don't know enough java but I think all I need to do is extend the void upgrade and override the type to supply my own and to disable the void overflow configs since essentially my idea is voiding but instead of deleting re-inserting the output from the salvaging logic.