Apotheosis

Apotheosis

70M Downloads

[bug?] Problem with "radial" affix

DankestO opened this issue ยท 6 comments

commented

I've been using apotheosis version 1.20.1-7.2.2, the "radial" affix for pickaxes worked with other mods, such as Create and CC: Tweaked.

But, since version 1.20.1-7.3.1 (which is the one I'm using now) it no longer works in these mods, is this intentional?

commented

Did you try the different modes?

Apotheosis/changelog.md

Lines 17 to 20 in c487e1f

* Added a keybind to change the current state of the radial mining affix.
* The default keybind is `CTRL + O`
* The default mode is the same (enabled while not sneaking).
* The other modes are requires sneaking, always enabled, and disabled.

Maybe it's disabled or only enabled while sneaking for you

commented

I tried that with each of the modes before giving the tools to the Create contraptions and the CC: Tweaked turtles, but I didn't notice any changes, it could be that those entities work differently with the new keys added in the last update ?

image

I also went to check it in the version that 7.2.2 used before, and in this case it does dig 5x5
image

commented

oh you meant create things using the tool

i think the default mode is actually "requires sneaking"


(would have to set and get the ordinal for the default to be not-sneaking or return a different value here)

and those things probably use a fake player, so you changing the configuration won't have any effect

commented

aah, now I understand why it didn't work xD
Yup, I mean that, I usually make trains that dig for me with Create, the same with the CC tortures, it makes my life much easier (?
I would appreciate then if there was some way to set it to "not-sneaking" by default.

commented

Looks like the default mode got incorrectly set to REQUIRE_SNEAKING instead of REQUIRE_NOT_SNEAKING. Will be fixed next update.

commented

Thank you! :D