Ex Compressum

Ex Compressum

22M Downloads

Double Compressed Diamond Hammer TiCon upgrade issues

MikrySoft opened this issue ยท 7 comments

commented

The Smashing II upgrade doesn't work terribly well for compressed gravel and sand.
WAILA says that correct tool for all compressed blocks is pickaxe, so I would assume that at least hammer would work, but to be sure I have made both a hammer and an excavator, then upgraded them with double compressed diamond hammers.
While breaking compressed cobble (with the hammer) works as expected, compressed gravel and sand are both having issues:

  • Breaking with hammer breaks in 3x3, but has speed equal to breaking by hand. Tool XP is awarded properly.
    Increasing the speed of the hammer (to absurd ~26, magical wood tools rule) doesn't influence the breaking speed.
  • Breaking with excavator has correct speed for the tool, but doesn't break in 3x3 pattern. Tool doesn't get more XP (as expected for an incorrect tool for the job).

Tested with latest (1.1.131) version inserted into latest Infinity Skyblock.

commented

Does this issue persist in 1.10.2?

commented

1.10.2 status (tested in SF3)

  • ExCompressum compressed cobble, gravel and sand all work fine with a hammer.
  • Extra Utilities 2 single compressed cobble works fine with a hammer
  • Extra Utilities 2 single compressed gravel and sand work fine, but require an excavator instead. Hammer does slow 1x1, dropping an unchanged block.
  • Extra Utilities 2 double compressed cobble: hammer breaks it fast and in 3x3, but doesn't drop anything.
commented

Thanks. Unfortunately there doesn't seem to be a way to make a modifier change a hammer in a way that allows it to harvest other block materials as it's hardcoded to a call with no modifier callbacks at the moment.

commented

Anything on the double compressed cobble not dropping anything?

commented

Not dropping will be fixed in the next version.

As for the hammer issue, adding Tinker's blasting modifier to your tool will allow it to hammer gravel and sand, and starting next version should still always result in a drop (rather than destroying the output by chance as it normally does).

commented

I think this is an issue between Tinkers and Extra Utilities' Compressed Blocks. Have you tried the same with a normal diamond hammer upgrade (added by Ex Astris)?

commented

ExAstris hammers work as expected:

  • hammer on a hammer quickly breaks 3x3 of cobble into gravel, works slowly on gravel/sand and does 1x1 only.
  • hammer on an excavator quickly breaks 3x3 of gravel/sand, works slowly on cobble in 1x1 only (as if breaking by hand)

Quick test shows that the incorrect behavior (hammer has 3x3 but no speed, excavator has speed but not 3x3) happens also without adding hammers, so that's on @rwtema. It looks like somehow somewhere isEffective check fails, but I don't understand why it would do so, unless some intentional magic happens.