Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi Mine Support #106

Closed
Camawama opened this issue Feb 13, 2022 · 11 comments
Closed

Multi Mine Support #106

Camawama opened this issue Feb 13, 2022 · 11 comments
Labels
bug Something isn't working compatibility Something unexpected is happening when using another mod other mod

Comments

@Camawama
Copy link

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).

@hammertater
Copy link
Owner

hammertater commented Feb 13, 2022

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.

@Camawama
Copy link
Author

Yes, here is the mod list:

https://pastebin.com/RrSrZw0q

@hammertater hammertater added the compatibility Something unexpected is happening when using another mod label May 27, 2022
@hammertater
Copy link
Owner

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
  },

@hammertater hammertater added other mod bug Something isn't working labels Jul 1, 2022
@Stormalisk
Copy link

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

@hammertater
Copy link
Owner

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.

@hammertater
Copy link
Owner

hammertater commented Jul 2, 2022

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)

@Camawama
Copy link
Author

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...

@noahcroghan
Copy link

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

@hammertater
Copy link
Owner

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)

@Fizzy23
Copy link

Fizzy23 commented Jun 15, 2023

Its still causing issues for me in 1.19.2

hammertater added a commit that referenced this issue Aug 5, 2023
@hammertater
Copy link
Owner

Fixed in treechop 1.18.3+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility Something unexpected is happening when using another mod other mod
Projects
None yet
Development

No branches or pull requests

5 participants