Can't enable giant mushrooms in config #347
Unanswered
Some-Doofus
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Adjacent blocks are for a totally different thing; they allow you to define what blocks are allowed to be next to tree parts. What you want to do is probably something like (I'm on mobile for now so I won't have the exact lock names):
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I want to make giant mushrooms able to be cut down as trees, but adding the mushroom stem block (minecraft:mushroom_stem) to the allowed logs and the mushroom blocks (minecraft:red_mushroom_block and minecraft:brown_mushroom_block) to the allowed leaves gives an error when I try to cut a mushroom stem block. The error reads: "Tree detection stopped, reason: Found block, fr.raksrinana.fallingtree.fabric.common.wrapper.BlockWrappers@46590dd0 that isn't allowed in the adjacent blocks." I'm not sure what this means exactly but I tried adding all the surrounding blocks to the allowed adjacent blocks list including mycelium, dirt, and the mushroom stem and mushroom blocks, but even cutting one stem block not adjacent to any block gives the error. Any info on how to fix this would be great, or if it's just a bug, well, good luck fixing it.
Cheers
Minecraft version
1.18.2
Fabric API version
0.50.0
Mod version
3.5.0
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions