Julia
Julia
Hey, I'm getting the same problem: [https://pastebin.com/A5Pxxq5L](https://pastebin.com/A5Pxxq5L) I would like to see this fixed.
Ok so I decided to go through and figure out why. [OpRecharge](https://github.com/FallingColors/HexMod/blob/65a07575137282a14e528045de0ddd7663e6d95a/Common/src/main/java/at/petrak/hexcasting/common/casting/actions/spells/OpRecharge.kt#L26) calls [getHeldItemToOperateOn](https://github.com/FallingColors/HexMod/blob/65a07575137282a14e528045de0ddd7663e6d95a/Common/src/main/java/at/petrak/hexcasting/api/casting/eval/CastingEnvironment.java#L371) which uses [getPrimaryStacks](https://github.com/FallingColors/HexMod/blob/65a07575137282a14e528045de0ddd7663e6d95a/Common/src/main/java/at/petrak/hexcasting/api/casting/eval/CastingEnvironment.java#L340). However in the Circle's casting environment, [getPrimaryStacks](https://github.com/FallingColors/HexMod/blob/65a07575137282a14e528045de0ddd7663e6d95a/Common/src/main/java/at/petrak/hexcasting/api/casting/eval/env/CircleCastEnv.java#L167) always returns an empty list, so...