[bug?] Problem with "radial" affix
DankestO opened this issue ยท 6 comments
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?
Did you try the different modes?
Lines 17 to 20 in c487e1f
Maybe it's disabled or only enabled while sneaking for you
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 ?
I also went to check it in the version that 7.2.2 used before, and in this case it does dig 5x5
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
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.
Looks like the default mode got incorrectly set to REQUIRE_SNEAKING
instead of REQUIRE_NOT_SNEAKING
. Will be fixed next update.