HT's TreeChop

HT's TreeChop

3M Downloads

Multi Mine Support

Camawama opened this issue ยท 12 comments

commented

When the mod Multi Mine is installed, the tree chopping does not work properly.

I tried breaking the log and it just breaks like normal, however, if I slowly break it during the last few frames where it's breaking, it will work properly (kind of work).

commented

Sounds like it's on their end, but I'll take a look. Thanks for reporting!

Also, could you share your mod list? Sometimes other mods can prevent chopping in weird circumstances.

commented

Yes, here is the mod list:

https://pastebin.com/RrSrZw0q

commented

Yeah, the problem is on MultiMine's end, there's not much I could/should do to fix it. In the meantime, you can disable MultiMine for trees by editing the multimine.cfg config file's bannedBlocks setting and adding "treechop:choppables: true, like so:

  "bannedBlocks": {
    "treechop:choppables": true
  },
commented

I tried the above for 1.16.5, but it seems like that isn't working. Tried that and ""treechop:chopped_log": true,"

commented

Ahh, I only tested on 1.18.2. I'll keep an eye out for a 1.16.5 solution. The author of MultiMine says the issue is fixed in 1.19 (TreeChop not available for 1.19 yet though) but won't be fixed in 1.18/1.16/earlier.

commented

Also, if you set preventChopRecursion = false in treechop's config under [compatibility.general], then instead of treechop not working on logs, they will get chopped twice. Which is still bad, but maybe a more desirable bug (I haven't tested this, but I expect it)

commented

I noticed that if you spam-click your mouse but time it every second, it will still chop the tree. It's actually a bit immersive so I consider this a desirable bug...but it still needs a little tweaking...

commented

You can also just add every log in your modpack to MultiMine's blacklist.

commented

Note that MultiMine only seems to cause issues with TreeChop on 1.18 and earlier. 1.19+ should be fine, per AtomicStryker/atomicstrykers-minecraft-mods#440 (comment)

commented

Its still causing issues for me in 1.19.2

commented

Fixed in treechop 1.18.3+

commented

Issues came back. TreeChop 0.19.1 disables Multi Mine functionality while chopping.