FallingTree

FallingTree

28M Downloads

Trees are not detected on Forge 1.21.3

Impor9 opened this issue ยท 1 comments

commented

Describe the bug

The mode doesn't work.

Minecraft version

1.21.3

Forge version

53.0.7

Mod version

1.21.3-1.21.3.2

Configuration

.

Relevant log output

No response

commented

Issue is here https://github.com/RakambdaOrg/FallingTree/blob/minecraft/1.21.3/forge/src/main/java/fr/rakambda/fallingtree/forge/common/FallingTreeCommonsImpl.java#L217, when asking forge for the blocks that are tagged as logs, it gives nothing back.

Editing the configuration to add each log one by one should solve the issue in the meantime.
As forge is still quite new on this version and things are often broken at first, I'll wait a bit to see if forges fixes that or if their API somehow changes.