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

Compatibility with HT's TreeChop for Forge 1.20.1 #696

Open
raffle2 opened this issue Jun 12, 2024 · 2 comments
Open

Compatibility with HT's TreeChop for Forge 1.20.1 #696

raffle2 opened this issue Jun 12, 2024 · 2 comments
Assignees
Labels
type: 🧱 enhancement New feature or request

Comments

@raffle2
Copy link

raffle2 commented Jun 12, 2024

Describe the feature

Hey there,

Thank you so much for your work on this awesome mod! I love the way falling items and falling blocks look, so I wanted to incorporate that with HT's TreeChop, which has a really neat mechanic of requiring you to chop down the log for a while depending on the tree's size.

Unfortunately, when used with FallingTree, it ignores the felling behavior and instead uses its own animation. However, if I disable TreeChop, FallingTree works perfectly, as you can see in this video.

Here's FallingTree with the falling items setting enabled and TreeChop turned off:
Streamable link

This is FallingTree with TreeChop turned on:
Streamable link

Would you consider making them compatible? I think having both mods work together, especially with falling blocks enabled, would create the best-looking woodcutting mechanics in the game!

Thank you for reading :)

@raffle2 raffle2 added the type: 🧱 enhancement New feature or request label Jun 12, 2024
@Rakambda
Copy link
Member

I get the point and is probably doable.
From what I can see in TC, FT could signal TC to not chop the tree and instead FT would do it.
However I find it a bit "weird". It's like 2 mods with the same purpose are sharing the task and they'll compute the same things on their own.

I don't know if it's feasible at all but why not having TC add a new way to have the logs fall ? That'd totally eliminate the need of 2 mods. Especially that FT already have a "mechanic of requiring you to chop down the log for a while depending on the tree's size.", just it isn't as neat as TC 😄 (so it's like I'm hacking into the TC process just to get the neat part).

@raffle2
Copy link
Author

raffle2 commented Jun 14, 2024

I understand! Thank you for the reply :) I will open an issue on their side to see if it's doable c:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: 🧱 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants